Skip to content

Silence unused-command-line-argument warning, not just the error #1506

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

Merged
merged 3 commits into from
Jul 30, 2025

Conversation

giordano
Copy link
Member

The warning is absolutely spammy. We also disable the warning in BinaryBuilder,
it's so annoying:
https://github.com/JuliaPackaging/BinaryBuilderBase.jl/blob/99594c5cae8f67b9cdc776418744d88e574d4e05/src/Runner.jl#L449.

giordano added 3 commits July 30, 2025 00:14
This reverts commit 6077bac.
This partially reverts commit ec0c61f.

Keep `cc` mandatory, only make `gcc_host_compiler_path` optional.
@giordano
Copy link
Member Author

I don't really like making --cc optional, we have no way of telling what's the compiler and that's important for setting the right options. I restored explicit compiler in EnzymeAD/Enzyme-JAX@e652e15 (#1197), that seemed to work in the little tests I did on tmate.

@giordano
Copy link
Member Author

Failures are also on main....

@giordano giordano merged commit 7bbd7ae into EnzymeAD:main Jul 30, 2025
0 of 6 checks passed
@giordano giordano deleted the mg/build-local-no-unused-arg branch July 30, 2025 00:01
Copy link

codecov bot commented Jul 30, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 40.11%. Comparing base (b6ffc96) to head (b9bad13).
⚠️ Report is 1332 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##             main    #1506       +/-   ##
===========================================
+ Coverage   21.66%   40.11%   +18.44%     
===========================================
  Files          46      122       +76     
  Lines        8048    21699    +13651     
===========================================
+ Hits         1744     8705     +6961     
- Misses       6304    12994     +6690     

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

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.

2 participants