dlang-tour / english

Base language version of the Tour
https://tour.dlang.org
28 stars 73 forks source link

Interfaces are implemented #348

Closed Imperatorn closed 3 years ago

Imperatorn commented 3 years ago

Tour uses confusing terminology. Says methods should be overridden (like virtual) when inheriting from an interface.

Removed override keyword and changed interface name from Animal to IAnimal.

Imperatorn commented 3 years ago

LDC passes but dmd fails eith: unrecognized relocation (0x2a) in section `.text'

wilzbach commented 3 years ago

LDC passes but dmd fails eith: unrecognized relocation (0x2a) in section `.text'

Yeah. Unfortunately the build is a bit flaky. I force-merged this one for now.