George Lyon
George Lyon
I've recently had the pleasure 😬of using libunwind for a project I've been working on, so I'd be happy to contribute this while its still paged into my brain (if...
Never mind, got this to work (I'm somewhat new to `docker-compose`). This is a pretty slick way of to test multiple versions of Swift/OS.
I ran into this issue recently as well when using a docker image of Verilator and then compiling on the host machine (hence the issue above, and the slight bug...
Just for posterity, it seems like `/dev/null` does not currently work on Linux where EPERM is raised during the `epoll_cfg` syscall. I've worked around this by opening a pipe and...
> Personally, I think the concept of a process-wide, mutable "current working directory" is a serious mistake; a dinosaur we should allow to go extinct. I'm amenable to this idea,...
In one of my project I faced a similar predicament where I wanted something to act as a `TextOutputStream`, but possibly throw (and be `async`). The solution I arrived at...
Just curious, does `pipe` fit somewhere on this roadmap?
Closing due to lack of activity... feel free to reopen and merge if you get to it
One thing that I wasn't able to figure out is if we can add the `-Xcxx -I/usr/lib/swift -Xcxx -I/usr/lib/swift/Block` arguments somewhere global in the devcontainer, which I believe would enable...
Thanks for the info! This was adapted from a slightly more complicated devcontainer I had on another project, but knowing there is a default Swift template is nice. In my...