Closed jacob314 closed 9 years ago
Thank you for the fix.
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 .
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.