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

fix: emscripten cmake issue #5301

Merged
merged 1 commit into from
Aug 13, 2024

Conversation

henryiii
Copy link
Collaborator

Description

Emergency fix for bug in Emscripten support causing failures. Config mode is not supported due to a typo.

Suggested changelog entry:

* Fix typo in Emscripten support when in config mode (CMake)

Signed-off-by: Henry Schreiner <[email protected]>
Copy link
Collaborator

@rwgk rwgk left a comment

Choose a reason for hiding this comment

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

Oh ... I saw that underscore but thought it's intentional.

What does that mean for the 2.13.2 release?

@henryiii
Copy link
Collaborator Author

It was left over from when I had _pybind11_is_config, a variable set in the files calling this file (which I might move to after this).

2.13.2

It means I'm about to release 2.13.3. I don't think we need to yank 2.13.2, as this only affects Pyodide.

I'm trying to test this in a boost-histogram PR to make sure the fix works; our CI only is testing the "CMakeLists.txt" mode and not the pybind11Config mode for Pyodide.

@rwgk
Copy link
Collaborator

rwgk commented Aug 13, 2024

It means I'm about to release 2.13.3

Sounds good.

@henryiii
Copy link
Collaborator Author

@henryiii henryiii merged commit 1fe92c7 into pybind:master Aug 13, 2024
78 checks passed
@henryiii henryiii deleted the henryiii/fix/emscripten3 branch August 13, 2024 16:32
@github-actions github-actions bot added the needs changelog Possibly needs a changelog entry label Aug 13, 2024
henryiii added a commit that referenced this pull request Aug 13, 2024
@henryiii henryiii removed the needs changelog Possibly needs a changelog entry label Aug 22, 2024
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