Jive.jl
Jive.jl copied to clipboard
not compatible with 1.8-rc3
Due to this Julia change
ERROR: LoadError: MethodError: Cannot `convert` an object of type Tuple{UInt64, UInt64} to an object of type UInt64
Closest candidates are:
convert(::Type{T}, ::T) where T<:Number at number.jl:6
convert(::Type{T}, ::Number) where T<:Number at number.jl:7
convert(::Type{T}, ::Base.TwicePrecision) where T<:Number at twiceprecision.jl:273
...
Stacktrace:
[1] setproperty!(x::Jive.JiveTestSet, f::Symbol, v::Tuple{UInt64, UInt64})
@ Base ./Base.jl:39
[2] jive_start!(ts::Jive.JiveTestSet)
@ Jive ~/.julia/packages/Jive/GT7FO/src/runtests.jl:254
[3] jive_lets_dance
@ ~/.julia/packages/Jive/GT7FO/src/runtests.jl:244 [inlined]
[4] normal_run(dir::String, tests::Vector{String}, start_idx::Int64, context::Nothing, verbose::Bool)
@ Jive ~/.julia/packages/Jive/GT7FO/src/runtests.jl:209
[5] runtests(dir::String; skip::Vector{String}, node1::Vector{Any}, targets::Vector{String}, testset::Nothing, enable_distributed::Bool, stop_on_failure::Bool, context::Nothing, verbose::Bool)
@ Jive ~/.julia/packages/Jive/GT7FO/src/runtests.jl:164
[6] runtests(dir::String)
@ Jive ~/.julia/packages/Jive/GT7FO/src/runtests.jl:135
[7] top-level scope
@ ~/dev/julia/sandboxes/jive/j18rc3/test/runtests.jl:3
in expression starting at /home/dani/dev/julia/sandboxes/jive/j18rc3/test/runtests.jl:3
thanks for the report
fixed