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

Nickel: Resolve annotation idempotency #554

Merged
merged 1 commit into from
Jul 4, 2023

Conversation

ErinvanderVeen
Copy link
Collaborator

Done by starting a scope on the previous node instead of on the first annotation.This ensures that a single line annotation that was clearly put on a newline on purpose is actually formatted as such. This is the final PR in a series that fully resolves #547 (with the exception of the parsing error, which is currently being discussed in the Nickel team).

Done by starting the scope on the previous node instead of on the first annotation
@ErinvanderVeen ErinvanderVeen added the language: nickel Nickel formatting issues label Jul 4, 2023
@ErinvanderVeen ErinvanderVeen requested a review from torhovland July 4, 2023 09:11
@ErinvanderVeen ErinvanderVeen self-assigned this Jul 4, 2023
@ErinvanderVeen ErinvanderVeen merged commit a418103 into main Jul 4, 2023
@ErinvanderVeen ErinvanderVeen deleted the erin/nickel-annotation-idempotency branch July 4, 2023 10:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
language: nickel Nickel formatting issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Idempotency errors on the Nickel test suite
2 participants