aiken/crates/aiken-lang
rvcas c126f6acda feat: invert how casting is controlled
I decided to invert how I'm doing it. I'm passing
in a new argument to unify in environment called
allow_cast: bool and essentially at various
unification sites I can control whether or not I
want to allow casting to even occur. So we can
assume it's false by default always and then we
turn it on in a few places vs. just opening the
flood gates and locking it down at various sites
as they come up# Please enter the commit message
for your changes. Lines starting
2023-02-04 02:33:10 -05:00
..
src feat: invert how casting is controlled 2023-02-04 02:33:10 -05:00
Cargo.toml Release 0.0.28 2023-01-06 13:41:00 -05:00