Andreas Bauer
Andreas Bauer
> This should be hidden behind a new option which is off by default. So the idea would be to add something like a `ignore_isolation_inheritance_parameter` configuration option for the `function_default_parameter_at_end`...
> @Supereg, thank you for the feature request. I'll review this with the team. Sounds great, thank you 🚀 > Can you tell us more about your use case(s)? Thanks!...
Hey, could you try the following for the status pattern: ```json { "statusPattern": "\"mode\":\"43\"" } ``` You do not need to need regex string literals `/.../g`
It seems that this has been reported before (2 years ago) https://github.com/firebase/firebase-ios-sdk/issues/10417
@PSchmiedmayer with moving the package to Swift 6 language mode, it seems that `XCTRuntimePrecondition` is completely unusable. It seems that our approach https://github.com/StanfordBDHG/XCTRuntimeAssertions/pull/15 backfired and that there are actually isolation...