Non-sendable data seen as sendable #4459
Labels
bug
Something isn't working
help wanted
Extra attention is needed
needs investigation
This needs to be looked into before its "ready for work"
triggers release
Major issue that when fixed, results in an "emergency" release
Milestone
In fixing a "more likely" error in recover code logic where non-sendable code was allowed to be used in a recover block (#4458), the straightforward fix introduced an issue where generic code that was previously correctly rejected for not being sendable is no longer rejected. Fortunately a later issue catches the code, but the error message is not at all helpful as it should have been caught at the sendability check.
We need to fix this case as well. @jasoncarr0 believes this will be a good amount of work, but more investigation is needed.
Note the equivalent reified code is correctly marked as being a usage of non-sendable data
The text was updated successfully, but these errors were encountered: