-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Function with LOOP fails with "Compiler failed [...] break target does not exist" when run on worker #21682
Comments
This seems related to use of I don't understand why sometimes there are two (equal) IrLabels and sometimes there is one. Something to do with function deserialization? cc @electrum |
Compilation does not fail on coordinator. in case of A deterministic repo does not use VALUES and thus forces worker distribution
|
With an inline routine like this
the behavior is not consistent across runs:
Array subscript must be less than or equal to array length: 2 > 1
is an expected failurebreak target does not exist
is an unexpected one. Full stacktrace for itThe text was updated successfully, but these errors were encountered: