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
3b6d68ef21b428ac121d1d29d80c8315324af30e
c3c
/
lib
/
std
/
compression
History
Christoffer Lerno
946c167bf1
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
..
qoi.c3
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