xxgreg / mustache

Mustache template Dart library
BSD 2-Clause "Simplified" License
57 stars 59 forks source link

Changes for landing https://github.com/dart-lang/sdk/issues/32161 #33

Closed MichaelRFairhurst closed 6 years ago

MichaelRFairhurst commented 6 years ago

Add void declarations to methods with implicit dynamic returning void values, which may be illegal in dart 2, but in either case, expresses the current intent better.

MichaelRFairhurst commented 6 years ago

Breakage appears to be unrelated, you may need an upper bound on package:test's version?

MichaelRFairhurst commented 6 years ago

Friendly ping @xxgreg

xxgreg commented 6 years ago

Yeah - I broke this. It's not related to your change. I'm really snowed under at the moment. I am hoping to get a chance to look at this, but it won't be for another a week.

xxgreg commented 6 years ago

This has been merged and published in 1.0.1. Cheers.