Rauhul Varma

Results 119 comments of Rauhul Varma

Sorry about the radio silence on your PRs, I'm trying to figure out the best strategy for them. I'm not confident they are the best fit for this repo due...

Given that we have CI covering this build im pretty confident we can close this issue. feel free to reopen it if needed

Aside from the abysmal issue of dispatch on linux crashing all the time, I'd like to make sure we have ci for any new platforms this repo intends to support,...

> Since there's no 1st-party Swift SDK for WASI, we can't set up a CI for it and support for WASI can only be tested locally. how does one test...

What SDK content do you expect would be need? the primary MMIO library has no libc dependency, unless I accidentally re-introduced one.

Since `sh` is only used in test code I wonder if theres another option that splits MMIOUtils into two modules?

@MaxDesiatov is this still needed? I've moved ShellCommand out of MMIOUtilities.

This code is only in test targets that doesn't run on the embedded targets anyways now

+1 I think we should not try to support full swift for 16bit triples. Related I think we need to improve our diagnostics when building with the wrong mode, see:...