Don't use ccalls where wrappers already exist (fmpz edition) #2913
CI.yml
on: pull_request
Documentation
15m 58s
Matrix: test
Annotations
5 errors and 1 notice
test (1.10, macOS-latest)
Process completed with exit code 1.
|
test (1.10, ubuntu-latest)
Process completed with exit code 1.
|
test (1.10, windows-latest)
Process completed with exit code 1.
|
Documentation:
src/flint/fmpz.jl#L2305
doctest failure in ~/work/Nemo.jl/Nemo.jl/src/flint/fmpz.jl:2305-2308
```jldoctest
julia> nbits(ZZ(12))
4
```
Subexpression:
nbits(ZZ(12))
Evaluated output:
0x0000000000000004
Expected output:
4
diff =
Warning: Diff output requires color.
40x0000000000000004
|
Documentation
Process completed with exit code 1.
|
test (1.6, ubuntu-latest)
[setup-julia] If you are testing 1.6 as a Long Term Support (lts) version, consider using the new "lts" version specifier instead of "1.6" explicitly, which will automatically resolve the current lts.
|