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
There seems to be a lot of opportunity to integrate simulation and REPL better. We had a need for this specifically in a project recently and, as a workaround, we would do:
Copy the seed from the simulation command (PS: only possible without --out-itf, which was annoying)
Open the REPL and set the seed
Call q::test with the proper params (also very annoying)
Call q::lastTrace
This is a super hidden workaround that regular users would never think of. We should streamline it.
There seems to be a lot of opportunity to integrate simulation and REPL better. We had a need for this specifically in a project recently and, as a workaround, we would do:
--out-itf
, which was annoying)q::test
with the proper params (also very annoying)q::lastTrace
This is a super hidden workaround that regular users would never think of. We should streamline it.
Fixing #544 should make this even more valuable.
The text was updated successfully, but these errors were encountered: