This website requires JavaScript.
Explore
Help
Register
Sign In
shishantbiswas
/
c3c
Watch
1
Star
1
Fork
0
You've already forked c3c
mirror of
https://github.com/c3lang/c3c.git
synced
2026-02-27 12:01:16 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
8ac02a28cc77ca2824c44778488ecfce834135f2
c3c
/
test
/
unit
History
Christoffer Lerno
8a2907806b
Fixes to tclone and other temp allocations with overaligned data.
2025-04-20 21:30:36 +02:00
..
regression
Improve error for default args
#2096
. Deprecated old inference with slice copy. Copying must now ensure a slicing operator at the end of the right hand side:
foo[1..2] = bar[..]
rather than the old
foo[1..2] = bar
. The old behaviour can be mostly retained with
--use-old-slice-copy
).
2025-04-18 17:19:04 +02:00
stdlib
Fixes to tclone and other temp allocations with overaligned data.
2025-04-20 21:30:36 +02:00