-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: V4.01_OS
-
Fix Version/s: V4.01_ERRATA01
-
Component/s: URL Conventions
-
Labels:None
-
Proposal:
-
Resolution:
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.