Skip to content

[CodeGeneration] Improve identifier backticking #2813

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
Aug 27, 2024

Conversation

AppAppWorks
Copy link
Contributor

@AppAppWorks AppAppWorks commented Aug 21, 2024

Currently there're a lot of redundant, inconsistent, or potentially omitted instances of identifier backticking in code generation, this PR aims to fix the issue.

Copy link
Member

@ahoppen ahoppen left a comment

Choose a reason for hiding this comment

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

Nice removal of some unnecessary backticks. Thank you!

@AppAppWorks AppAppWorks force-pushed the improve-identifier-backticking branch from a159168 to ac8577f Compare August 22, 2024 05:54
Copy link
Member

@ahoppen ahoppen left a comment

Choose a reason for hiding this comment

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

Looking great.

I’m waiting for swiftlang/swift#76040 to be merged, which is currently blocking CI, before running CI on this PR.

@AppAppWorks
Copy link
Contributor Author

Apparently the fixes have been merged :)

@ahoppen
Copy link
Member

ahoppen commented Aug 26, 2024

@swift-ci Please test

@ahoppen
Copy link
Member

ahoppen commented Aug 26, 2024

Thanks for the ping, I forgot about this PR.

@ahoppen ahoppen enabled auto-merge August 26, 2024 16:58
@ahoppen
Copy link
Member

ahoppen commented Aug 26, 2024

Looks like the tests in the CodeGeneration package failed to build.

- tackled redundant, inconsistent, and omitted backticking of identifiers
auto-merge was automatically disabled August 27, 2024 00:03

Head branch was pushed to by a user without write access

@AppAppWorks AppAppWorks force-pushed the improve-identifier-backticking branch from ac8577f to d0558dc Compare August 27, 2024 00:03
@AppAppWorks
Copy link
Contributor Author

My bad, I wasn't aware CodeGeneration has its own test set...

@ahoppen
Copy link
Member

ahoppen commented Aug 27, 2024

Haha, yeah, it’s not that obvious.

@ahoppen ahoppen enabled auto-merge August 27, 2024 00:34
@AppAppWorks
Copy link
Contributor Author

This PR is now prime for another round of ci-test after the latest commit :)

@ahoppen
Copy link
Member

ahoppen commented Aug 27, 2024

@swift-ci Please test

@ahoppen
Copy link
Member

ahoppen commented Aug 27, 2024

@swift-ci Please test Windows

@ahoppen ahoppen merged commit 8706e0f into swiftlang:main Aug 27, 2024
3 checks passed
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