Skip to content
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

infra: add javascript as a language with builder img #11106

Merged
merged 4 commits into from
Nov 23, 2023
Merged

Conversation

DavidKorczynski
Copy link
Collaborator

Ref: #11103

Ref: #11103

Signed-off-by: David Korczynski <david@adalogics.com>
@DavidKorczynski
Copy link
Collaborator Author

Also adjusts some formatting which showed up when running presubmit.py

Copy link
Contributor

@jonathanmetzman jonathanmetzman left a comment

Choose a reason for hiding this comment

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

LGTM with nits

default=constants.DEFAULT_LANGUAGE,
choices=['c', 'c++', 'rust', 'go', 'jvm', 'swift', 'python', 'javascript'],
help='Project language.')
generate_parser.add_argument('--language',
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe create a list from LANGUAGES_WITH_BUILDER_IMAGES and add C, C++ to it.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Updated, but LANGUAGES_WITH_BUILDER_IMAGES to be a mapping rather than a list, wdyt?

DavidKorczynski and others added 2 commits October 23, 2023 17:26
Signed-off-by: David Korczynski <david@adalogics.com>
Signed-off-by: David Korczynski <david@adalogics.com>
@oliverchang oliverchang enabled auto-merge (squash) November 23, 2023 21:57
@oliverchang oliverchang merged commit e8e1249 into master Nov 23, 2023
@oliverchang oliverchang deleted the add-new-lang branch November 23, 2023 22:20
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.

4 participants