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
c013006671d78747081616d9a69b2dacb3140ac4
c3c
/
test
History
Christoffer Lerno
c013006671
Improve infer conversions on constants, e.g.
ZString a = foo ? "a" : "b";
#1561
2024-10-17 01:20:52 +02:00
..
src
Fix of bug in
defer (catch err)
with a direct return error.
2024-08-26 11:49:41 +02:00
test_suite
Improve infer conversions on constants, e.g.
ZString a = foo ? "a" : "b";
#1561
2024-10-17 01:20:52 +02:00
unit
- Disallow casting a
void*
to
any
or an interface, unless it is
null
.
2024-10-16 12:50:47 +02:00