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

Konradstaniec/enable more lin #350

Merged
merged 2 commits into from
Dec 16, 2024
Merged

Conversation

KonradStaniec
Copy link
Collaborator

  • enable more lints

@KonradStaniec KonradStaniec added the A:no-changelog changes that do not require changelog update label Dec 16, 2024
@KonradStaniec KonradStaniec requested a review from a team as a code owner December 16, 2024 15:27
@KonradStaniec KonradStaniec requested review from Lazar955, samricotta and RafilxTenfen and removed request for a team December 16, 2024 15:27
Copy link
Contributor

@RafilxTenfen RafilxTenfen left a comment

Choose a reason for hiding this comment

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

LGTM

@KonradStaniec KonradStaniec merged commit cd0bbcd into main Dec 16, 2024
21 checks passed
@KonradStaniec KonradStaniec deleted the konradstaniec/enable-more-lin branch December 16, 2024 16:00
KonradStaniec added a commit that referenced this pull request Jan 2, 2025
#350 Introduced regression
due to change from if/else to switch. `break` which earlier was jumping
out of the loop, after change would only exit the `switch` statement.

Fix:
- add `finalizationLoop` label and use it during `break`
- add proper test to check that finalization in consecutive.
KonradStaniec added a commit that referenced this pull request Jan 2, 2025
#350 Introduced regression
due to change from if/else to switch. `break` which earlier was jumping
out of the loop, after change would only exit the `switch` statement.

Fix:
- add `finalizationLoop` label and use it during `break`
- add proper test to check that finalization in consecutive.
KonradStaniec added a commit that referenced this pull request Jan 2, 2025
#350 Introduced regression
due to change from if/else to switch. `break` which earlier was jumping
out of the loop, after change would only exit the `switch` statement.

Fix:
- add `finalizationLoop` label and use it during `break`
- add proper test to check that finalization in consecutive.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A:no-changelog changes that do not require changelog update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants