Skip to content

Allow more inputs for gens(::UniversalPolyRing, ...) #3441

Allow more inputs for gens(::UniversalPolyRing, ...)

Allow more inputs for gens(::UniversalPolyRing, ...) #3441

Triggered via pull request September 26, 2024 14:50
Status Failure
Total duration 17m 32s
Artifacts

CI.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 2 notices
test (1.10, macOS-latest)
Process completed with exit code 1.
test (1.10, ubuntu-latest)
Process completed with exit code 1.
test (1.9, ubuntu-latest)
Process completed with exit code 1.
test (1.6, ubuntu-latest)
Process completed with exit code 1.
test (1.10, windows-latest)
Process completed with exit code 1.
test (nightly, ubuntu-latest)
Process completed with exit code 1.
test (1.11-nightly, ubuntu-latest)
Process completed with exit code 1.
Documentation: docs/src/univpolynomial.md#L69
doctest failure in src/univpolynomial.md:69-84 ```jldoctest julia> S = universal_polynomial_ring(ZZ) Universal Polynomial Ring over Integers julia> x = gen(S, :x) x julia> number_of_generators(S) 1 julia> y, z = gens(S, [:y, :z]) (y, z) julia> number_of_generators(S) 3 ``` Subexpression: y, z = gens(S, [:y, :z]) Evaluated output: ERROR: BoundsError: attempt to access Tuple{Vector{AbstractAlgebra.Generic.UnivPoly{BigInt}}} at index [2] Stacktrace: [1] indexed_iterate(t::Tuple{Vector{AbstractAlgebra.Generic.UnivPoly{BigInt}}}, i::Int64, state::Int64) @ Base ./tuple.jl:92 [2] top-level scope @ none:1 Expected output: (y, z) diff = Warning: Diff output requires color. (y, z)ERROR: BoundsError: attempt to access Tuple{Vector{AbstractAlgebra.Generic.UnivPoly{BigInt}}} at index [2] Stacktrace: [1] indexed_iterate(t::Tuple{Vector{AbstractAlgebra.Generic.UnivPoly{BigInt}}}, i::Int64, state::Int64) @ Base ./tuple.jl:92 [2] top-level scope @ none:1
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.
[julia-buildpkg] Caching of the julia depot was not detected
Consider using `julia-actions/cache` to speed up runs https://github.com/julia-actions/cache. To ignore, set input `ignore-no-cache: true`