Skip to content

Remove pound keywords token kinds #1267

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

Merged
merged 1 commit into from
Jan 26, 2023

Conversation

ahoppen
Copy link
Member

@ahoppen ahoppen commented Jan 25, 2023

These are no longer being used, so we can clean up the list of token kinds a little further.

These are no longer being used, so we can clean up the list of token kinds a little further.
@ahoppen ahoppen requested a review from DougGregor January 25, 2023 16:45
@ahoppen
Copy link
Member Author

ahoppen commented Jan 25, 2023

@swift-ci Please test

Copy link
Member

@DougGregor DougGregor left a comment

Choose a reason for hiding this comment

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

Thank you!

PoundKeyword('PoundFilePath', 'filePath', text='#filePath'),
PoundKeyword('PoundColumn', 'column', text='#column'),
PoundKeyword('PoundFunction', 'function', text='#function'),
PoundKeyword('PoundDsohandle', 'dsohandle', text='#dsohandle'),
PoundKeyword('PoundAssert', 'assert', text='#assert'),
Copy link
Member

Choose a reason for hiding this comment

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

#assert should be removable as well.

Copy link
Member Author

Choose a reason for hiding this comment

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

Copy link
Member

Choose a reason for hiding this comment

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

Alright, let's get rid of that later. It can be parsed as a freestanding macro expression.

@ahoppen ahoppen merged commit 14ddf4e into swiftlang:main Jan 26, 2023
@ahoppen ahoppen deleted the ahoppen/remove-pound-keywords branch January 26, 2023 23:48
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