Tina L

Results 13 issues of Tina L

Now that we have branched for 6.3, update automerger to merge from 6.3 to main. While we are not currently running automerger to merge into the release branch, update the...

According to https://github.com/swiftlang/github-workflows, to invoke: > To reference a linked PR, add `Linked PR: ` to the PR description, eg. > ``` > Linked PR: https://github.com/swiftlang/swift-syntax/pull/2859 > // or alternatively...

This would be something like the initializer ```swift /// Create a UUID from a string such as "E621E1F8-C36C-495A-93FC-0C247A3E6E5F". /// /// Returns nil for invalid strings. public init?(uuidString string: String) ```...

enhancement