Discussion:
[dart-misc] Easy bugs to fix and features to write for the matcher package
'Samuel Rawlins' via Dart Misc
2017-05-15 16:56:25 UTC
Permalink
Anyone playing with Dart, or Dart testing, etc, and interested in
contributing to some open source stuff should look into the matcher
<https://pub.dartlang.org/packages/matcher> package. It needs some love :)

This is the package that provides all of the, er, matchers, to the test
package. Things like isEmpty, isInstanceOf, greaterThanOrEqualTo. There are
currently > 2 dozen issues <https://github.com/dart-lang/matcher/issues>
(bugs and feature requests) that are very very easy patches. These things
are kind of fun to write, and the bugs are just easy kills if you want to
get your feet wet contributing to Dart.

If potential contributors are interested in more shout outs like this, post
back. There are a few packages that are very stable, but have been slowly
accumulating bugs, like matcher, that I could dig up.

Happy coding!
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Joel Trottier-Hébert
2017-05-16 01:01:31 UTC
Permalink
Nice! Yes please have more of those! :)

On Mon, May 15, 2017 at 12:56 PM 'Samuel Rawlins' via Dart Misc <
Post by 'Samuel Rawlins' via Dart Misc
Anyone playing with Dart, or Dart testing, etc, and interested in
contributing to some open source stuff should look into the matcher
<https://pub.dartlang.org/packages/matcher> package. It needs some love :)
This is the package that provides all of the, er, matchers, to the test
package. Things like isEmpty, isInstanceOf, greaterThanOrEqualTo. There are
currently > 2 dozen issues <https://github.com/dart-lang/matcher/issues>
(bugs and feature requests) that are very very easy patches. These things
are kind of fun to write, and the bugs are just easy kills if you want to
get your feet wet contributing to Dart.
If potential contributors are interested in more shout outs like this,
post back. There are a few packages that are very stable, but have been
slowly accumulating bugs, like matcher, that I could dig up.
Happy coding!
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups
"Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Davy Mitchell
2017-05-16 08:03:33 UTC
Permalink
Please keep sharing these!

Davy
Post by Joel Trottier-Hébert
Nice! Yes please have more of those! :)
On Mon, May 15, 2017 at 12:56 PM 'Samuel Rawlins' via Dart Misc <
Post by 'Samuel Rawlins' via Dart Misc
Anyone playing with Dart, or Dart testing, etc, and interested in
contributing to some open source stuff should look into the matcher
<https://pub.dartlang.org/packages/matcher> package. It needs some love :)
This is the package that provides all of the, er, matchers, to the test
package. Things like isEmpty, isInstanceOf, greaterThanOrEqualTo. There are
currently > 2 dozen issues <https://github.com/dart-lang/matcher/issues>
(bugs and feature requests) that are very very easy patches. These things
are kind of fun to write, and the bugs are just easy kills if you want to
get your feet wet contributing to Dart.
If potential contributors are interested in more shout outs like this,
post back. There are a few packages that are very stable, but have been
slowly accumulating bugs, like matcher, that I could dig up.
Happy coding!
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups
"Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups
"Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an
--
--
Diving Into Dart - http://divingintodart.blogspot.co.uk/
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Loading...