Added
- Stack traces are now multiline for better legibility.
Changed
-
The
empty(t)
notation now specifies the type of the entire
value (not just the element type), and requires dimension sizes
whent
is an array (e.g.empty(i32)
is no longer allowed, you
need for exampleempty([0]i32)
). -
All input files are now assumed to be in UTF-8.