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

Error while loading MacroTools.jl and TaylorSeries.jl #22

Closed
PerezHz opened this issue Sep 14, 2016 · 2 comments
Closed

Error while loading MacroTools.jl and TaylorSeries.jl #22

PerezHz opened this issue Sep 14, 2016 · 2 comments

Comments

@PerezHz
Copy link

PerezHz commented Sep 14, 2016

Hi,

In julia 0.5.0-rc4+0 (OS X Yosemite 10.10.5), I'm having some trouble while loading MacroTools and TaylorSeries. At the REPL, I tried to run

julia> using MacroTools, TaylorSeries

and everything worked fine; but I also tried to run

julia> using TaylorSeries, MacroTools

and then I'm getting the following error:

ERROR: TypeError: Tuple: in non-final parameter, expected Type{T}, got Type{Vararg{Int64,N}}
 in _include_from_serialized(::String) at ./loading.jl:150
 in _require_from_serialized(::Int64, ::Symbol, ::String, ::Bool) at ./loading.jl:187
 in _require_search_from_serialized(::Int64, ::Symbol, ::String, ::Bool) at ./loading.jl:217
 in _require_search_from_serialized(::Int64, ::Symbol, ::String, ::Bool) at /Users/Jorge/julia/julia-9c76c3e89a/lib/julia/sys.dylib:?
 in require(::Symbol) at ./loading.jl:371
 in require(::Symbol) at /Users/Jorge/julia/julia-9c76c3e89a/lib/julia/sys.dylib:?

I also tested for this issue in julia 0.4.7-pre+3 but found no error there.

@lbenet
Copy link

lbenet commented Mar 13, 2017

I think this might be solved by a JuliaDiff/TaylorSeries.jl#95. Can you please confirm?

@PerezHz
Copy link
Author

PerezHz commented Mar 14, 2017

Yes, it is now solved! Closing since this issue is fixed by JuliaDiff/TaylorSeries.jl#95

@PerezHz PerezHz closed this as completed Mar 14, 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

2 participants