Skip to content

Fix tasking compiler after option refactor #14625

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

dcbaker
Copy link
Member

@dcbaker dcbaker commented May 19, 2025

Two distinct changes here, both bug fixes, only one is a regression though.

  1. This was not updated for the option refactor branch (mypy could have caught this)
  2. This never checked target overrides, so of b_lto was overridden off it would still expect the name to be .ma not .a

@dcbaker dcbaker added this to the 1.8.1 milestone May 19, 2025
@dcbaker dcbaker requested a review from jpakkane as a code owner May 19, 2025 18:42
dcbaker added 2 commits May 19, 2025 11:42
The weird format is to minimize the diff in the next fixup patch.
Actually take an override into account, ie:
```meson
library(
  ...
  override_options : {'b_lto' : false},
)
```
@dcbaker dcbaker force-pushed the submit/fix-tasking-compiler branch from c2090a9 to 14c01d2 Compare May 19, 2025 18:42
@dcbaker
Copy link
Member Author

dcbaker commented May 19, 2025

@gerioldman: I think you're the person who knows the most (and can test) the tasking compiler?

@gerioldman
Copy link
Contributor

@dcbaker Could you check c557384 ?

@eli-schwartz eli-schwartz modified the milestones: 1.8.1, 1.8.2 May 23, 2025
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.

3 participants