On Thursday, 18 January 2018 at 10:03:57 UTC, drug wrote:
18.01.2018 08:45, Andres Clari пишет:
I see, then although it works (or it may work) on release
shouldn't that assert happen for release builds by default
too? Or is the thought that you got the error running the
debug build you shoul
18.01.2018 08:45, Andres Clari пишет:
I see, then although it works (or it may work) on release shouldn't that
assert happen for release builds by default too? Or is the thought that
you got the error running the debug build you should do it a different
way on your own and skip the check all
On Tuesday, 16 January 2018 at 09:04:18 UTC, Sönke Ludwig wrote:
Am 10.01.2018 um 15:40 schrieb Andres Clari:
Hi, I have an app that uses vibe tasks, fibers and timers
extensively, and I found an issue only for debug builds, when
canceling a timer. However the code in question works just
fine
Am 10.01.2018 um 15:40 schrieb Andres Clari:
Hi, I have an app that uses vibe tasks, fibers and timers extensively,
and I found an issue only for debug builds, when canceling a timer.
However the code in question works just fine in the release build.
But having this here makes testing certain