Stephen Celis

Results 358 comments of Stephen Celis

@ddanilyuk Thanks for looking into this! Looks like we indeed have an issue with reclaiming cached stores at the moment. Brandon and I will discuss potential solutions soon!

@ddanilyuk We chatted about this today. To zoom out a bit, we started introducing features from version 1.5 of the library that required changes to internals that affected performance characteristics...

Thanks for taking the time to PR! I think it would be best to delay this conformance till it's needed in the testing section, and if anything it looks like...

@LRSnowX Sorry for leaving this hanging. I'm going to merge as is for now and try to clean up `main` to progressively introduce it later. Thanks again!

This is updated for #2827. I don't think there is a reasonable way to parse `#if` conditions and accumulate the proper `body` type per branching leaf, especially when it comes...

@thebarndog Thanks for taking the time to PR! @mbrandonw and I will discuss soon. One thing we worry about with the `ifLet` and `forEach` overloads is that they can strain...

@thebarndog While originally we thought omitting the closure in `ifLet` and `forEach` was a nice benefit of the new syntax, it's proven to mostly confuse folks, and it's also expanded...

Thanks again for taking the time to submit, though, and for starting the conversation! If you do end up making an "extras" library with these helpers, we'll link to it...

This was already done elsewhere.

That would definitely help, yup! This is a reliable way to detect XCTest runs from both Linux/Windows SPM and Xcode, so a way of doing the same for Wasm would...