Open jdrueckert opened 1 year ago
Test fails due to the issue being fixed by #115 so we should only merge this after merging #115
i cannot follow this logic @jdrueckert - this is just reordering imports. no relation with test failures? and #115 itself has test failures.
@soloturn The module is broken currently due to a change in the engine. As the modules don't define on which version of the engine they depend, and the CI always takes the latest available build of develop
as base a previously working state of a module might become broken 😔
In this case, even develop
is not passing CI, see https://jenkins.terasology.io/job/Terasology/job/Modules/job/B/job/Behaviors/job/develop/1/.
If I understand @jdrueckert correctly, the proposal is to fix the build failure first (intented by #115) before merging anything else.
Relates to https://github.com/MovingBlocks/Terasology/pull/5149