SSH-26: Storing rule-sets as closures destroys the changesets mechanism
Submitted on 18 June 2004 at 11:53
The problem is that rule scopes that are hidden in a changeset, might suddenly become available again. This should be solved by inserting the changesets in the rule scopes of the closure. Current solution is ad-hoc: start a change set before the application of every closure.
Issue Log
On 18 June 2004 at 12:05 Jira commented:
SSH-26, martin:
The ad-hoc solution doesn’t work: the changesets of the current rule-set must be applied to the closure.
On 20 June 2004 at 20:33 Jira commented:
SSH-26, martin:
Solved by dropping change sets in favour of copying rule sets.
Log in to post comments