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
-
Second 0.6 release:
Changes / improvements
&ref
,#hash
,$const
and$Type
arguments.@export
functions to have@export
types.$$unaligned_load
and$$unaligned_store
.--no-headers
option to suppress creating headers when generating a library.$case
statements now pick the first match and does not evaluate the rest.manifest.json
is now checked for incorrect keys.--list-manifest-properties
to list the available properties inmanifest.json
.Fixes
@ensure
when early returning 0 Error with unsigned compare in @ensure when early returning 0 #1207.@init
and@dynamic
in a more reliable way Static libraries do not load dynamic functions and ignore initializer/finalizers #1200.[out]
parameter$typeof(*x)
should be valid when x is an[out]
parameter #1226$$FUNC
initializes to "<GLOBAL>" #1236.ordinal
is no longer a valid associated value name for enums.Stdlib changes
remove_first_item
remove_last_item
andremove_item
as aliases for thematch
functions.@unaligned_store
and@unaligned_load
.mem
andmem::allocator
functions for aligned allocations.new_init_with_array
andtemp_init_with_array
for List.NativeMutex.lock_timeout
.env::ARCH_32_BIT
andenv::ARCH_64_BIT
.time::us
.Beta Was this translation helpful? Give feedback.
All reactions