You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rewrite-edn throws a null ptr exception when associng to a map which starts with a comment:
Execution error (NullPointerException) at rewrite-clj.custom-zipper.core/node (core.cljc:55).
Cannot invoke "clojure.lang.IFn.invoke(Object)" because "loc" is null
Hi,
rewrite-edn throws a null ptr exception when associng to a map which starts with a comment:
To reproduce,
I had a look at
assoc*
but not sure what is the right way to fix this, so I left it to the expert :)Thanks
error
The text was updated successfully, but these errors were encountered: