petitparser / dart-petitparser

Dynamic parser combinators in Dart.
https://pub.dartlang.org/packages/petitparser
MIT License
457 stars 48 forks source link

Non breaking changes #43

Closed jacob314 closed 9 years ago

jacob314 commented 9 years ago

Change hasEqualProperties to gracefully handle parsers of inconsistent types. False is returned if the parsers are not of the same type matching general Dart equality semantics and keeping the signatures of all methods that implement hasEqualProperties consistent.

renggli commented 9 years ago

Thank you for the fix.

jacob314 commented 9 years ago

Thanks for the quick merge!

On Mon, Jan 26, 2015 at 11:08 PM, Lukas Renggli notifications@github.com wrote:

Thank you for the fix.

— Reply to this email directly or view it on GitHub https://github.com/petitparser/dart-petitparser/pull/43#issuecomment-71599109 .