Closed kpoeck closed 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
Fixed, thanks!
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