Samuel Williams
Samuel Williams
It's interesting that with -O2, it doesn't seem to fail.
Oh, my bad, I thought 0 was the correct output, and it was producing it reliably :p I think the next step, without digging into the assembly too much, is...
That would make sense - if the Coro goes out of scope, it would be a problem :p
I've been working on a C library for very low level (stackful) coroutines. If you want something a bit less magic, you could take a look at it: https://github.com/kurocha/coroutine
It's still a work in progress though. There are other similar libraries, but none that have the same coroutine transfer arguments/return.
Hehe, `C++`. A language we all love and/to hate :)
I've confirmed @tenderlove's PR dynamically resolving Rubies is working, and I've checked this on both Linux and macOS. So, I'm happy to push this to master and cut a new...
Yes, I've made a proposal here: https://github.com/commonmark/commonmark-spec/pull/648 Regarding 3, we already support namespaced attributes, so one might consider it an oversight that namespaced tags are not also supported.
@craigbarnes does that mean a tag name state can parse `` with a tag name of `foo:bar`?