-
Notifications
You must be signed in to change notification settings - Fork 16
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
Threads fail silently on error #153
Comments
Line 257 in 515e2cf
To actually print the task, you'd have to update the code in |
I gave it a shot in JuliaSIMD/ThreadingUtilities.jl#54 and #154. |
Possibly related #128 |
Closed by JuliaSIMD/ThreadingUtilities.jl#54 and #154. |
MWE:
I want to update the columns of
x
and run into an error. Instead of showing the error, the relevant threads just stop silently.In an actual code, I might want to update some object, which failed for some reason. But Polyester.jl doesn't tell me it failed, so I might continue with this broken
x
, not realizing it is in an invalid (incompletely updated) state, causing unpredicted behavior down the road.The text was updated successfully, but these errors were encountered: