jonathanvdc / Flame

A compiler framework for managed code.
https://jonathanvdc.github.io/Flame
GNU General Public License v3.0
52 stars 4 forks source link

TypeConverterBase no longer short-circuits generics #3

Closed jonathanvdc closed 9 years ago

jonathanvdc commented 9 years ago

Generic parameters were short-circuited by TypeConverterBase, as are in effect "nested types", which had precedence. This has been changed. TypeConverterBase will now try to treat a type as a generic parameter before considering that it may be a nested type.