Dolan Murvihill
Dolan Murvihill
Hi @exarkun, I pushed an update. I believe the only question outstanding is whether you want to use the status code constants from Twisted even though integer literals are used...
Oh boy... I'll fix that later today.
k @glyph @exarkun, this is fixed.
Thanks @Julian, the method `check_status` has been made available as a global function.
Fixed conflicts and squashed the commits. Is anyone interested in this feature?
It sounds like we are all waiting for an executive decision about what to do between this feature request and parallel testing. I have a hard requirement that my SUT...
I have seen this issue on cryptpad.fr.
Yes, I'll probably use code from there. However, my use case requires operating on subgraphs so I will need to expose a helper that accepts a root node as an...
Added the change to `forEachTopologicalOrder`. I don't particularly like adding the root argument after the callback, but it's the only backwards-compatible way I could think of to do it. It...
I'm trying to find the two lowest root nodes in the DAG forest. They might have descendants in common.