Opened 11 years ago
Closed 11 years ago
#524 closed defect (fixed)
Reusing library: model change not respected
Reported by: | kilian | Owned by: | kilian |
---|---|---|---|
Priority: | P1 | Milestone: | v2.2.0 |
Component: | core | Version: | 2.1.1 |
Severity: | minor | Keywords: | |
Cc: |
Description
When rerunning a sindarin file, the matrix element code should be regenerated if just the model has changed. This is currently not the case (see libraries_3): the model should be included in the MD5 sum process components, not just processes. Even better: the model's MD5 sum.
Note: See
TracTickets for help on using
tickets.
Actually, three bugs and much harder than expected: the model info was not taken into account, process components didn't get their MD5 sums in time, and Make had to be convinced to really remake the sources when being told. Fixed in r4591.