adrienmaillard

Results 12 issues of adrienmaillard

* **Tickets addressed:** Closes #1189, Closes #1190 * **Review:** By commit * **Merge strategy:** Merge (no squash) ## Description The first part of this branch has been done by @mattdailis,...

breaking change
performance
feature
scheduling
simulation

* **Tickets addressed:** Part of #1364 but does not resolve it * **Review:** By commit * **Merge strategy:** Merge (no squash) ## Description Add a `@AllChildren` annotation to mission model...

merlin framework

This is the second version of this ticket. This writeup is as much of a plan as it is a basis for my own reflection, sorry for the endless rambling....

performance
feature
scheduling
simulation
soon

### Checked for duplicates Yes - I've already checked ### Is this a regression? No - This is a new bug ### Version develop ### Describe the bug Discussion about...

bug
scheduling
crit_review

These are from a time where the scheduler was a stand-alone app. Although I am not really happy to have to go through simulation for every constraint we have to...

refactor
scheduling

* **Tickets addressed:** Resolves #1135 * **Review:** By commit * **Merge strategy:** Merge (no squash) ## Description See the ticket for the original issue. The cause for this issue is...

fix
scheduling

While working on #1378, I found the following issue. Executing the following goal: ```typescript export default () => Goal.CoexistenceGoal({ forEach: ActivityExpression.ofType(ActivityTypes.GrowBanana), activityTemplate: (growBananaActivity) => ActivityTemplates.BiteBanana({biteSize: Real.Resource("/fruit").valueAt(growBananaActivity.span().starts())}), startsAt: TimingConstraint.singleton(WindowProperty.START).minus(Temporal.Duration.from({ minutes :...

scheduling
constraints

* **Tickets addressed:** ? * **Review:** By commit * **Merge strategy:** Merge (no squash) ## Description Copy/paste what has been done for the mission model annotations. There's one less type...

feature
scheduling
constraints

* **Tickets addressed:** Yet to be written * **Review:** By commit * **Merge strategy:** Merge (no squash) ## Description Metadata containing item order is now attached to every `RecordValueMapper` so...

feature

### Checked for duplicates Yes - I've already checked ### Is this a regression? No - This is a new bug ### Version develop ### Describe the bug I was...

bug