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
Some changes introduced in 0.18.0 resulted in checks for sendable
values/calls being overly strict. For example, it was no longer allow to
return a `uni ref T` value through methods such as Array.get even when
this poses no problems. In addition, the checks for sendable output
types didn't handle generic types properly resulting in them not being
considered sendable.
This commit fixes both these issues and adds some tests such that we can
hopefully catch future regressions.
Changelog: changed
0 commit comments