Thanks to visit codestin.com
Credit goes to github.com

Skip to content

refactor: move inline code strings to top-level constants #2886

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

Conversation

rickeylev
Copy link
Collaborator

This moves all the inline triple-quote strings of generated code to be in top-level constants.

Because they're so large and dedented, they look like regular code. This makes it
hard to visually parse. These large inline strings of code also confuse my
editor's syntax highlighting (it does local, partial, parsing to highlight
tokens, which gets thrown off by the seemingly valid looking code).

@aignas aignas added this pull request to the merge queue May 17, 2025
Merged via the queue into bazel-contrib:main with commit 9ad9ce5 May 17, 2025
3 checks passed
@rickeylev rickeylev deleted the refactor.toolchains.repo.constants branch May 17, 2025 18:13
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