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

CompilerException when starting up, probably from a dependency of ring.middleware.logger #25

Open
awvalenti opened this issue May 6, 2019 · 3 comments

Comments

@awvalenti
Copy link

clojure.lang.Compiler$CompilerException: Syntax error macroexpanding clojure.core/ns at (onelog/core.clj:1:1).

@legkvla
Copy link

legkvla commented Nov 14, 2019

Has the same issue!
Clojure 1.10.1

@aravindbaskaran
Copy link

Found a way out

https://github.com/pjlegato/onelog has fixed the macro expansion issues with :import in ns definition in version 0.5.1 but that has not been published to clojars yet for some reason.

So, you can fork https://github.com/pjlegato/onelog master, run a local lein install and use that in your project references

[ring.middleware.logger "0.5.0" :exclusions [onelog]]
[onelog "0.5.1"]

Hope it helps

@aravindbaskaran
Copy link

Just figured there is [onelog "0.5.0"] which is available on clojars with the fix

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

3 participants