-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Type does not equal itself? #32135
Comments
This is called by https://github.com/JuliaArrays/StaticArrays.jl/blob/master/src/convert.jl#L4 so it might be some issue with |
|
This may be unrelated, but I recently encountered an error message that a function expected a |
It is unrelated. JLD2 will create a new type, with the same name, if it doesn't know the official one. That way you can at least load the data. JLD has |
Another case where something like this happened (PkgEval for 1.3-RC3): history_recorder: Test Failed at /root/.julia/packages/POMDPSimulators/61Pgi/test/test_history_recorder.jl:145
Expression: exception(exhist) !== nothing
Evaluated: nothing !== nothing
Stacktrace:
[1] top-level scope at /root/.julia/packages/POMDPSimulators/61Pgi/test/test_history_recorder.jl:145
[2] include at ./boot.jl:328 [inlined]
[3] include_relative(::Module, ::String) at ./loading.jl:1105
[4] include(::Module, ::String) at ./Base.jl:31
[5] include(::String) at ./client.jl:432
[6] top-level scope at /root/.julia/packages/POMDPSimulators/61Pgi/test/runtests.jl:19
[7] top-level scope at /workspace/srcdir/julia/usr/share/julia/stdlib/v1.3/Test/src/Test.jl:1107
[8] top-level scope at /root/.julia/packages/POMDPSimulators/61Pgi/test/runtests.jl:19 |
Possibly fixed by #32605 |
From SciML/OrdinaryDiffEq.jl#737, https://travis-ci.org/JuliaDiffEq/OrdinaryDiffEq.jl/jobs/536089349#L808,
Cannot reproduce locally, just on Travis. I am lost, because I used to believe that T == T for all types 😅 .
The text was updated successfully, but these errors were encountered: