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
-
0.6.5 Change list
Changes / improvements
test-sources
toproject.json
c3c init example does not add test/** to "sources" in project.json #1520a++
may be discarded ifa
is optional and ++/-- works for overloaded operators.manifest.json
, defaults to root folder if unspecified.-q
option, make--run-once
implicitly-q
.-v
,-vv
and-vvv
options for increasing verbosity, replacing debug-log and debug-stats options.Fixes
a > 0 ? f() : g()
could cause a compiler crash if both returnedvoid!
.@builtin
was not respected for generic modules Mandatory module path while calling @builtin function in generic module #1617.HashMap.remove
on uninitializedHashMap
.*=
)type_int_unsigned_by_bitsize
fails with illegal bitsize on arm64 #1649.--no-obj
with command other thancompile-only
#1653list[1][2]
Assigning to subscript of an overloaded subscript doesn't work as expected #1665.cos
, making it unavailable for wasm.Matrix2x2
.x""
with array length inference creates a zero length array #1678Stdlib changes
io::MultiReader
,io::MultiWriter
, andio::TeeReader
structs.file::save
.memcpy
/memset
/memcmp
to nolibc.sort::quickselect
to find the k-th smallest element in an unordered list.sort::is_sorted
to determine if a list is sorted.Beta Was this translation helpful? Give feedback.
All reactions