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

[Backport release/1.15] Fix GC sig_suspend, sig_resume for gc_none #15382

Merged
merged 1 commit into from
Jan 28, 2025

Conversation

github-actions[bot]
Copy link
Contributor

Automated backport of #15349 to release/1.15, triggered by a label.

The gc_none interface doesn't define the `sig_suspend` nor `sig_resume` class methods. The program should still compile but commit 57017f6 improperly checks for the method existence, and the methods are always required and compilation fails.

(cherry picked from commit 0fbdcc9)
@github-actions github-actions bot added this to the 1.15.1 milestone Jan 27, 2025
@github-actions github-actions bot added kind:regression Something that used to correctly work but no longer works topic:stdlib:system labels Jan 27, 2025
@straight-shoota straight-shoota merged commit 6b1f07c into release/1.15 Jan 28, 2025
@straight-shoota straight-shoota deleted the backport-15349-to-release/1.15 branch January 28, 2025 19:21
@straight-shoota straight-shoota added the kind:bug A bug in the code. Does not apply to documentation, specs, etc. label Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:bug A bug in the code. Does not apply to documentation, specs, etc. kind:regression Something that used to correctly work but no longer works topic:stdlib:system
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants