Project description
SAOC projects
Hello!
Last week I managed to do the following tasks for #SAOC2021:
- fixed all the tests(in dmd and druntime) that were failing after I introduced
ProtoObject
as the root of all objects - modified the DIP according to the reviews from my mentors
- created a pr with the DIP to the DIPs repo
- implemented a first version of interfaces and mixins for
opCmp
andopEquals
- added unittests for
opCmp
andopEquals
- managed to remove
__monitor
fromProtoObject
The plan for the next milestone:
- implement interfaces and mixins for
toHash
andtoString
- improve those already implemented
- add an interface that adds
__monitor
in classes that extendsProtoObject