-
Notifications
You must be signed in to change notification settings - Fork 13
Conversation
Initial feedback addressed in 972446d |
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.
Looks good! Can you please also link the issue to fix comments later in the driver?
dafaaa2
to
d594b07
Compare
After more considerations, decided to go back to our initial strategy - only knock off the comments from the node that are transformed to semantic UAST. |
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.
Looks good!
Only one question - it doesn't change any of the fixtures. I assume this was a bugfix, so it will be nice to add a fixture that actually shows the bug and fails without this patch, so we can check regressions.
Each drops off comments from the nodes that are already mapped to smeantic UAST and thus do not expect to have such properties Signed-off-by: Alexander Bezzubov <[email protected]>
Signed-off-by: Alexander Bezzubov <[email protected]>
d594b07
to
07e7b51
Compare
Totally forgot to include the fixture 🤦♂️ , thank you for catching! added in 07e7b51 |
Fixes #69 by making sure all trailing/inner/leading comments are handled on all nodes