-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[3608] Fix using multiple fmt:skip
pragmas in a single block
#3978
Open
henriholopainen
wants to merge
31
commits into
psf:main
Choose a base branch
from
henriholopainen:issue_3608
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Commits on Oct 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 24801a9 - Browse repository at this point
Copy the full SHA 24801a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4224336 - Browse repository at this point
Copy the full SHA 4224336View commit details -
Configuration menu - View commit details
-
Copy full SHA for b435b3a - Browse repository at this point
Copy the full SHA b435b3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c212649 - Browse repository at this point
Copy the full SHA c212649View commit details -
Configuration menu - View commit details
-
Copy full SHA for c574b97 - Browse repository at this point
Copy the full SHA c574b97View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1c4d63 - Browse repository at this point
Copy the full SHA c1c4d63View commit details -
Configuration menu - View commit details
-
Copy full SHA for e78b18f - Browse repository at this point
Copy the full SHA e78b18fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e66960 - Browse repository at this point
Copy the full SHA 2e66960View commit details
Commits on Oct 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4dfdc0f - Browse repository at this point
Copy the full SHA 4dfdc0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for fe9a810 - Browse repository at this point
Copy the full SHA fe9a810View commit details -
Configuration menu - View commit details
-
Copy full SHA for 92bece5 - Browse repository at this point
Copy the full SHA 92bece5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20a18aa - Browse repository at this point
Copy the full SHA 20a18aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for f096ae7 - Browse repository at this point
Copy the full SHA f096ae7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31b68e1 - Browse repository at this point
Copy the full SHA 31b68e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d43b9e - Browse repository at this point
Copy the full SHA 0d43b9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 035704d - Browse repository at this point
Copy the full SHA 035704dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9799ec8 - Browse repository at this point
Copy the full SHA 9799ec8View commit details -
Add heuristic to use correct sibling/preceding leaf
In cases where 'fmt:skip' belonged to a closing bracket, prev_sibling would give us the opening bracket instead of the previous element inside the brackets. This is desirable if the whole thing is on the same line (as that is what fmt:skip targets), but in other cases we actually want to start processing the preceding leaf instead.
Configuration menu - View commit details
-
Copy full SHA for 813cef5 - Browse repository at this point
Copy the full SHA 813cef5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 397aa1c - Browse repository at this point
Copy the full SHA 397aa1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ac05c0 - Browse repository at this point
Copy the full SHA 5ac05c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for be040e6 - Browse repository at this point
Copy the full SHA be040e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71ca016 - Browse repository at this point
Copy the full SHA 71ca016View commit details -
Fix another corner case (psf#3682)
Here we enable the backtracking to reach preceding leafs even outside the same parent. As long as they are on the same line, it should be fine, as is supposed to target the whole line.
Configuration menu - View commit details
-
Copy full SHA for d232f7b - Browse repository at this point
Copy the full SHA d232f7bView commit details
Commits on Oct 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for beefa04 - Browse repository at this point
Copy the full SHA beefa04View commit details -
Configuration menu - View commit details
-
Copy full SHA for 422178d - Browse repository at this point
Copy the full SHA 422178dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a8e6373 - Browse repository at this point
Copy the full SHA a8e6373View commit details
Commits on Oct 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 05f33ce - Browse repository at this point
Copy the full SHA 05f33ceView commit details
Commits on Nov 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 84140e9 - Browse repository at this point
Copy the full SHA 84140e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 58e011b - Browse repository at this point
Copy the full SHA 58e011bView commit details
Commits on Nov 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 13c23b7 - Browse repository at this point
Copy the full SHA 13c23b7View commit details
Commits on Nov 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 14d7021 - Browse repository at this point
Copy the full SHA 14d7021View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.