-
Notifications
You must be signed in to change notification settings - Fork 439
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
Conversation
SwiftSyntaxDevUtils/Sources/swift-syntax-dev-utils/commands/IntegrityCheck.swift
Outdated
Show resolved
Hide resolved
SwiftSyntaxDevUtils/Sources/swift-syntax-dev-utils/commands/IntegrityCheck.swift
Outdated
Show resolved
Hide resolved
SwiftSyntaxDevUtils/Sources/swift-syntax-dev-utils/commands/IntegrityCheck.swift
Outdated
Show resolved
Hide resolved
SwiftSyntaxDevUtils/Sources/swift-syntax-dev-utils/commands/IntegrityCheck.swift
Outdated
Show resolved
Hide resolved
SwiftSyntaxDevUtils/Sources/swift-syntax-dev-utils/commands/IntegrityCheck.swift
Outdated
Show resolved
Hide resolved
SwiftSyntaxDevUtils/Sources/swift-syntax-dev-utils/commands/IntegrityCheck.swift
Outdated
Show resolved
Hide resolved
SwiftSyntaxDevUtils/Sources/swift-syntax-dev-utils/commands/IntegrityCheck.swift
Outdated
Show resolved
Hide resolved
SwiftSyntaxDevUtils/Sources/swift-syntax-dev-utils/commands/IntegrityCheck.swift
Outdated
Show resolved
Hide resolved
SwiftSyntaxDevUtils/Sources/swift-syntax-dev-utils/commands/IntegrityCheck.swift
Outdated
Show resolved
Hide resolved
SwiftSyntaxDevUtils/Sources/swift-syntax-dev-utils/commands/IntegrityCheck.swift
Outdated
Show resolved
Hide resolved
b1941ab
to
bbb7113
Compare
bbb7113
to
17d07c8
Compare
SwiftSyntaxDevUtils/Sources/swift-syntax-dev-utils/commands/LocalPrPrecheck.swift
Outdated
Show resolved
Hide resolved
17d07c8
to
13236e1
Compare
@swift-ci Please test |
13236e1
to
8759911
Compare
Add the script to the swift-syntax dev utils package to allow developers run all necessary actions before submitting a PR
8759911
to
16294a2
Compare
16294a2
to
74d0e6f
Compare
) | ||
|
||
@OptionGroup | ||
var arguments: SourceCodeGeneratorArguments |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
There was a problem hiding this 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 |
There was a problem hiding this comment.
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.
@swift-ci Please test |
Add the script to the swift-syntax dev utils package to allow developers to run all necessary actions before submitting a PR
Resolves #2066