Bad `func` slot type + SBCL 2.1.2 dropped support sb-sprof:map-trace-samples
Abierto
- Lenguaje dominante
- Common Lisp
- Estrellas
- 81
- Forks
- 9
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.