-
Notifications
You must be signed in to change notification settings - Fork 103
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
tag new release? #123
Comments
Something seems screwy on PkgEval with DataStructures in the tests, I wonder if something broken with the dynamic loading of DataStructures with some of the 0.4 changes? |
Can't reproduce locally. Giving Travis a shot, on 0.3, 0.4-rc1, and nightly 0.5, just to see. |
The conditional inclusion of DataStructures doesn't work at all with precompilation. If JSON.jl gets precompiled when DataStructures is present, but then re-loaded when DataStructures is not present, we get edit: reproduction steps:
|
The main difference from the last tagged version is just the
__precompile__
directive. It doesn't make a huge difference in the JSON load time at the moment (0.38s vs. 0.58s on my machine), but I'd like to turn on precompilation for IJulia soon (once ZMQ is fixed), and it is good practice to make sure all of the imported modules have__precompile__
first.The text was updated successfully, but these errors were encountered: