This repository was archived by the owner on Feb 22, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 248
[dccd] NaN moves #1136
Comments
|
vicb
added a commit
to vicb/angular.dart
that referenced
this issue
Jun 12, 2014
vicb
added a commit
to vicb/angular.dart
that referenced
this issue
Jun 12, 2014
vicb
added a commit
to vicb/angular.dart
that referenced
this issue
Jun 12, 2014
vicb
added a commit
to vicb/angular.dart
that referenced
this issue
Jun 13, 2014
vicb
added a commit
to vicb/angular.dart
that referenced
this issue
Jun 13, 2014
vicb
added a commit
that referenced
this issue
Jul 23, 2014
vicb
added a commit
that referenced
this issue
Jul 23, 2014
vicb
added a commit
that referenced
this issue
Jul 24, 2014
vicb
added a commit
that referenced
this issue
Jul 24, 2014
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
double.NAN
moves could not be detected with the current implementation (at least for Collections, Map to be checked).The reasons are:
DuplicateMap.remove
assert(map.containsKey(record.item))
will fail for NaN,_DuplicateItemRecordList.get
usesidentical
while it should use the loose test.The text was updated successfully, but these errors were encountered: