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

Added back all removed function for Engine to avoid API breaking changes #3700

Merged
merged 1 commit into from
Mar 22, 2023

Conversation

ptitSeb
Copy link
Contributor

@ptitSeb ptitSeb commented Mar 22, 2023

Added back all removed function for Engine to avoid API breaking changes

Compared with 3.1.1 API, adding back the missing function.

Note that all function from NativeEngineExt are now shadowed by this. So those function are not marked as deprecated to avoid the use of NativeEngineExt::tunables(...) for example.
Needed to removed the use of NativeEngineExt from many crates to satisfy clipper as a consequence.

For #3673

Copy link
Contributor

@theduke theduke left a comment

Choose a reason for hiding this comment

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

Annoying, but necessary.

Let's also create a followup issue to remove the methods in the 4.0 milestone so we don't forget.

@ptitSeb ptitSeb merged commit a72e655 into master Mar 22, 2023
@ptitSeb ptitSeb deleted the fix_ticket_3584 branch March 22, 2023 11:16
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