swiftlang / swift-experimental-string-processing

An early experimental general-purpose pattern matching engine for Swift.
Apache License 2.0
278 stars 47 forks source link

Work around compiler type checker issue #737

Closed natecook1000 closed 6 months ago

natecook1000 commented 6 months ago

This refactors a test and disables the RegexBenchmark target to work around a type checker issue in the April 21 development toolchain, used by CI. The test is still running properly with these changes (moved some function-scoped symbols out to the global scope, marked fileprivate).

Related: rdar://126877024

natecook1000 commented 6 months ago

@swift-ci Please test