Konrad `ktoso` Malawski
Konrad `ktoso` Malawski
No news I'm afraid. Reproducers would certainly help... we've not caught it yet.
Yeah the reason for the buffer API is to avoid churning allocations and just preallocate a big buffer to reuse. In production that's what's preferable but I also understand it's...
Yeah, without active development happening here that's something we can do
Related forums thread: https://forums.swift.org/t/proper-way-to-escalate-swift-6-1-crash-blockers/78620 Copying my response > So the good news is that I'm reproducing the crash readily, so thank you for the ping on this. > The mixed...
Fix incoming soon: https://github.com/swiftlang/swift/pull/80109
Seems this is just because we don't provide a default, we should add one -- ill follow up on it
Discussed this with a bunch of folks, including Cory above here, agree that the best option would after all be to make a C-shim where we implement the func for...
> Is adding the function to the protocol a breaking change if you provide a default implementation? This is ok, we can do this. > Not calling the closure could...
As discussed before, this can be done with a backend that uses a task local so you can choose to use this imho. A test would use such system and...