-
Notifications
You must be signed in to change notification settings - Fork 13
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
InitError: LoadError: Evaluation into closed module CorpusLoaders
breaks
#43
Comments
That is annoying. CorpusLoaders.jl/src/CorpusLoaders.jl Lines 16 to 27 in 379ff7b
The fix is to have them all defining a function e.g. |
Thanks for the reply. I will try it. And if it works, I will also create a PR for the same. |
I am trying to use
CorpusLoaders.jl
as a dependency in another package. But when precompiling, I get the following error:T1.jl
looks like this:Referring to JuliaLang/julia#39648 , the reason for this is using
@eval
inside__init__()
in CorpusLoaders.jl, but I wasn't able to locate anyeval
to cause this.Can someone please have a look?
cc @oxinabox
The text was updated successfully, but these errors were encountered: