Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Return all namespaces created in a file instead of the first one #6

Open
TimoFreiberg opened this issue Oct 15, 2018 · 0 comments
Open

Comments

@TimoFreiberg
Copy link
Owner

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).

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant