We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
VersionNumber
Error that occured with Reactant.to_rarray from SpeedyWeather/SpeedyWeather.jl#674
Reactant.to_rarray
julia> VersionNumber(1) v"1.0.0" julia> Reactant.to_rarray(VersionNumber(1)) ERROR: UndefRefError: access to undefined reference Stacktrace: [1] getproperty @ ./Base.jl:49 [inlined] [2] traced_type_inner(T::Core.TypeofVararg, seen::Dict{…}, mode::Reactant.TraceMode, track_numbers::Type, sharding::Any) @ Reactant ~/.julia/packages/Reactant/VrYgz/src/Tracing.jl:148 [3] traced_tuple_type_inner(T::Type{…}, seen::Dict{…}, mode::Reactant.TraceMode, track_numbers::Type, sharding::Any) @ Reactant ~/.julia/packages/Reactant/VrYgz/src/Tracing.jl:135 [4] traced_type_inner(T::Type{…}, seen::Dict{…}, mode::Reactant.TraceMode, track_numbers::Type, sharding::Any) @ Reactant ~/.julia/packages/Reactant/VrYgz/src/Tracing.jl:171 [5] traced_type_inner(T::Type, seen::Dict{Type, Type}, mode::Reactant.TraceMode, track_numbers::Type, sharding::Any) @ Reactant ~/.julia/packages/Reactant/VrYgz/src/Tracing.jl:540 [6] traced_type(T::Type, ::Val{Reactant.ArrayToConcrete}, track_numbers::Type, sharding::Reactant.Sharding.NoSharding) @ Reactant ~/.julia/packages/Reactant/VrYgz/src/Tracing.jl:716 [7] make_tracer(seen::Reactant.OrderedIdDict{…}, prev::Any, path::Any, mode::Reactant.TraceMode; track_numbers::Type, sharding::Any, kwargs::@Kwargs{}) @ Reactant ~/.julia/packages/Reactant/VrYgz/src/Tracing.jl:779 [8] to_rarray_internal(x::Any, track_numbers::Type, sharding::Any) @ Reactant ~/.julia/packages/Reactant/VrYgz/src/Tracing.jl:1411 [9] #to_rarray#89 @ ~/.julia/packages/Reactant/VrYgz/src/Tracing.jl:1405 [inlined] [10] to_rarray(x::Any) @ Reactant ~/.julia/packages/Reactant/VrYgz/src/Tracing.jl:1399 [11] top-level scope @ REPL[26]:1 Some type information was truncated. Use `show(err)` to see complete types.
The text was updated successfully, but these errors were encountered:
we should just explicitly not consider version number as a traced type, basically adding it to
Reactant.jl/src/Tracing.jl
Line 38 in c817f8a
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Error that occured with
Reactant.to_rarray
from SpeedyWeather/SpeedyWeather.jl#674The text was updated successfully, but these errors were encountered: