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
e81e91be937a1094512cf65a86e28677dff35986
c3c
/
test
/
test_suite
/
dynamic
History
Christoffer Lerno
e81e91be93
Fix void* <=> protocol casts. Fix of tests.
2023-10-13 12:44:58 +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
Default protocols.
Closes
#1039
2023-10-10 23:30:33 +02:00
null_and_protocol.c3t
Fix void* <=> protocol casts. Fix of tests.
2023-10-13 12:44:58 +02:00
overlapping_function.c3t
Default protocols.
Closes
#1039
2023-10-10 23:30:33 +02:00
same_method_twice.c3
Fixes
#1040
.
2023-10-09 00:55:54 +02:00