-
Notifications
You must be signed in to change notification settings - Fork 112
Can't find reader macros #320
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
Comments
pls upgrade to latest snapshots (cider 0.12.0-SNAPSHOT and clj-refactor 2.3.0-SNAPSHOT) just to rule out that this is related to this mranderson issue: benedekfazekas/mranderson#12 |
Also, is this with leiningen? |
@benedekfazekas looks like that issue was fixed in 2.2.0. Anyway, I tested it with the versions you said and the error is the same. @expez yes, I'm using leiningen here |
Looks like the error was fixed, but another one appeared: |
I published the latest snapshot after you posted this message so I'm not sure you actually ran a new version.
In the future, could you please link to a gist, so I don't have to download a file to view stacktraces?
Yes, that would be great! Thanks for taking the time to report issues! |
Refactors that need to run the project fail with the following error (full stack trace here - file paths were removed):
I've printed the value from
*data-readers*
in CIDER repl and the macros are being declared correctly. Everything else works fine (running tests, loading code to CIDER, etc).Idk if it's related or not, but the macros are declared in other projects. I've tried copying the
data_readers.clj
file from those project to the one I'm working, but it didn't work either.Versions used:
The text was updated successfully, but these errors were encountered: