Anton Korobeynikov
Anton Korobeynikov
https://github.com/swiftlang/swift-syntax/pull/3225 https://github.com/swiftlang/llvm-project/pull/12064 @swift-ci please test
https://github.com/swiftlang/swift-syntax/pull/3225 https://github.com/swiftlang/llvm-project/pull/12064 @swift-ci please test macos platform
@rjmccall This is a new version to review. Changes: - No metadata-related changes for now - Default implementation for builtins (`_function()` vs `_coroutine()` helpers) - Removed refactoring remnants Please take...
https://github.com/swiftlang/swift-syntax/pull/3225 https://github.com/swiftlang/llvm-project/pull/12064 @swift-ci please test
We'd likely switch to `ErrorOr` / `Expected` approach. We are already do this in https://github.com/asl/BandageNG/pull/156 as exceptions do not play nicely across multiple threads