Open eclipse-qvtd-bot opened 13 hours ago
| --- | --- | | Bugzilla Link | 549702 | | Status | NEW | | Importance | P3 normal | | Reported | Aug 01, 2019 02:46 EDT | | Modified | Aug 01, 2019 03:01 EDT | | Blocks | 500962 | | See also | 549703 | | Reporter | Ed Willink |
If an incremental execution is started with a new model a diff with an old model may be necessary unless the caller provides more help.
There are two stages:
a) establish an adequate/optimum correspondence between new and old elements\ b) pass differences into the incremental trace
A first attempt at a) may be found in ewillink/discriminator
By Ed Willink on Aug 01, 2019 02:59
(In reply to Ed Willink from comment #0)
b) pass differences into the incremental trace
Bug 549703
| --- | --- | | Bugzilla Link | 549702 | | Status | NEW | | Importance | P3 normal | | Reported | Aug 01, 2019 02:46 EDT | | Modified | Aug 01, 2019 03:01 EDT | | Blocks | 500962 | | See also | 549703 | | Reporter | Ed Willink |
Description
If an incremental execution is started with a new model a diff with an old model may be necessary unless the caller provides more help.
There are two stages:
a) establish an adequate/optimum correspondence between new and old elements\ b) pass differences into the incremental trace
A first attempt at a) may be found in ewillink/discriminator