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
This is issue #2104, reported by Julian Brown.
This makes mycpp List<T> consistent:
- at() already raised IndexError (some code cleanups)
- set() now raises IndexError
- don't use set() for internal ops like NewList() and List::extend()
With a version of ysh grabbed from the CI:
I see this:
FYI! (I expected either an error or automatic list extension -- not sure what should be inserted for the empty values for the latter though.)
The text was updated successfully, but these errors were encountered: