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

fix: regenerate with latest cli & remove reset scanner function #7

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

amaanq
Copy link

@amaanq amaanq commented May 5, 2024

Also the conflicts were unnecessary - and the test corpus files should be under test

Copy link
Contributor

@holzensp holzensp left a comment

Choose a reason for hiding this comment

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

This had somehow gone in under my radar. Sorry for the slow reply and thanks for the contribution. There are 10 errors in CI that should reproduce when you run npm test:

  1. errors/delimiters/missingFunction0ParameterListDelimiter
  2. errors/delimiters/missingFunctionTypeParameterListSeparator
  3. errors/delimiters/missingIfExprDelimiter
  4. errors/delimiters/missingListDelimiter
  5. errors/delimiters/missingMapDelimiter
  6. errors/delimiters/missingMethodArgumentListDelimiter
  7. errors/delimiters/missingParenthesizedExprDelimiter
  8. errors/delimiters/missingSubscriptDelimiter
  9. errors/delimiters/unbalancedEntryBrackets1
  10. errors/delimiters/unbalancedEntryBrackets3

These seem related to the removed conflicts. I'll try and dive in deeper later on.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants