rum icon indicating copy to clipboard operation
rum copied to clipboard

Interpretation warnings print var symbol instead of the value

Open lassemaatta opened this issue 10 months ago • 0 comments

When using set-warn-on-interpretation!, the generated warnings look like

WARNING: interpreting by default at #'cljs.analyzer/*cljs-file*:125:1
attrs64469
Inferred tag was: #{any}

It might be better if instead of #'cljs.analyzer/*cljs-file* it would print the actual value ie. the name of the file. Thanks to theller for pointing this out.

lassemaatta avatar Mar 29 '24 07:03 lassemaatta