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

Remember Ident position in file #18

Merged
merged 41 commits into from
May 1, 2022
Merged

Conversation

akm
Copy link
Owner

@akm akm commented May 1, 2022

  • Don't allow pass string to create new Ident instance (except in test with asttest package)
  • Add Location field into Ident
  • Define Node interface and Nodes slice type
  • asttest.ClearLocations clears Location s of Idents in given node
  • Use pointer for mandatory struct field such as Ident

akm added 30 commits April 24, 2022 16:38
because it doesn't work well.
See comment of it for more details
@akm akm force-pushed the features/remember_ident_position branch from 1ae39ae to aa7ad14 Compare May 1, 2022 06:33
@akm akm merged commit 5e03377 into main May 1, 2022
@akm akm deleted the features/remember_ident_position branch May 1, 2022 06:36
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.

1 participant