-
Notifications
You must be signed in to change notification settings - Fork 248
List element update not detected #757
Comments
@chalin I think there is a duplicate either in this tracker or on the ml. Could you please find it and reference it here. Thanks. |
I searched the tracker before opening this one and did not find it (searched for anything related to 'list') ... because I also have the vague impression of seeing something like this being reported. |
In the post the complaint was that list update was not detected, but that works in my example. On the other hand, individual element update does not. In both cases of my example ( |
to me it looks like a duplicate, ie the identity is not change when setting [0] |
…and methods Closes dart-archive#359, dart-archive#394, dart-archive#397, dart-archive#757. Relates to dart-archive#772, dart-archive#773.
… to observe lists and maps Closes dart-archive#359, dart-archive#394, dart-archive#397, dart-archive#757. Relates to dart-archive#772, dart-archive#773.
… to observe lists and maps Closes dart-archive#359, dart-archive#394, dart-archive#397, dart-archive#757. Relates to dart-archive#772, dart-archive#773.
I am having a problem with list updates not being detected. The simplest example I could think of is given below. If you click on the
list[0]=9
button, nothing happens:Click on
Add to list
and then the 9 value appears along with the new list element.This was run on HEAD (5b70fcc).
Here is a
scope_spec.dart
test that illustrates the failure:The text was updated successfully, but these errors were encountered: