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

Remove unused clock parameter from FakeJob that causes a breaking ABI change #3279

Merged
merged 1 commit into from
May 30, 2024

Conversation

mpeyper
Copy link
Collaborator

@mpeyper mpeyper commented May 30, 2024

The changes in #3252 introduced a new argument to FakeJob that is a breaking API/ABI change, but the argument was not actually being used.

This change removes it again as it's blocking some dependency updates due to incompatible ABI errors. Note that this could be an breaking ABI change for any consumer that have updated to the new API already.

@mpeyper mpeyper force-pushed the mpeyper/remove-unused-parameter branch from 84a3e6e to 548101b Compare May 30, 2024 22:50
@mpeyper mpeyper enabled auto-merge (squash) May 30, 2024 22:50
@mpeyper mpeyper merged commit 388f10a into master May 30, 2024
11 checks passed
@mpeyper mpeyper deleted the mpeyper/remove-unused-parameter branch May 30, 2024 23:38
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