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
NilAway is panicking on code that ranges over iterators. This PR adds
initial handling for such that we assume the results from the iterators
are always nonnil, without panicking.
See #287
Go 1.23 introduced iterators, which NilAway does not support yet. This issue tracks such support.
Initially, we should at least assume these are deeply nonnil without panicking.
The text was updated successfully, but these errors were encountered: