Pull ModLoader in #156

Merged
lucas merged 3 commits from feat/builtin-dml into master 2024-07-10 23:23:39 +02:00
Owner

Closes #155.

Closes #155.
lucas changed title from dtmm: Pull ModLoader in to Pull ModLoader in 2023-12-02 19:50:09 +01:00
lucas force-pushed feat/builtin-dml from eb2e17dcd4 to 05df72635a 2024-07-10 19:49:10 +02:00 Compare
lucas force-pushed feat/builtin-dml from f0f383866c to 91651a8467 2024-07-10 20:08:05 +02:00 Compare
lucas added 1 commit 2024-07-10 21:55:16 +02:00
Fix load order verification
All checks were successful
lint/clippy Checking for common mistakes and opportunities for code improvement
build/msvc Build for the target platform: msvc
build/linux Build for the target platform: linux
e6f1e7c117
With `.enumerate()` after `.filter()`, the resulting indices didn't
properly map back to the overall mod list anymore. But the checks
afterwards relied on that.
Moving the `.enumerate()` before the `.filter()` makes sure that the
indices are correct.
lucas merged commit aaccedb85f into master 2024-07-10 23:23:39 +02:00
lucas deleted branch feat/builtin-dml 2024-07-10 23:23:39 +02:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: bitsquid_dt/dtmt#156
No description provided.