-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
Add this Pkg and run tests:
Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/E2cLd/test/parse_tests.jl:131
Got exception outside of a @test
UndefVarError: `access_threaded` not defined in `Parsers`
Suggestion: check for spelling errors or missing imports.
Stacktrace:
[1] getproperty
@ ./Base_compiler.jl:47 [inlined]
[2] _divpow10!(x::BigInt, code::Int16, pow::Int64, ::RoundingMode{:Nearest})
@ FixedPointDecimals ~/.julia/packages/FixedPointDecimals/E2cLd/src/parse.jl:77
Maybe those code need to be updated:
FixedPointDecimals.jl/src/parse.jl
Lines 77 to 78 in f45fb68
@inbounds r = Parsers.access_threaded(() -> (@static VERSION > v"1.5" ? BigInt(; nbits=256) : BigInt()), _BIGINT_Rs) # we must not yield here! | |
@inbounds y = Parsers.access_threaded(() -> (@static VERSION > v"1.5" ? BigInt(; nbits=256) : BigInt()), _BIGINT_10s) # we must not yield here! |
https://github.com/JuliaData/Parsers.jl/blob/6352c4bbce6f9df8cea268a39a3c43e1ee4944e7/src/Parsers.jl#L497-L509
Metadata
Metadata
Assignees
Labels
No labels