Open award999 opened 4 weeks ago
The CI will probably make this apparent so might just be stating the obvious here, but snippet's only implemented in 5.7 so probably need to set some precondition. https://github.com/swiftlang/swift-evolution/blob/main/proposals/0356-swift-snippets.md
The CI will probably make this apparent so might just be stating the obvious here, but snippet's only implemented in 5.7 so probably need to set some precondition. https://github.com/swiftlang/swift-evolution/blob/main/proposals/0356-swift-snippets.md
yep thanks :), also seems like it was hidden behind an experimental flag for a bit so trying to run that down
The CI will probably make this apparent so might just be stating the obvious here, but snippet's only implemented in 5.7 so probably need to set some precondition. https://github.com/swiftlang/swift-evolution/blob/main/proposals/0356-swift-snippets.md
yep thanks :), also seems like it was hidden behind an experimental flag for a bit so trying to run that down
Nice! If it's a particular flag we are expecting would be a good candidate for a separate contract test, and if anything were to change we will know explicit the contract with the driver's broken.
Issue: #1125