Skip to content

Add pivot longer and wider #5

Add pivot longer and wider

Add pivot longer and wider #5

Triggered via pull request March 6, 2026 18:43
@davidanthoffdavidanthoff
synchronize #48
pivot
Status Cancelled
Total duration 38m 11s
Artifacts 21

juliaci.yml

on: pull_request
julia-ci  /  compute-test-matrix
2m 40s
julia-ci / compute-test-matrix
julia-ci  /  deploy-docs
3m 6s
julia-ci / deploy-docs
julia-ci  /  tagbot
0s
julia-ci / tagbot
julia-ci  /  compat-helper
0s
julia-ci / compat-helper
Matrix: julia-ci / run-tests
julia-ci  /  report-results
3m 39s
julia-ci / report-results
Fit to window
Zoom out
Zoom in

Annotations

25 errors
julia-ci / deploy-docs: src/NamedTupleUtilities.jl#L187
doctest failure in src/NamedTupleUtilities.jl:187-194 ```jldoctest julia> QueryOperators.NamedTupleUtilities.oftype((a = [4,5,6], b = [3.,2.,1.], c = ["He","llo","World!"]), Val(Int64)) (a = [4, 5, 6],) julia> QueryOperators.NamedTupleUtilities.oftype((a = [4,5,6], b = [3.,2.,1.], c = ["He","llo","World!"]), Val(Number)) (a = [4, 5, 6], b = [3., 2., 1.]) julia> QueryOperators.NamedTupleUtilities.oftype((a = [4,5,6], b = [3.,2.,1.], c = ["He","llo","World!"]), Val(Float32)) NamedTuple() ``` Subexpression: QueryOperators.NamedTupleUtilities.oftype((a = [4,5,6], b = [3.,2.,1.], c = ["He","llo","World!"]), Val(Float32)) Evaluated output: ERROR: UndefVarError: `QueryOperators` not defined in `Main` Suggestion: check for spelling errors or missing imports. Hint: a global variable of this name also exists in QueryOperators. Stacktrace: [1] top-level scope @ none:1 Expected output: NamedTuple() diff = Warning: Diff output requires color. NamedTuple()ERROR: UndefVarError: `QueryOperators` not defined in `Main` Suggestion: check for spelling errors or missing imports. Hint: a global variable of this name also exists in QueryOperators. Stacktrace: [1] top-level scope @ none:1
julia-ci / deploy-docs: src/NamedTupleUtilities.jl#L187
doctest failure in src/NamedTupleUtilities.jl:187-194 ```jldoctest julia> QueryOperators.NamedTupleUtilities.oftype((a = [4,5,6], b = [3.,2.,1.], c = ["He","llo","World!"]), Val(Int64)) (a = [4, 5, 6],) julia> QueryOperators.NamedTupleUtilities.oftype((a = [4,5,6], b = [3.,2.,1.], c = ["He","llo","World!"]), Val(Number)) (a = [4, 5, 6], b = [3., 2., 1.]) julia> QueryOperators.NamedTupleUtilities.oftype((a = [4,5,6], b = [3.,2.,1.], c = ["He","llo","World!"]), Val(Float32)) NamedTuple() ``` Subexpression: QueryOperators.NamedTupleUtilities.oftype((a = [4,5,6], b = [3.,2.,1.], c = ["He","llo","World!"]), Val(Number)) Evaluated output: ERROR: UndefVarError: `QueryOperators` not defined in `Main` Suggestion: check for spelling errors or missing imports. Hint: a global variable of this name also exists in QueryOperators. Stacktrace: [1] top-level scope @ none:1 Expected output: (a = [4, 5, 6], b = [3., 2., 1.]) diff = Warning: Diff output requires color. (a = [4, 5, 6], b = [3., 2., 1.])ERROR: UndefVarError: `QueryOperators` not defined in `Main` Suggestion: check for spelling errors or missing imports. Hint: a global variable of this name also exists in QueryOperators. Stacktrace: [1] top-level scope @ none:1
julia-ci / deploy-docs: src/NamedTupleUtilities.jl#L187
doctest failure in src/NamedTupleUtilities.jl:187-194 ```jldoctest julia> QueryOperators.NamedTupleUtilities.oftype((a = [4,5,6], b = [3.,2.,1.], c = ["He","llo","World!"]), Val(Int64)) (a = [4, 5, 6],) julia> QueryOperators.NamedTupleUtilities.oftype((a = [4,5,6], b = [3.,2.,1.], c = ["He","llo","World!"]), Val(Number)) (a = [4, 5, 6], b = [3., 2., 1.]) julia> QueryOperators.NamedTupleUtilities.oftype((a = [4,5,6], b = [3.,2.,1.], c = ["He","llo","World!"]), Val(Float32)) NamedTuple() ``` Subexpression: QueryOperators.NamedTupleUtilities.oftype((a = [4,5,6], b = [3.,2.,1.], c = ["He","llo","World!"]), Val(Int64)) Evaluated output: ERROR: UndefVarError: `QueryOperators` not defined in `Main` Suggestion: check for spelling errors or missing imports. Hint: a global variable of this name also exists in QueryOperators. Stacktrace: [1] top-level scope @ none:1 Expected output: (a = [4, 5, 6],) diff = Warning: Diff output requires color. (a = [4, 5, 6],)ERROR: UndefVarError: `QueryOperators` not defined in `Main` Suggestion: check for spelling errors or missing imports. Hint: a global variable of this name also exists in QueryOperators. Stacktrace: [1] top-level scope @ none:1
julia-ci / deploy-docs: src/NamedTupleUtilities.jl#L112
doctest failure in src/NamedTupleUtilities.jl:112-115 ```jldoctest julia> QueryOperators.NamedTupleUtilities.not_startswith((abc=1,bcd=2,cde=3),Val(:a)) (bcd = 2, cde = 3) ``` Subexpression: QueryOperators.NamedTupleUtilities.not_startswith((abc=1,bcd=2,cde=3),Val(:a)) Evaluated output: ERROR: UndefVarError: `QueryOperators` not defined in `Main` Suggestion: check for spelling errors or missing imports. Hint: a global variable of this name also exists in QueryOperators. Stacktrace: [1] top-level scope @ none:1 Expected output: (bcd = 2, cde = 3) diff = Warning: Diff output requires color. (bcd = 2, cde = 3)ERROR: UndefVarError: `QueryOperators` not defined in `Main` Suggestion: check for spelling errors or missing imports. Hint: a global variable of this name also exists in QueryOperators. Stacktrace: [1] top-level scope @ none:1
julia-ci / deploy-docs: src/NamedTupleUtilities.jl#L142
doctest failure in src/NamedTupleUtilities.jl:142-145 ```jldoctest julia> QueryOperators.NamedTupleUtilities.endswith((abc=1,bcd=2,cde=3),Val(:d)) (bcd = 2,) ``` Subexpression: QueryOperators.NamedTupleUtilities.endswith((abc=1,bcd=2,cde=3),Val(:d)) Evaluated output: ERROR: UndefVarError: `QueryOperators` not defined in `Main` Suggestion: check for spelling errors or missing imports. Hint: a global variable of this name also exists in QueryOperators. Stacktrace: [1] top-level scope @ none:1 Expected output: (bcd = 2,) diff = Warning: Diff output requires color. (bcd = 2,)ERROR: UndefVarError: `QueryOperators` not defined in `Main` Suggestion: check for spelling errors or missing imports. Hint: a global variable of this name also exists in QueryOperators. Stacktrace: [1] top-level scope @ none:1
julia-ci / deploy-docs: src/NamedTupleUtilities.jl#L97
doctest failure in src/NamedTupleUtilities.jl:97-100 ```jldoctest julia> QueryOperators.NamedTupleUtilities.startswith((abc=1,bcd=2,cde=3),Val(:a)) (abc = 1,) ``` Subexpression: QueryOperators.NamedTupleUtilities.startswith((abc=1,bcd=2,cde=3),Val(:a)) Evaluated output: ERROR: UndefVarError: `QueryOperators` not defined in `Main` Suggestion: check for spelling errors or missing imports. Hint: a global variable of this name also exists in QueryOperators. Stacktrace: [1] top-level scope @ none:1 Expected output: (abc = 1,) diff = Warning: Diff output requires color. (abc = 1,)ERROR: UndefVarError: `QueryOperators` not defined in `Main` Suggestion: check for spelling errors or missing imports. Hint: a global variable of this name also exists in QueryOperators. Stacktrace: [1] top-level scope @ none:1
julia-ci / deploy-docs: src/NamedTupleUtilities.jl#L172
doctest failure in src/NamedTupleUtilities.jl:172-175 ```jldoctest julia> QueryOperators.NamedTupleUtilities.not_occursin((abc=1,bcd=2,cde=3),Val(:d)) (abc = 1,) ``` Subexpression: QueryOperators.NamedTupleUtilities.not_occursin((abc=1,bcd=2,cde=3),Val(:d)) Evaluated output: ERROR: UndefVarError: `QueryOperators` not defined in `Main` Suggestion: check for spelling errors or missing imports. Hint: a global variable of this name also exists in QueryOperators. Stacktrace: [1] top-level scope @ none:1 Expected output: (abc = 1,) diff = Warning: Diff output requires color. (abc = 1,)ERROR: UndefVarError: `QueryOperators` not defined in `Main` Suggestion: check for spelling errors or missing imports. Hint: a global variable of this name also exists in QueryOperators. Stacktrace: [1] top-level scope @ none:1
julia-ci / deploy-docs: src/NamedTupleUtilities.jl#L127
doctest failure in src/NamedTupleUtilities.jl:127-130 ```jldoctest julia> QueryOperators.NamedTupleUtilities.not_endswith((abc=1,bcd=2,cde=3),Val(:d)) (abc = 1, cde = 3) ``` Subexpression: QueryOperators.NamedTupleUtilities.not_endswith((abc=1,bcd=2,cde=3),Val(:d)) Evaluated output: ERROR: UndefVarError: `QueryOperators` not defined in `Main` Suggestion: check for spelling errors or missing imports. Hint: a global variable of this name also exists in QueryOperators. Stacktrace: [1] top-level scope @ none:1 Expected output: (abc = 1, cde = 3) diff = Warning: Diff output requires color. (abc = 1, cde = 3)ERROR: UndefVarError: `QueryOperators` not defined in `Main` Suggestion: check for spelling errors or missing imports. Hint: a global variable of this name also exists in QueryOperators. Stacktrace: [1] top-level scope @ none:1
julia-ci / deploy-docs: src/NamedTupleUtilities.jl#L38
doctest failure in src/NamedTupleUtilities.jl:38-41 ```jldoctest julia> QueryOperators.NamedTupleUtilities.range((a=1,b=2,c=3),Val(:a),Val(:b)) (a = 1, b = 2) ``` Subexpression: QueryOperators.NamedTupleUtilities.range((a=1,b=2,c=3),Val(:a),Val(:b)) Evaluated output: ERROR: UndefVarError: `QueryOperators` not defined in `Main` Suggestion: check for spelling errors or missing imports. Hint: a global variable of this name also exists in QueryOperators. Stacktrace: [1] top-level scope @ none:1 Expected output: (a = 1, b = 2) diff = Warning: Diff output requires color. (a = 1, b = 2)ERROR: UndefVarError: `QueryOperators` not defined in `Main` Suggestion: check for spelling errors or missing imports. Hint: a global variable of this name also exists in QueryOperators. Stacktrace: [1] top-level scope @ none:1
julia-ci / deploy-docs: src/NamedTupleUtilities.jl#L21
doctest failure in src/NamedTupleUtilities.jl:21-24 ```jldoctest julia> QueryOperators.NamedTupleUtilities.remove((a=1,b=2,c=3),Val(:c)) (a = 1, b = 2) ``` Subexpression: QueryOperators.NamedTupleUtilities.remove((a=1,b=2,c=3),Val(:c)) Evaluated output: ERROR: UndefVarError: `QueryOperators` not defined in `Main` Suggestion: check for spelling errors or missing imports. Hint: a global variable of this name also exists in QueryOperators. Stacktrace: [1] top-level scope @ none:1 Expected output: (a = 1, b = 2) diff = Warning: Diff output requires color. (a = 1, b = 2)ERROR: UndefVarError: `QueryOperators` not defined in `Main` Suggestion: check for spelling errors or missing imports. Hint: a global variable of this name also exists in QueryOperators. Stacktrace: [1] top-level scope @ none:1
julia-ci / run-tests (1.10.10~x86, ubuntu-latest)
Process completed with exit code 1.
julia-ci / run-tests (1.10.10~x86, windows-latest)
Process completed with exit code 1.
julia-ci / run-tests (1.11.9~x86, ubuntu-latest)
Process completed with exit code 1.
julia-ci / run-tests (1.12.5~x86, ubuntu-latest)
Process completed with exit code 1.
julia-ci / run-tests (rc~x86, ubuntu-latest)
Process completed with exit code 1.
julia-ci / run-tests (1.12.5~x86, windows-latest)
Process completed with exit code 1.
julia-ci / run-tests (rc~x86, windows-latest)
Process completed with exit code 1.
julia-ci / run-tests (1.11.9~x86, windows-latest)
Process completed with exit code 1.
julia-ci / run-tests (rc~aarch64, macos-26)
Canceling since a higher priority waiting request for Julia CI-refs/pull/48/merge-davidanthoff-pull_request exists
julia-ci / run-tests (rc~aarch64, macos-26)
The operation was canceled.
julia-ci / run-tests (1.10.10~x64, macos-26-intel)
Canceling since a higher priority waiting request for Julia CI-refs/pull/48/merge-davidanthoff-pull_request exists
julia-ci / run-tests (1.12.5~x64, macos-26-intel)
Canceling since a higher priority waiting request for Julia CI-refs/pull/48/merge-davidanthoff-pull_request exists
julia-ci / report-results
Process completed with exit code 1.
Julia CI
The run was canceled by @davidanthoff.
Julia CI
Canceling since a higher priority waiting request for Julia CI-refs/pull/48/merge-davidanthoff-pull_request exists

Artifacts

Produced during runtime
Name Size Digest
testitemresults-macos-26-1.10.10~aarch64 Expired
505 Bytes
sha256:d791fa82b95e008b2136596053704da1a6182887f4d7d3e0fd882ebbbca46f65
testitemresults-macos-26-1.11.9~aarch64 Expired
501 Bytes
sha256:0516791d7a4d108aa348f22b53d8760400bcf79ad596f2d94ab196492ce846fd
testitemresults-macos-26-1.12.5~aarch64 Expired
509 Bytes
sha256:4d69ad27c81ad030ceecad7d1c96bdb8f0b7fefbfbc456a0f05925b489cd1de3
testitemresults-macos-26-intel-1.11.9~x64 Expired
516 Bytes
sha256:9faf539c94ab9c1c03d3a77e07fda8f40ff381a134e21f92f0a3eafda9474309
testitemresults-macos-26-intel-rc~x64 Expired
508 Bytes
sha256:ea41015c2d3b9957797e45ef46fa11a25c71e7aca1d11a9fdbc8155631076af9
testitemresults-ubuntu-latest-1.10.10~x64 Expired
509 Bytes
sha256:a03a8a122c9a73fe23398020c242efcefcb6d9bf04d01a46f8b1c5366c741205
testitemresults-ubuntu-latest-1.10.10~x86 Expired
810 Bytes
sha256:ae4365f75904d4a1925cbff6df15a714d8113371713faab17e2c48d662b17e4d
testitemresults-ubuntu-latest-1.11.9~x64 Expired
511 Bytes
sha256:707786d175efb02d97d0f5f64cbe500157c21b8220872d5da8e7398887629325
testitemresults-ubuntu-latest-1.11.9~x86 Expired
810 Bytes
sha256:5247d9887863410f4cead6c8168860fbc60b3bf3e5fe13d9c2bb9308696e1e53
testitemresults-ubuntu-latest-1.12.5~x64 Expired
512 Bytes
sha256:ed90f220c206c4ab1cb07ea07538a8ad9a696cc3fe49b062a3ee242a8580e7bf
testitemresults-ubuntu-latest-1.12.5~x86 Expired
814 Bytes
sha256:265637d1f290de798379ee360f53ca8424277bee670575a3d4f386ca754e8d68
testitemresults-ubuntu-latest-rc~x64 Expired
506 Bytes
sha256:245755d0cdc9d1124628bfcad65848396e90e17be55c0715e223a2e6afb2779b
testitemresults-ubuntu-latest-rc~x86 Expired
807 Bytes
sha256:6d9f180675516eed2e6976a2a810d70a04d82bbc807cba6f2620b55e8c5b7ae3
testitemresults-windows-latest-1.10.10~x64 Expired
501 Bytes
sha256:243469932a0eb34b3d82e9984cecb424bd83705209cd2ae80c494d4a377b6874
testitemresults-windows-latest-1.10.10~x86 Expired
812 Bytes
sha256:67bd8d1d7a739bf7041d012457de65f38fdd61e74721f77827f1bd2b6a36cf92
testitemresults-windows-latest-1.11.9~x64 Expired
497 Bytes
sha256:0df8c57254d4f07afd9ce2adbde239a480ac54ff1101d50a82a997dae94d67f4
testitemresults-windows-latest-1.11.9~x86 Expired
809 Bytes
sha256:9f128fb03990cfba94cf1d8646f8bd83d716860baef66d5a26765b87bfd8a699
testitemresults-windows-latest-1.12.5~x64 Expired
501 Bytes
sha256:696dfa371361c238122eb9532af8809384c4406da3e9c95ca166e0404095b59c
testitemresults-windows-latest-1.12.5~x86 Expired
815 Bytes
sha256:a4bb54cca151cbda1e04910c372b462dabc17b30f9d6194199d5817849b87abb
testitemresults-windows-latest-rc~x64 Expired
493 Bytes
sha256:d27909b211710d1de3894c1133ed3efe54f519cbaf3e31fe5a047e61f3b9c480
testitemresults-windows-latest-rc~x86 Expired
805 Bytes
sha256:e08f3a348b2129cdc405ca96984af7b1b9b1a13f80d622b2b0af065635efe8aa