Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

output during precompilation and errors during testing #11

Open
matthias314 opened this issue Jun 22, 2024 · 0 comments
Open

output during precompilation and errors during testing #11

matthias314 opened this issue Jun 22, 2024 · 0 comments

Comments

@matthias314
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant