-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stabilize Dart #50
Stabilize Dart #50
Conversation
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.
Thanks and congrats on the progress. Yes please would you be able to use the matcher
package and keep the existing "complex map" test?
The |
Maybe we can also disable this example for Dart. |
Okay :) |
Hi, would it take some time to review? |
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.
LGTM! Giving a few more days for @jerel to comment, then I'll land and make a release
This looks good to me, thanks for stabilizing the Dart implementation. I pulled this branch into one of my projects and all my tests are passing there so that seems good as well. |
This reverts commit 7dbb31a.
Summary
Fixes #49
sortMapEntries
for BCSTest Plan
Since the tests were already defined in Golang, I've written some extra Dart tests that follows the way Golang does.