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

Change to DifferentialEquations.jl #4

Merged
merged 10 commits into from
Jun 30, 2017

Conversation

ChrisRackauckas
Copy link
Contributor

This implements #3 . I am not entirely sure if the tests cover this though?

@bstellato
Copy link
Member

I am getting this error:

julia> using SwitchTimeOpt
INFO: Recompiling stale cache file /Users/sidereus/.julia/lib/v0.6/SwitchTimeOpt.ji for module SwitchTimeOpt.
INFO: Recompiling stale cache file /Users/sidereus/.julia/lib/v0.6/OrdinaryDiffEq.ji for module OrdinaryDiffEq.
WARNING: The call to compilecache failed to create a usable precompiled cache file for module OrdinaryDiffEq. Got:
WARNING: Module Iterators uuid did not match cache file.
ERROR: LoadError: Declaring __precompile__(true) is only allowed in module files being imported.
Stacktrace:
 [1] __precompile__(::Bool) at ./loading.jl:335
 [2] __precompile__() at ./loading.jl:331
 [3] include_from_node1(::String) at ./loading.jl:569
 [4] eval(::Module, ::Any) at ./boot.jl:235
 [5] _require(::Symbol) at ./loading.jl:483
 [6] require(::Symbol) at ./loading.jl:398
 [7] _include_from_serialized(::String) at ./loading.jl:157
 [8] _require_from_serialized(::Int64, ::Symbol, ::String, ::Bool) at ./loading.jl:200
 [9] _require(::Symbol) at ./loading.jl:457
 [10] require(::Symbol) at ./loading.jl:398
while loading /Users/sidereus/.julia/v0.6/OrdinaryDiffEq/src/OrdinaryDiffEq.jl, in expression starting on line 1

Do you happen to get the same?

@ChrisRackauckas
Copy link
Contributor Author

You need to Pkg.update(). Iterators.jl was removed from all packages in Julia v0.6 because of JuliaLang/julia#21969 .

@bstellato bstellato merged commit 62abbfc into oxfordcontrol:master Jun 30, 2017
@ChrisRackauckas ChrisRackauckas deleted the diffeq branch June 30, 2017 10:54
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

Successfully merging this pull request may close these issues.

3 participants