We have observed some strange behaviour in VariableReference.variable and PatternBody.variables. Please review thoroughly the implementation of all derived features in the packages.
Example: whenever body.getVariables() is called, it re-sets all variables to their present values again.
262 is now resolved - the remaining things for this issue (after a discussion with @bergmanngabor):
There are no other derived features present in the Pattern Model.
The single known issue seems fixed with #262.
The example Gábor mentioned is an extraneous notification that does not cause any problems, only some performance issues. However, I believe, the performance problem is not as serious as e.g. the builder speed issues, so I suggest pushing this issue to a later milestone. If the slowdown is more critical, feel free to push back this issue to 0.6.5.
We have observed some strange behaviour in
VariableReference.variable
andPatternBody.variables
. Please review thoroughly the implementation of all derived features in the packages.Example: whenever
body.getVariables()
is called, it re-sets all variables to their present values again.