Bad `func` slot type + SBCL 2.1.2 dropped support sb-sprof:map-trace-samples
オープン
- 主要言語
- Common Lisp
- スター
- 81
- フォーク
- 9
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
The `func` slot of the `node` class has type `(or string sb-di::compiled-debug-fun)` but its initform is `nil`, which does not match.
This is an issue on modern SBCLs.
Either the initform needs to be set to `""` or `null` must be added to the types.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
Look at the node class definition in the source code, likely in a file like src/ or flamegraph.lisp. The func slot's type declaration and initform need to be reconciled. Check SBCL 2.1.2 changes regarding sb-sprof:map-trace-samples. After modifying the type or initform, test by building and running the profiler on a simple Common Lisp program to ensure no type errors occur.
索引モデルが issue の本文から書いたものです。
評価
- 領域
- tooling
- issue の種類
- バグ
- 難易度
- 2/5
- 見積もり時間
- 1〜3時間
- 活発さ
- 停滞
- 明瞭さ
- 明確に書かれている
- 初心者へのやさしさ
- 40/100