Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
New
Description
ExpressionValuesSource does not actually rewrite itself due to small mistake in check of inner rewrites.
changed |= (rewritten[i] == variables[i]);
should be changed to
changed |= (rewritten[i] != variables[i]);
Attachments
Issue Links
- links to