You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
First release of 0.6
Changes / improvements
@default
implementations for interfaces removed.any*
=>any
, same for interfaces.internal
visibility in LLVM.--output-dir
to command line. "output-dir" command line option #1155--system-linker
setting.try foo() + 1
is disallowed.$$REGISTER_SIZE
for int register size.assert(false)
only allowed in unused branches or in tests. Compile time failed asserts is a compile time error.$foreach
doesn't create an implicit syntactic scope.@if
depends on@if
defer (catch err)
print-input
command argument to print all files used for compilationfoo[1:2]
slicing Incomplete bounds checking when slicing by length #1191.Fixes
@param
with unnamed macro varargs could crash the compiler.Stdlib changes
GenericList
renamedAnyList
.string::new_format
/string::tformat
.This discussion was created from the release Release 0.6.0.
Beta Was this translation helpful? Give feedback.
All reactions