ci: Test on Julia 1.10 #60
Annotations
7 errors and 1 warning
src/WolframExpr.jl#L83
doctest failure in /__w/WolframExpr.jl/WolframExpr.jl/src/WolframExpr.jl:83-88
```jldoctest
julia> using MathLink, WolframExpr
julia> wexpr_to_expr(W`1. + 1`)
:(1.0 + 1)
```
Subexpression:
wexpr_to_expr(W`1. + 1`)
Evaluated output:
:(1.0 + 1.0)
Expected output:
:(1.0 + 1)
diff =
Warning: Diff output requires color.
:(1.0 + 1)1.0)
|
src/WolframExpr.jl#L20
doctest failure in /__w/WolframExpr.jl/WolframExpr.jl/src/WolframExpr.jl:20-30
```jldoctest
julia> using WolframExpr
julia> f = string_to_function("x+y", [:x, :y]);
julia> f(1, 2)
3
julia> f(1.2, 2)
3.2
```
Subexpression:
f = string_to_function("x+y", [:x, :y]);
Evaluated output:
ERROR: MethodError: no method matching wexpr_to_expr(::String)
Closest candidates are:
wexpr_to_expr(!Matched::MathLink.WExpr)
@ WolframExpr /__w/WolframExpr.jl/WolframExpr.jl/src/WolframExpr.jl:102
wexpr_to_expr(!Matched::MathLink.WSymbol)
@ WolframExpr /__w/WolframExpr.jl/WolframExpr.jl/src/WolframExpr.jl:90
wexpr_to_expr(!Matched::Number)
@ WolframExpr /__w/WolframExpr.jl/WolframExpr.jl/src/WolframExpr.jl:98
Stacktrace:
[1] |>(x::String, f::typeof(wexpr_to_expr))
@ Base ./operators.jl:917
[2] string_to_function(string::String, symbols::Vector{Symbol})
@ WolframExpr /__w/WolframExpr.jl/WolframExpr.jl/src/WolframExpr.jl:33
[3] top-level scope
@ none:1
Expected output:
diff =
Warning: Diff output requires color.
ERROR: MethodError: no method matching wexpr_to_expr(::String)
Closest candidates are:
wexpr_to_expr(!Matched::MathLink.WExpr)
@ WolframExpr /__w/WolframExpr.jl/WolframExpr.jl/src/WolframExpr.jl:102
wexpr_to_expr(!Matched::MathLink.WSymbol)
@ WolframExpr /__w/WolframExpr.jl/WolframExpr.jl/src/WolframExpr.jl:90
wexpr_to_expr(!Matched::Number)
@ WolframExpr /__w/WolframExpr.jl/WolframExpr.jl/src/WolframExpr.jl:98
Stacktrace:
[1] |>(x::String, f::typeof(wexpr_to_expr))
@ Base ./operators.jl:917
[2] string_to_function(string::String, symbols::Vector{Symbol})
@ WolframExpr /__w/WolframExpr.jl/WolframExpr.jl/src/WolframExpr.jl:33
[3] top-level scope
@ none:1
|
src/WolframExpr.jl#L20
doctest failure in /__w/WolframExpr.jl/WolframExpr.jl/src/WolframExpr.jl:20-30
```jldoctest
julia> using WolframExpr
julia> f = string_to_function("x+y", [:x, :y]);
julia> f(1, 2)
3
julia> f(1.2, 2)
3.2
```
Subexpression:
f(1, 2)
Evaluated output:
ERROR: UndefVarError: `f` not defined
Stacktrace:
[1] top-level scope
@ none:1
Expected output:
3
diff =
Warning: Diff output requires color.
3ERROR: UndefVarError: `f` not defined
Stacktrace:
[1] top-level scope
@ none:1
|
src/WolframExpr.jl#L20
doctest failure in /__w/WolframExpr.jl/WolframExpr.jl/src/WolframExpr.jl:20-30
```jldoctest
julia> using WolframExpr
julia> f = string_to_function("x+y", [:x, :y]);
julia> f(1, 2)
3
julia> f(1.2, 2)
3.2
```
Subexpression:
f(1.2, 2)
Evaluated output:
ERROR: UndefVarError: `f` not defined
Stacktrace:
[1] top-level scope
@ none:1
Expected output:
3.2
diff =
Warning: Diff output requires color.
3.2ERROR: UndefVarError: `f` not defined
Stacktrace:
[1] top-level scope
@ none:1
|
src/WolframExpr.jl#L45
doctest failure in /__w/WolframExpr.jl/WolframExpr.jl/src/WolframExpr.jl:45-50
```jldoctest
julia> using WolframExpr
julia> string_to_expr("(x+y)/2")
:((x + y) * 2 ^ -1)
```
Subexpression:
string_to_expr("(x+y)/2")
Evaluated output:
ERROR: MethodError: no method matching wexpr_to_expr(::String)
Closest candidates are:
wexpr_to_expr(!Matched::MathLink.WExpr)
@ WolframExpr /__w/WolframExpr.jl/WolframExpr.jl/src/WolframExpr.jl:102
wexpr_to_expr(!Matched::MathLink.WSymbol)
@ WolframExpr /__w/WolframExpr.jl/WolframExpr.jl/src/WolframExpr.jl:90
wexpr_to_expr(!Matched::Number)
@ WolframExpr /__w/WolframExpr.jl/WolframExpr.jl/src/WolframExpr.jl:98
Stacktrace:
[1] |>(x::String, f::typeof(wexpr_to_expr))
@ Base ./operators.jl:917
[2] string_to_expr(string::String)
@ WolframExpr /__w/WolframExpr.jl/WolframExpr.jl/src/WolframExpr.jl:53
[3] top-level scope
@ none:1
Expected output:
:((x + y) * 2 ^ -1)
diff =
Warning: Diff output requires color.
:((x + y) * 2 ^ -1)ERROR: MethodError: no method matching wexpr_to_expr(::String)
Closest candidates are:
wexpr_to_expr(!Matched::MathLink.WExpr)
@ WolframExpr /__w/WolframExpr.jl/WolframExpr.jl/src/WolframExpr.jl:102
wexpr_to_expr(!Matched::MathLink.WSymbol)
@ WolframExpr /__w/WolframExpr.jl/WolframExpr.jl/src/WolframExpr.jl:90
wexpr_to_expr(!Matched::Number)
@ WolframExpr /__w/WolframExpr.jl/WolframExpr.jl/src/WolframExpr.jl:98
Stacktrace:
[1] |>(x::String, f::typeof(wexpr_to_expr))
@ Base ./operators.jl:917
[2] string_to_expr(string::String)
@ WolframExpr /__w/WolframExpr.jl/WolframExpr.jl/src/WolframExpr.jl:53
[3] top-level scope
@ none:1
|
src/WolframExpr.jl#L65
doctest failure in /__w/WolframExpr.jl/WolframExpr.jl/src/WolframExpr.jl:65-70
```jldoctest
julia> using WolframExpr
julia> string_to_wexpr("Sin[1]")
W"Sin"(1)
```
Subexpression:
string_to_wexpr("Sin[1]")
Evaluated output:
"Sin[1]"
Expected output:
W"Sin"(1)
diff =
Warning: Diff output requires color.
W"Sin"(1)"Sin[1]"
|
Run julia --project=docs -e '
Process completed with exit code 1.
|
../../../github/home/.julia/packages/Documenter/bYYzK/src/deployconfig.jl#L529
Unable to verify if PR comes from destination repository -- assuming it does.
|
The logs for this run have expired and are no longer available.
Loading