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
It's very easy in the course of coding to use a suspending function inside a defn. This can lead to Suspend signals being returned as values, which is undefined and ends up being a tricky bug to track down.
Proposal is to deprecate use of ^:suspending metadata and instead implement a macro which registers suspending functions in a dynamic variable accessible to the partitioner.
It's very easy in the course of coding to use a suspending function inside a
defn
. This can lead to Suspend signals being returned as values, which is undefined and ends up being a tricky bug to track down.Proposal is to deprecate use of ^:suspending metadata and instead implement a macro which registers suspending functions in a dynamic variable accessible to the partitioner.
The text was updated successfully, but these errors were encountered: