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
Im realizing this requires a decision how to treat access to unallocated memory without adding an error to fn sig. We may also want to go back to using Slices instead of Ranges.
Was there a reason why we don't use Slices anymore for these APIs? @sinui0
Currently the VisibilityView API allow this test to pass
It obviously shouldn't pass since the range 20..30 was not allocated.
Is the caller responsible for passing only the ranges which were allocated or is this a bug that needs fixing @sinui0
The text was updated successfully, but these errors were encountered: