Skip to content

Argument parsing is now async since apple/swift-argument-parser#855#10121

Closed
finagolfin wants to merge 2 commits into
swiftlang:release/6.4.xfrom
finagolfin:parse
Closed

Argument parsing is now async since apple/swift-argument-parser#855#10121
finagolfin wants to merge 2 commits into
swiftlang:release/6.4.xfrom
finagolfin:parse

Conversation

@finagolfin

@finagolfin finagolfin commented May 26, 2026

Copy link
Copy Markdown
Member

This is needed for swiftlang/swift#89404, which updates the Argument Parser used to the latest 1.8.0 tag.

Depends on swiftlang/swift-build#1428
Blocks: swiftlang/swift#89404

This is needed for swiftlang/swift#89404, which updates the Argument Parser
used to the latest 1.8.0 tag.
} else if self.options._deprecated_shouldListTests {
// Backward compatibility 6/2022 for deprecation of a flag into a subcommand.
let command = try List.parse()
let command = try await List.parse()

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Alternatively, we could finally throw out the long-deprecated list-tests subcommand.

@finagolfin

Copy link
Copy Markdown
Member Author

@swift-ci test self hosted

@jakepetroules

Copy link
Copy Markdown
Contributor

@swift-ci test

@bkhouri

bkhouri commented May 26, 2026

Copy link
Copy Markdown
Contributor

@bkhouri

bkhouri commented May 26, 2026

Copy link
Copy Markdown
Contributor

@finagolfin

Copy link
Copy Markdown
Member Author

Closing since apple/swift-argument-parser#908 in the new 1.8.1 tag changed this back.

@finagolfin finagolfin closed this May 27, 2026
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.

3 participants