You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's a bit of a pain to adapt existing code to dscheck because it doesn't have the standard Domain.spawn type (and Domain.join is missing). It would be super neat if enabling tracing only required this prelude:
openDscheck(* or *)moduleAtomic=Dscheck.AtomicmoduleDomain=Dscheck.Domain
(with Domain.join added, I suspect that final wouldn't be required anymore?)
The text was updated successfully, but these errors were encountered:
It's a bit of a pain to adapt existing code to
dscheck
because it doesn't have the standardDomain.spawn
type (andDomain.join
is missing). It would be super neat if enabling tracing only required this prelude:(with
Domain.join
added, I suspect thatfinal
wouldn't be required anymore?)The text was updated successfully, but these errors were encountered: