skoppe
skoppe
> > BetterC build are still possible, and don't use the runtime. > > Yes, but WASI libc won't be linked automatically, as `-betterC` discards all `-defaultlib`. The compiler has...
I prefer to get a working version of druntime out first. Unless I really run into no-tls issues. Corona has cut into my free time a bit, but a couple...
I finally found some time to get all unittests passing (those that make sense). Will try to get them running in the CI as well. Then update to latest druntime/phobos...
> Is there any update on that? Following every instruction I wasn't still able to compile for wasm. > Even tried following the same instructions for wasi-12 but I get...
> I explored this issue again and it seems like there's a big rabbit-hole of problems with locking memory in docker: https://medium.com/@thejasongerard/resource-limits-mlock-and-containers-oh-my-cca1e5d1f259 > > I'm not sure how I could...
Getting this in would be great. Any update?
The handling of messages is already thread-safe, but there is a problem in some places where users could build Senders out of unshared objects and then later have operations where...
I don't think its down, just out of date since github stopped running my schedulded sync job. I have enabled it for now, but need to find a better place.
The mpsc queue we have is unbounded unfortunately. That is typically not what you want, since you don't want the set of queued items to grow unbounded (e.g. produce them...
So it is this line it complains about https://github.com/symmetryinvestments/concurrency/blob/b65502118e4cc0a8e782466e51d13ac124e6f311/source/concurrency/stoptoken.d#L272