Dominik Charousset
Dominik Charousset
@shariarriday can we close this or are there still TODOs left?
Obsolete. The new log framework merges log output into the regular test output.
Just a quick heads-up. I've put a note for the `delegate` thing. That just sounds like a straight up bug and `delayed_delegate` like a missing feature that'd be easy to...
Rendered obsolete by #1745.
After collecting some experience with the new `run_delayed` and `run_scheduled` utilities, I think they are indeed the way to go here.
> Ah ta, I see, yeah that'd probably work, as my atoms are used external of Qt as well as in it, i'd have to apply the same default offset....
Changing the label, since it's actually a lack of diagnostic, not a bug per se.
Hm, judging from the trace, it looks like it's an issue with a stale `resume` scheduled on the multiplexer. The multiplexer only sees a `resumable` here. Maybe the fix is...
There's a tool for checking ABI compatibility: https://github.com/lvc/abi-compliance-checker.
With 1.0 coming up, I thought about ABI compatibility again (yeah, I know, everyone's favorite topic). I think what we really want to support going forward is `SameMajorVersion`. For this,...