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
It's conceivable that this is deliberate bug-for-bug compatibility with existing code. But I don't think so: there's no existing test that fails when I fix this, and it's hard to imagine how the current behaviour could be useful to anyone.
Given the following code:
An assignment to
a.foo[5:2]
inserts new items at position5
. But the emittedTraitListEvent
has an index of2
.The text was updated successfully, but these errors were encountered: