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
3f77e868b1653c51941396a78832a4995310915d
c3c
/
test
/
test_suite
/
dynamic
History
Christoffer Lerno
3f77e868b1
Fixes
#1040
.
2023-10-09 00:55:54 +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
inherit.c3t
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
overlapping_function.c3t
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
same_method_twice.c3
Fixes
#1040
.
2023-10-09 00:55:54 +02:00