Jive.jl icon indicating copy to clipboard operation
Jive.jl copied to clipboard

not compatible with 1.8-rc3

Open dpinol opened this issue 3 years ago • 1 comments

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

dpinol avatar Jul 19 '22 15:07 dpinol

thanks for the report

wookay avatar Jul 19 '22 16:07 wookay

fixed

dpinol avatar Dec 17 '24 10:12 dpinol