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

Decouple AddClosureVoidReturnTypeWhereNoReturnRector to allow leveling by simple node first #5562

Merged
merged 1 commit into from
Feb 5, 2024

Conversation

TomasVotruba
Copy link
Member

@TomasVotruba TomasVotruba commented Feb 5, 2024

This is complex rule split for upcoming type levels features, so upgrades can be done safer and without effort - internal knoledge of risk-rule order 👍

Here for .e.g. adding void to method can break extending classes or even mocks. While adidng void to closures is risk-free. Let's start with safer first :)

@TomasVotruba TomasVotruba merged commit 56c2507 into main Feb 5, 2024
41 checks passed
@TomasVotruba TomasVotruba deleted the tv-level-zero-closures-only branch February 5, 2024 15:54
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.

1 participant