-
Notifications
You must be signed in to change notification settings - Fork 0
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
49 expression formatter #140
base: develop
Are you sure you want to change the base?
Conversation
# Conflicts: # package.json # resources/functionalTests/define-inClass/input.p # resources/functionalTests/define-inClass/target.p # resources/functionalTests/define-inFunction/input.p # resources/functionalTests/define-inFunction/target.p # resources/functionalTests/define/16inClass/input.p # resources/functionalTests/define/16inClass/target.p # resources/functionalTests/define/16inFunction/input.p # resources/functionalTests/define/16inFunction/target.p # resources/functionalTests/define/define-inClass/input.p # resources/functionalTests/define/define-inClass/target.p # resources/functionalTests/define/define-inFunction/input.p # resources/functionalTests/define/define-inFunction/target.p # src/v2/formatterFramework/FormatterHelper.ts # src/v2/formatterFramework/enableFormatterDecorators.ts
Now 19 tests do not pass because of the tests for assign and the bug in #147. Need to turn off the expression formatted for all the assign tests. |
Now only 1 failing test due to #147. |
@gustason can you fix merge conflicts? Also, is this one blocking issue critical for us? Maybe we can proceed with this formatter. |
# Conflicts: # src/model/SyntaxNodeType.ts
# Conflicts: # package.json # src/model/SyntaxNodeType.ts # src/v2/formatterFramework/enableFormatterDecorators.ts
I see that tests are not passing. @gustason please check, maybe settings in testing folder are not up to date. |
Do not merge!
Currently, 37 tests do not pass because of the bug in #116.