Skip to content

Prep for v1.7.0#351

Merged
odow merged 1 commit intomasterfrom
odow-patch-1
Mar 31, 2026
Merged

Prep for v1.7.0#351
odow merged 1 commit intomasterfrom
odow-patch-1

Conversation

@odow
Copy link
Copy Markdown
Member

@odow odow commented Mar 31, 2026

No description provided.

@codecov
Copy link
Copy Markdown

codecov bot commented Mar 31, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.53%. Comparing base (85a2ffb) to head (a685ff0).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #351   +/-   ##
=======================================
  Coverage   91.53%   91.53%           
=======================================
  Files          23       23           
  Lines        2304     2304           
=======================================
  Hits         2109     2109           
  Misses        195      195           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@odow
Copy link
Copy Markdown
Member Author

odow commented Mar 31, 2026

So there are some issues to dig into. Allocations change depending on whether you run the test via ] test or just from the REPL...

Via ] test

Int: Test Failed at /Users/odow/git/jump-dev/MutableArithmetics/test/utilities.jl:12
  Expression: measured_allocations <= expected_upper_bound
   Evaluated: 2016 <= 0
  Stacktrace:
   [1] macro expansion
     @ ~/.julia/juliaup/julia-nightly/Julia-1.14.app/Contents/Resources/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:781 [inlined]
   [2] alloc_test(f::var"#59#60"{Int64, Vector{Int64}}, expected_upper_bound::Int64)
     @ Main ~/git/jump-dev/MutableArithmetics/test/utilities.jl:12
   [3] top-level scope
     @ ~/git/jump-dev/MutableArithmetics/test/broadcast.jl:11
   [4] macro expansion
     @ ~/.julia/juliaup/julia-nightly/Julia-1.14.app/Contents/Resources/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined]
   [5] macro expansion
     @ ~/git/jump-dev/MutableArithmetics/test/broadcast.jl:18 [inlined]

BigInt: Test Failed at /Users/odow/git/jump-dev/MutableArithmetics/test/utilities.jl:12
  Expression: measured_allocations <= expected_upper_bound
   Evaluated: 2304 <= 288
  Stacktrace:
   [1] macro expansion
     @ ~/.julia/juliaup/julia-nightly/Julia-1.14.app/Contents/Resources/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:781 [inlined]
   [2] alloc_test(f::var"#65#66"{Int64, Vector{BigInt}}, expected_upper_bound::Int64)
     @ Main ~/git/jump-dev/MutableArithmetics/test/utilities.jl:12
   [3] macro expansion
     @ ~/git/jump-dev/MutableArithmetics/test/broadcast.jl:35 [inlined]
   [4] macro expansion
     @ ~/.julia/juliaup/julia-nightly/Julia-1.14.app/Contents/Resources/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2243 [inlined]
   [5] top-level scope
     @ ~/git/jump-dev/MutableArithmetics/test/broadcast.jl:23
Test Summary:                     | Pass  Fail  Total  Time
Broadcast                         |   17     2     19  1.9s
  Int                             |    3     1      4  1.0s
  BigInt                          |    5     1      6  0.1s
  broadcast_issue_158             |    6            6  0.2s
  promote_broadcast_for_new_style |    1            1  0.0s
  broadcast_length_1_dimensions   |    2            2  0.5s
RNG of the outermost testset: Random.Xoshiro(0xb2855bcd93b5b83a, 0xccd27ae002220586, 0x45bd09ee94270c72, 0xf1baf2241bd688bb, 0x11ca9d1341bcc423)
ERROR: LoadError: Some tests did not pass: 17 passed, 2 failed, 0 errored, 0 broken.
in expression starting at /Users/odow/git/jump-dev/MutableArithmetics/test/runtests.jl:36
ERROR: Package MutableArithmetics errored during testing

Via the REPL:

julia> include("test/broadcast.jl")
Test Summary: | Pass  Total  Time
Int           |    4      4  0.0s
Test Summary: | Pass  Total  Time
BigInt        |    6      6  0.0s
Test Summary:       | Pass  Total  Time
broadcast_issue_158 |    6      6  0.0s
Test Summary:                   | Pass  Total  Time
promote_broadcast_for_new_style |    1      1  0.0s
Test Summary:                 | Pass  Total  Time
broadcast_length_1_dimensions |    2      2  0.0s
Test.DefaultTestSet("broadcast_length_1_dimensions", false, true, false, "/Users/odow/git/jump-dev/MutableArithmetics/test/broadcast.jl", 1.77499563349256e9, Random.Xoshiro(0x24f2e2bc1199ec05, 0x3f8314e51c169bb6, 0x81d0ecfde89aac06, 0x90759fb8e8351554, 0x5fc8206f4a56b091), 2, 1.774995633492598e9, 0x01, ReentrantLock(), Any[])

@odow
Copy link
Copy Markdown
Member Author

odow commented Mar 31, 2026

Merging and tagging because nightly doesn't need to prevent this. I'll keep looking.

@odow odow merged commit c575d94 into master Mar 31, 2026
10 of 11 checks passed
@odow odow deleted the odow-patch-1 branch March 31, 2026 23:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant