cosmo
cosmo copied to clipboard
fix: cannot make composition with multiple interfaces for interfaceObject
I created two tests to indicate the use case I tried to do. I wanted to implement Updatable, Deletable, Shareable interfaces and make its implementation via interfaceObject. Cosmo works fine if Entity implements only 1 of these 3 interfaces... but fails when we do more than 1.
Motivation and Context
Provided two tests that should help identifying the issue.
TODO
- [x] Tests or benchmark included
- [ ] Documentation is changed or added on https://app.gitbook.com/
- [x] PR title must follow conventional-commit-standard