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
Compiler segfault when accessing member of number cast to bitstruct #2516.
Compiler assert when getting a member of a bitstruct : char @bigendian#2517.
Add ??? and +++= to list-precedence.
Fix issues with linking when using symbol aliases. #2519
Splatting optional compile-time macro parameter from inside lambda expression does not work #2532.
Compiler segfault when getting a nonexistant member from an unnamed struct #2533.
Correctly mention aliased type when method is not implemented #2534.
Regression: Not printing backtrace when tests fail for MacOS #2536.
Stdlib changes
Sorting functions correctly took slices by value, but also other types by value. Now, only slices are accepted by value, other containers are always by ref.
Added @str_snakecase, @str_replace and @str_pascalcase builtin compile time macros based on the $$ builtins.
Add TcpSocketPair to create a bidirectional local socket pair.