-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Data readers are not loaded #11
Comments
That's strange. Do you have an exact lein-try invocation and REPL commands to reproduce? |
This is how it failed with
Below is how it worked when I created a new project
|
@rkneufeld |
I hit the following error running
|
I think we need someone with a little more experience with Leiningen's classloader internals to solve this one... I'll keep on trying but I don't have a lot of time before Saturday. (And even if I can get it to work on my machine that doesn't guarantee anything, apparently...) |
Indeed, I reached out to other folks at @relevance for help |
@rkneufeld I'll have a look at it this weekend - unless someone else can address it more quickly. |
Seems like it may be fruitful. In the places it is used it seems to be a follow-on for some other explicit task (like |
Hey @kumarshantanu, were you trying to use method-fn inside or outside of an existing project? @xsc fixed in-project data readers in #12, but it seems like out-of-project data readers are still broken. I made #13 as follow-up for that portion. |
@rkneufeld I was trying it outside of any project. #13 makes sense. |
The file
data_readers.clj
is not loaded with the JAR. For example,lein-try
doesn't work with https://github.com/llasram/method-fnThe text was updated successfully, but these errors were encountered: