Skip to content

Keep deprecated feature flag oboe-shared-stdcxx to avoid breaking change #977

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 1 commit into from
Jun 4, 2025

Conversation

madsmtm
Copy link
Contributor

@madsmtm madsmtm commented Jun 4, 2025

#961 removed the feature flag, which is a shame, because that means the next cpal release will be a breaking change. I'd like to get #943 out sooner rather than later (to fix the issues Bevy and others are experiencing with bindgen and the iOS simulator), .

So this PR re-adds the feature flag, but with a comment that it is deprecated.

One could argue that changing the backend itself is a breaking change because of the minimum supported version bump. I will argue that it is not, as there is precedent for such bumps in rustc as well, see e.g. this and this, and disallowing such things in non-breaking versions makes it effectively impossible for cpal to ever reach a stable v1.0.

@est31 est31 merged commit 0401e3c into RustAudio:master Jun 4, 2025
15 checks passed
@madsmtm madsmtm deleted the avoid-oboe-breaking branch June 4, 2025 13:49
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.

new release with fix for iOS-simulator builds
2 participants