JuliaParallel / Dagger.jl

A framework for out-of-core and parallel execution
Other
629 stars 67 forks source link

submission: Fix variable shadowing bug #436

Closed jpsamaroo closed 11 months ago

jpsamaroo commented 11 months ago

Fixes a bug in the submission logic where we accidentally overwrote a task's local uid with the uid of the task's arguments.

Fixes #435