Sam Mousa
Sam Mousa
@TavoNiievez currently we have a weird dependency situation: 1. `module-asserts` requires `lib-asserts` 2. `module-asserts` requires `codeception` 3. `codeption` requires `lib-asserts` 4. `codeception` requires `module-asserts` I've chosen to simplify it by...
> In a perfect world, modules would be independent of Codeception, but in some cases this is difficult to achieve. Yeah, the whole module system is so complicated: - Dependencies...
Honestly, the mess of circular dependencies made it so that a simple upgrade already took me a day without much results and I'm not inclined to spend more.