robert-strandh / SICL

A fresh implementation of Common Lisp
Other
1.07k stars 79 forks source link

cleavir-ir-visualizer Symbol instead of string in call to clim:draw-text* #128

Closed kpoeck closed 5 years ago

kpoeck commented 5 years ago

In https://github.com/robert-strandh/SICL/blob/master/Code/Cleavir/Intermediate-representation/Visualizer/gui.lisp#L96 I believe (node-label node) must be changed to (string (node-label node))

Without this change at least in clasp, just a symbol is passed to clim:draw-text* and errors later

robert-strandh commented 5 years ago

Fixed, thanks!