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
While working on #71 I got an XlaRuntimeError in which the error message suggested to turn EQX_ON_ERROR=breakpoint. However, when I do that, many tests, even ones that didn't fail before, start failing with UnexpectedTracerError.
Steps to reproduce
Set envvar EQX_ON_ERROR=breakpoint
Run test_minimise tests.
The text was updated successfully, but these errors were encountered:
This is something I've already improevd for the next release. EQX_ON_ERROR_BREAKPOINT_FRAMES will be set to 1 by default (so that this error doesn't trigger at all, even if you can't navigate the stack), and I've added a lot of extra printout when you open the debugger, better instructing you what to do.
While working on #71 I got an
XlaRuntimeError
in which the error message suggested to turnEQX_ON_ERROR=breakpoint
. However, when I do that, many tests, even ones that didn't fail before, start failing withUnexpectedTracerError
.Steps to reproduce
EQX_ON_ERROR=breakpoint
test_minimise
tests.The text was updated successfully, but these errors were encountered: