This repository has been 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
Simplify the code of the dccd #1128
Comments
If we don't use it, and if tests pass after you remove it, then it must have gotten there organically, and it should be removed. |
Tests do pass, I'll take care of that |
vicb
added a commit
that referenced
this issue
Jun 9, 2014
Closes #1128 The insertBefore argument is never used in the current code
dsalsbury
pushed a commit
to dsalsbury/angular.dart
that referenced
this issue
Aug 7, 2014
Fixes dart-archive#1128 Closes dart-archive#1132 The insertBefore argument is never used in the current code
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We use
DuplicateMap
s in order to track linked and unlinked elements of collection.DuplicateMap.put
has aninsertBefore
argument.However this argument is never used, removing it would allow simplifying the code.
Could we safely drop it ?
/cc @mhevery
The text was updated successfully, but these errors were encountered: