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
Creating multiple namespaces in one file is unidiomatic, but I'd like to support it properly anyway.
Naively reading the entire file and returning all ns and in-ns forms is a bad idea because reading namespace aliased keywords without having evaluated the namespace aliases will crash (see the bug described here: #3).
Creating multiple namespaces in one file is unidiomatic, but I'd like to support it properly anyway.
Naively reading the entire file and returning all
ns
andin-ns
forms is a bad idea because reading namespace aliased keywords without having evaluated the namespace aliases will crash (see the bug described here: #3).The current plan is to build on the good work from the kibit project and use https://github.com/TimoFreiberg/total-reader to read the entire file.
The text was updated successfully, but these errors were encountered: