-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major
-
Affects Version/s: V4.01_OS
-
Component/s: URL Conventions
-
None
It seems warranted that compute expressions can use dynamic properties that were computed by previous compute expressions, as in $compute=A add B as C, C mul 2 as D.
And the sequence of the compute expressions should not matter, therefore $compute=C mul 2 as D, A add B as C should produce the same result. The server must determine an appropriate sequence in which to evaluate the compute expressions, or fail if a cycle is detected.