manifold-systems / manifold

Manifold is a Java compiler plugin, its features include Metaprogramming, Properties, Extension Methods, Operator Overloading, Templates, a Preprocessor, and more.
http://manifold.systems/
Apache License 2.0
2.43k stars 125 forks source link

Fix incompatibility re SequencedCollection#reversed and ManIterableExt#reversed #471

Closed rsmckinney closed 1 year ago

rsmckinney commented 1 year ago

The return type from SequencedCollection#reversed is not compatible with the List returned from the Iterable extension method ManIterableExt#reversed. Change the return type from List to Iterable, but maintain the returned value as List.

rsmckinney commented 1 year ago

Fix available with release 2023.1.14