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
76fa404b897cf6385f8c8f0769dc10e638bc8923
c3c
/
test
/
test_suite
/
dynamic
History
Christoffer Lerno
89d4c2cab7
Allocator uses protocols. Fix bug where it was not possible to pass a ref variable as a ref variable. Correct codegen for !anyptr.
2023-10-14 12:39:46 +02:00
..
any_cast.c3
Restrict any -> Protocol conversion. Protocol <-> looks at parent. Detect duplicate method definitions for protocols.
2023-10-08 23:43:02 +02:00
duplicate_definition.c3
Restrict any -> Protocol conversion. Protocol <-> looks at parent. Detect duplicate method definitions for protocols.
2023-10-08 23:43:02 +02:00
dynamic_mismatch.c3
Handle protocol inheritance. Allow overlapping protocol methods. Remove the need for &self in protocol declarations. Fix cast rules for protocol. Fix cast rules for bitstruct
#1034
.
2023-10-08 02:10:28 +02:00
dynamic_with_default.c3t
Default protocols.
Closes
#1039
2023-10-10 23:30:33 +02:00
inherit.c3t
Allocator uses protocols. Fix bug where it was not possible to pass a ref variable as a ref variable. Correct codegen for !anyptr.
2023-10-14 12:39:46 +02:00
null_and_protocol.c3t
Missing target directive in test.
2023-10-13 13:37:27 +02:00
overlapping_function.c3t
Allocator uses protocols. Fix bug where it was not possible to pass a ref variable as a ref variable. Correct codegen for !anyptr.
2023-10-14 12:39:46 +02:00
same_method_twice.c3
Fixes
#1040
.
2023-10-09 00:55:54 +02:00