-
Notifications
You must be signed in to change notification settings - Fork 87
Conversation
So there's good news and bad news. 👍 The good news is that everyone that needs to sign a CLA (the pull request submitter and all commit authors) have done so. Everything is all good there. 😕 The bad news is that it appears that one or more commits were authored by someone other than the pull request submitter. We need to confirm that they're okay with their commits being contributed to this project. Please have them confirm that here in the pull request. Note to project maintainer: This is a terminal state, meaning the |
Rebase? |
CLAs look good, thanks! |
Done, @matanlurey |
import 'empty_unmodifiable_set.dart'; | ||
import 'wrappers.dart'; | ||
|
||
export "dart:collection" show UnmodifiableListView, UnmodifiableMapView; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consistent " versus ' while you are it.
@@ -4,9 +4,10 @@ | |||
|
|||
/// Tests algorithm utilities. | |||
|
|||
import 'dart:math'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consistent " versus ' while you are it.
Branched from #58
Will cleanup after that merges