40ants / 40ants/cl-flamegraph

Bad `func` slot type + SBCL 2.1.2 dropped support sb-sprof:map-trace-samples

オープン
#3 コメント 8 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
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

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。