-
As a user, I want to see the results of all failed `expect` calls in a failed spec in order to get a full understanding of the erroneous behavior.
For example, when doing data-driven testing (e.g. [l…
-
I'm trying to create a `IFunctionInvocationFilter` but I want to be able to safely short circuit the invocation of the function from a filter and pass back a return value.
It's currently possible t…
-
This was present in fortran-vars' evaluator. Currently, all arguments for functions and operators are eagerly evaluated. (I picked this because it was easier to write, since I couldn't find any releva…
-
As part of using [5.6.2.4. Unanimous Short Circuit](https://www.w3.org/2023/Process-20230612/#council-short-circuit), we realize that @timbl was unintentionally left on the critical path of W3C Counci…
-
### Is your feature request related to a problem? Please describe
In 2.17 we introduced `ApproximatePointRangeQuery`, a range query on timestamp fields that would short circuit after collecting the…
-
In make, we commonly use the "set if not already set" construct, like:
GIT_REF ?= $(shell git rev-parse --short HEAD || echo "" )
If GIT_REF is set, that shell command is never executed.
…
-
See also #14930.
We specify what expressions are legal to use as the condition in an if-statement or if-expression, such as:
```chpl
if CONDITION then DOSOMETHING;
```
and what it means, by ove…
-
Find better method to model the main clusters in Diffusion Space as a graph network and maintain branches to prevent short-circuits created by 2 cell-states stemming off the same root node (but are in…
-
In certain scenarios, such as when backfilling CVs, catching up from a paused stream, upstream failure, etc. we can easily end up performing writes to rows that are already TTL-expired. Obviously they…
-
### Category
Cedar validation features/changes
### Describe the feature you'd like to request
We already have this for policies that evaluate to `false`, and a policy that always applies is p…