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

Add new NASM pragma regarding macro parameter expansion #3361

Merged
merged 3 commits into from
Mar 11, 2024

Conversation

FreezyLemon
Copy link
Contributor

Fixes #3330.

This raises the minimum NASM version to 2.15.0 which was released in June 2020. The minimum Rust version 1.70 was released in June 2023, so I don't think this is a problem.

I also spent a bit of time refactoring the build script slightly.

2.15.0 was released in June 2020. The current MSRV
was released in June 2023, so this should not be a problem.
Copy link

codecov bot commented Mar 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.54%. Comparing base (3c3a26f) to head (5ad42b2).
Report is 9 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3361      +/-   ##
==========================================
+ Coverage   88.52%   88.54%   +0.01%     
==========================================
  Files          89       89              
  Lines       28323    28355      +32     
==========================================
+ Hits        25074    25107      +33     
+ Misses       3249     3248       -1     

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

Copy link
Collaborator

@shssoichiro shssoichiro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense to me

@shssoichiro shssoichiro merged commit dfe0085 into xiph:master Mar 11, 2024
25 checks passed
@FreezyLemon FreezyLemon deleted the add-new-nasm-pragma branch March 11, 2024 01:27
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.

NASM warnings about empty macro parameters
2 participants