Indicate when a deployment is necessary #49

Merged
lucas merged 3 commits from issue/32 into master 2023-03-06 16:04:25 +01:00
Owner
No description provided.
lucas added this to the DTMM v1.0 + DTMT milestone 2023-03-03 17:05:08 +01:00
lucas added 2 commits 2023-03-03 17:05:09 +01:00
Author
Owner

The indicator does show up for things like changing mod order, but not when enabling or disabling mods.

It looks like druid::Data does not compare into the nested values by default, and access into immutable structures like im::Vector is still mutable to some extend. I guess I must have missed that for the settings save trigger.

I'll have to check if im has a way to make a struct immutable. Otherwise, I'll have to create more controllers, which can check the various fields and data bits I need.

The indicator does show up for things like changing mod order, but not when enabling or disabling mods. It looks like `druid::Data` does not compare into the nested values by default, and access into immutable structures like `im::Vector` is still mutable to some extend. I guess I must have missed that for the settings save trigger. I'll have to check if `im` has a way to make a struct immutable. Otherwise, I'll have to create more controllers, which can check the various fields and data bits I need.
lucas changed title from Indicate when a deployment is necessary to WIP: Indicate when a deployment is necessary 2023-03-06 09:29:53 +01:00
lucas added 1 commit 2023-03-06 16:03:40 +01:00
lucas changed title from WIP: Indicate when a deployment is necessary to Indicate when a deployment is necessary 2023-03-06 16:03:55 +01:00
lucas merged commit f021e507b8 into master 2023-03-06 16:04:25 +01:00
lucas deleted branch issue/32 2023-03-06 16:04:25 +01: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#49
No description provided.