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 #82 Match 1 or more returned values, Stricter #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

lverma14
Copy link
Owner

@lverma14 lverma14 commented Aug 21, 2023

This is a more stricter check which skips and move to the next matcher without modifying data if
the current target node is invalid Position (no parenthesis)

  • current matcher is PosMatcher and next is SliceDotsMatcher i.e. (...
  • current matcher is PosMatcher and previous matcher was SliceDotsMatcher i.e. ...)

Can test by running

go run ./... -p testdata/patch/return_elision.patch testdata/test_files/test_return_elision.go

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