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

v0.6-rc2 fails to precompile often #86

Closed
ChrisRackauckas opened this issue May 19, 2017 · 4 comments
Closed

v0.6-rc2 fails to precompile often #86

ChrisRackauckas opened this issue May 19, 2017 · 4 comments

Comments

@ChrisRackauckas
Copy link
Member

Example:

using DifferentialEquations

INFO: Recompiling stale cache file C:\Users\Chris\.julia\lib\v0.6\Combinatorics.ji for module Combinatorics.
WARNING: The call to compilecache failed to create a usable precompiled cache file for module Combinatorics. Got:
WARNING: Module Iterators uuid did not match cache file.

Combinatorics and DifferentialEquations are just fine though. And this all precompiles just fine from the REPL. Somehow Juno being involved is introducing a bunch of precompilation bugs.

@MikeInnes
Copy link
Member

I've seen this a lot on 0.6. Must be a precomp bug but I'm not sure how to make it reproducible; if you retry it tends to go away.

@ChrisRackauckas
Copy link
Member Author

if you retry it tends to go away.

I have to try it a few times in the REPL for it to go away. If I try from Juno, it will keep happening.

@MikeInnes
Copy link
Member

In that case it'd be well worth reporting it to Base

@pfitzseb
Copy link
Member

pfitzseb commented Jun 1, 2017

Seems to be fixed now.

@pfitzseb pfitzseb closed this as completed Jun 1, 2017
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