dev-2024-01
gingerBill
released this
05 Jan 13:24
·
4076 commits
to master
since this release
New Language Features
Compiler Improvements
-obfuscate-source-code-locations
flag to hash location strings- MacOS:
-no-crt
now works- Fix the duplicate
-lSystem
linker warning - Default to SDK version for -minimum-os-version to avoid linker warnings
#load
now works with absolute paths- Fix a bug that caused running tests twice
- General compiler crash fixes
New Packages
Package Improvements
- Fixes:
- Default
temp_allocator
/arena edge cases - Dynamic array
assign_at_elems
bug
- Default
core:sys/linux
: syscall additionscore:sys/windows
: HIDPI, Error codes enumvendor:raylib
: update to version 5core:slice
:reduce_reverse
,filter_reverse
,repeat
,unique
,unique_proc
core:log
:Allocator
print formatted (kb, mb etc.) bytescore:fmt
: Make%g
the default for floatscore:encoding/json
: basic union unmarshalling