babashka / pods

Pods support for JVM and babashka
Eclipse Public License 1.0
121 stars 12 forks source link

Meta data #40

Closed quoll closed 3 years ago

quoll commented 3 years ago

Attempts to add metadata (via the intern function) to symbols returned in descriptions

borkdude commented 3 years ago

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.