You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Saying add ChainedFixes in Julia downloads v0.3.1, whereas on GitHub the latest version is 0.3.0.
With Julia 1.10.4 I get for v0.3.1:
Precompiling project...
15 dependencies successfully precompiled in 14 seconds
1 dependency had output during precompilation:
┌ ChainedFixes
│ WARNING: method definition for print_fixed at /tmp/depot/packages/ChainedFixes/G10W9/src/print.jl:92 declares type variable P but does not use it.
└
and
Testing Running tests...
Test Summary: | Pass Total Time
Fix1 | 4 4 0.0s
Not: Error During Test at /tmp/depot/packages/ChainedFixes/G10W9/test/runtests.jl:29
Test threw exception
Expression: #= /tmp/depot/packages/ChainedFixes/G10W9/test/runtests.jl:29 =# @inferred(getargs(notfxn)) == (+,)
type ComposedFunction has no field f
Stacktrace:
[1] getargs(x::ComposedFunction{typeof(!), typeof(+)})
@ ChainedFixes.ChainedCore /tmp/depot/packages/ChainedFixes/G10W9/src/utils.jl:39
[2] macro expansion
@ /usr/local/julia-1.10.4/share/julia/stdlib/v1.10/Test/src/Test.jl:669 [inlined]
[3] macro expansion
@ /tmp/depot/packages/ChainedFixes/G10W9/test/runtests.jl:29 [inlined]
[4] macro expansion
@ /usr/local/julia-1.10.4/share/julia/stdlib/v1.10/Test/src/Test.jl:1577 [inlined]
[5] top-level scope
@ /tmp/depot/packages/ChainedFixes/G10W9/test/runtests.jl:24
Not: Error During Test at /tmp/depot/packages/ChainedFixes/G10W9/test/runtests.jl:30
Test threw exception
Expression: #= /tmp/depot/packages/ChainedFixes/G10W9/test/runtests.jl:30 =# @inferred(getkwargs(notfxn)) == empty_named_tuple
type ComposedFunction has no field f
Stacktrace:
[1] getkwargs(x::ComposedFunction{typeof(!), typeof(+)})
@ ChainedFixes.ChainedCore /tmp/depot/packages/ChainedFixes/G10W9/src/utils.jl:60
[2] macro expansion
@ /usr/local/julia-1.10.4/share/julia/stdlib/v1.10/Test/src/Test.jl:669 [inlined]
[3] macro expansion
@ /tmp/depot/packages/ChainedFixes/G10W9/test/runtests.jl:30 [inlined]
[4] macro expansion
@ /usr/local/julia-1.10.4/share/julia/stdlib/v1.10/Test/src/Test.jl:1577 [inlined]
[5] top-level scope
@ /tmp/depot/packages/ChainedFixes/G10W9/test/runtests.jl:24
Test Summary: | Pass Error Total Time
Not | 4 2 6 1.8s
ERROR: LoadError: Some tests did not pass: 4 passed, 0 failed, 2 errored, 0 broken.
in expression starting at /tmp/depot/packages/ChainedFixes/G10W9/test/runtests.jl:23
ERROR: Package ChainedFixes errored during testing
The text was updated successfully, but these errors were encountered:
Saying
add ChainedFixes
in Julia downloads v0.3.1, whereas on GitHub the latest version is 0.3.0.With Julia 1.10.4 I get for v0.3.1:
and
The text was updated successfully, but these errors were encountered: