Skip to content

Test Julia 1.12 #717

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

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from
Draft

Test Julia 1.12 #717

wants to merge 8 commits into from

Conversation

svchb
Copy link
Collaborator

@svchb svchb commented Feb 14, 2025

No description provided.

Copy link

codecov bot commented Feb 14, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Please upload report for BASE (main@29e7609). Learn more about missing BASE report.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #717   +/-   ##
=======================================
  Coverage        ?   70.12%           
=======================================
  Files           ?      106           
  Lines           ?     6822           
  Branches        ?        0           
=======================================
  Hits            ?     4784           
  Misses          ?     2038           
  Partials        ?        0           
Flag Coverage Δ
unit 70.12% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ 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.

@svchb svchb marked this pull request as draft March 26, 2025 17:13
@svchb
Copy link
Collaborator Author

svchb commented Apr 4, 2025

Beta1: several upstream packages are broken

@svchb svchb closed this Apr 30, 2025
@svchb svchb reopened this Apr 30, 2025
@svchb
Copy link
Collaborator Author

svchb commented Apr 30, 2025

Errors with beta2:

general: Test Failed at /home/runner/work/TrixiParticles.jl/TrixiParticles.jl/test/test_util.jl:80
Expression: occursin(r"^(WARNING: replacing module .+.\n)$", stderr_content)
Evaluated: occursin(r"^(WARNING: replacing module .+.\n)
$", "WARNING: llvmcall with integer pointers is deprecated.\nUse actual pointers instead, replacing i32 or i64 with i8* or ptr\nin _vsum(Any, Base.Colon, Static.False) at /home/runner/.julia/packages/VectorizedStatistics/lBP0N/src/vsum.jl\n")

@svchb svchb closed this May 13, 2025
@svchb svchb reopened this May 13, 2025
@svchb
Copy link
Collaborator Author

svchb commented Jun 16, 2025

beta4:
dam_break_2d: Test Failed at /home/runner/work/TrixiParticles.jl/TrixiParticles.jl/test/validation/validation.jl:70
Expression: isapprox(error_wcsph_P1, 0, atol = eps())
Evaluated: isapprox(220.8179623950896, 0; atol = 2.220446049250313e-16)

and 19 cases fail because of this warning:
WARNING: llvmcall with integer pointers is deprecated.\nUse actual pointers instead, replacing i32 or i64 with i8* or ptr\nin unique_sorted(Any)

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

Successfully merging this pull request may close these issues.

1 participant