Skip to content

Add a command to dev utils that run all other necessary scripts to submit a PR #2334

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 2 commits into from
Jan 27, 2024

Conversation

Matejkob
Copy link
Contributor

@Matejkob Matejkob commented Nov 7, 2023

Add the script to the swift-syntax dev utils package to allow developers to run all necessary actions before submitting a PR

Resolves #2066

@Matejkob Matejkob marked this pull request as ready for review November 7, 2023 18:35
@Matejkob Matejkob force-pushed the one-to-rule-them-all branch from 17d07c8 to 13236e1 Compare November 29, 2023 15:10
@ahoppen
Copy link
Member

ahoppen commented Nov 29, 2023

@swift-ci Please test

@Matejkob Matejkob force-pushed the one-to-rule-them-all branch from 13236e1 to 8759911 Compare January 9, 2024 21:35
Add the script to the swift-syntax dev utils package to allow developers run all necessary actions before submitting a PR
@Matejkob Matejkob force-pushed the one-to-rule-them-all branch from 8759911 to 16294a2 Compare January 25, 2024 14:20
@Matejkob Matejkob force-pushed the one-to-rule-them-all branch from 16294a2 to 74d0e6f Compare January 25, 2024 14:36
)

@OptionGroup
var arguments: SourceCodeGeneratorArguments
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@ahoppen I've used this arguments group because it has all the needed arguments for this command but the name doesn't fit anymore, should I change it or stop using it and create local arguments?

Copy link
Member

Choose a reason for hiding this comment

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

If you have any good new name ideas for SourceCodeGeneratorArguments. If you have any, I think renaming would be nice but otherwise, I think it’s OK as-is as well.

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.

Sorry for not merging this after CI passed. I must have forgotten about it.

)

@OptionGroup
var arguments: SourceCodeGeneratorArguments
Copy link
Member

Choose a reason for hiding this comment

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

If you have any good new name ideas for SourceCodeGeneratorArguments. If you have any, I think renaming would be nice but otherwise, I think it’s OK as-is as well.

@ahoppen
Copy link
Member

ahoppen commented Jan 27, 2024

@swift-ci Please test

@ahoppen ahoppen merged commit 9635de6 into swiftlang:main Jan 27, 2024
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.

One Script to rule them all
3 participants