DenialAdams / roland

Roland programming language
https://www.brick.codes/roland
Apache License 2.0
46 stars 0 forks source link

Warning for casting to/from an enum with an unspecified base? #71

Open DenialAdams opened 1 year ago

DenialAdams commented 1 year ago

I think an error might be more appropriate

DenialAdams commented 9 months ago

This interacts poorly with generics, so :|

DenialAdams commented 9 months ago

(I mean x transmute T where T: Enum suddenly can't work)