Fix documentation build #4
juliaci.yml
on: push
julia-ci
/
lint
52s
julia-ci
/
compute-test-matrix
2m 43s
julia-ci
/
deploy-docs
2m 15s
julia-ci
/
tagbot
4m 30s
julia-ci
/
compat-helper
4m 30s
Matrix: julia-ci / run-tests
julia-ci
/
report-results
4m 14s
Annotations
20 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.11.9~x64, macos-26-intel)
The run was canceled by @davidanthoff.
|
|
julia-ci / run-tests (1.11.9~aarch64, macos-26)
The run was canceled by @davidanthoff.
|
|
julia-ci / run-tests (1.10.10~x64, macos-26-intel)
The run was canceled by @davidanthoff.
|
|
julia-ci / run-tests (1.10.10~x64, macos-26-intel)
The operation was canceled.
|
|
julia-ci / run-tests (rc~aarch64, macos-26)
The run was canceled by @davidanthoff.
|
|
julia-ci / run-tests (rc~aarch64, macos-26)
The operation was canceled.
|
|
julia-ci / run-tests (1.12.5~aarch64, macos-26)
The run was canceled by @davidanthoff.
|
|
julia-ci / run-tests (1.12.5~aarch64, macos-26)
The operation was canceled.
|
|
Julia CI
The run was canceled by @davidanthoff.
|
|
Julia CI
The run was canceled by @davidanthoff.
|