-
Notifications
You must be signed in to change notification settings - Fork 439
Use marker to mark SourceEdit
s
#1684
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
Use marker to mark SourceEdit
s
#1684
Conversation
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.
With your comment on the other PR (#1662 (comment)), I think being explicit about the edits makes a lot of sense. Thanks for doing this. I have a few comments inline but the design looks good overall.
dcc35e7
to
8778124
Compare
8778124
to
5fd5219
Compare
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.
I’ve got a few code style comments, otherwise this looks very good to me.
This change is used to help us mark the changes in source file, which makes incremental parsing test easier.
43e0c33
to
b605766
Compare
@swift-ci Please test |
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.
Great. Let’s get this merged
CI failed for an unrelated reason. I’ll re-trigger it tomorrow |
@swift-ci Please test macOS |
@swift-ci Please test Windows |
This change is used to help us mark the changes in source file, which makes incremental parsing test easier.
See comments in #1662 (comment)