alexeieleusis / greencat

A port of Redux(https://github.com/reactjs/redux) to Dart, including Redux Thunk(https://github.com/gaearon/redux-thunk) and a simple Logger.
Apache License 2.0
48 stars 4 forks source link

Upgrade from comment-based generics syntax #21

Closed srawlins closed 7 years ago

srawlins commented 7 years ago

The comment-based generics syntax will be removed from the Dart SDK tools (like DDC, analyzer) "soon." dart-lang/sdk#28796

Such syntax (like in combineWith) needs to be updated, and the minimum Dart SDK in pubspec.yaml needs to be bumped to 1.21, when the real, non-comment-based syntax was introduced.

alexeieleusis commented 7 years ago

Thank you for the report @srawlins