-
Notifications
You must be signed in to change notification settings - Fork 60
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
Consider using namespace qualified tagged literals #44
Comments
See also similar bug on integrant: weavejester/integrant#12 |
I agree and would vote for #aero/ref. We could provide a reader option that will run in 'deprecated mode' that will match on unnamespaced keywords, giving people a compatibility option. |
👍 to the compatibility option and agree that |
I second this issue! |
I found that this is a temporary solution to using integrant ref with the aero ref
This way, I can use ig/ref in my config and it will resolve. |
I appreciate the succinct nature of the namespace free reader tags e.g.
#ref
but ideally these tags would be namespaced#juxt.aero/ref
or perhaps just#aero/ref
. clojure.org has this to say:And the edn-format spec re-echoes the same sentiment:
There may already be a collision here too, as integrant also defines
#ref
. How would one use both aero and integrant together?The text was updated successfully, but these errors were encountered: