-
Notifications
You must be signed in to change notification settings - Fork 42
Fixed unhandled trailing comment in multiline list for OpenSCAD #972
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
Conversation
Not sure what's causing the tests to fail, will look into it |
The output of the test is misleadingly verbose, but the actual failure is:
i.e. the rule you wrote produced some idempotency error |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
1ecb4c6
to
4525f8f
Compare
There still seem to be idempotency failures in the tests. I'll delay my review until they pass |
@nbacquey should be fixed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
@Xophmeister heads up, I've probably introduced the same issue in the WIT formatter with |
Fixed unhandled trailing comment in multiline list for OpenSCAD
Resolves #969
Description
An extraneous trailing comma was previously added to a list if the trailing comma of a list was followed by a comment:
Checklist
Checklist before merging, wherever relevant:
CHANGELOG.md
updatedREADME.md
, etc.) up-to-date