We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 596fdc9 commit bba2263Copy full SHA for bba2263
internal/core/adt/expr.go
@@ -1398,7 +1398,7 @@ func isFinalError(n *Vertex) bool {
1398
// change after the fact.
1399
// expectError indicates whether the value should evaluate to an error or not.
1400
func (c *OpContext) verifyNonMonotonicResult(env *Environment, x Expr, expectError bool) {
1401
- if n := env.Vertex.getNodeContext(c, 0); n != nil {
+ if n := env.Vertex.state; n != nil {
1402
n.postChecks = append(n.postChecks, envCheck{
1403
env: env,
1404
expr: x,
0 commit comments