Closed quoll closed 3 years ago
Attempts to add metadata (via the intern function) to symbols returned in descriptions
intern
Nice work! I think the relevant spot to fix it for SCI would be here:
https://github.com/babashka/pods/blob/401aeecf5281fdf41704305bfbf20e21acc366a4/src/babashka/pods/sci.clj#L14-L17
The last argument for new-var can contain metadata, so just add that there.
new-var
Attempts to add metadata (via the
intern
function) to symbols returned in descriptions