Skip to content

Commit 4810870

Browse files
committedMar 25, 2025·
cmd/cue: fix up help environment with new defaults
evalv3 is on by default now. openinline is no longer on by default. Stop documenting it for the time being, while we figure out whether it should remain in place or not. Right now, it doesn't seem to resolve any user issues. Signed-off-by: Daniel Martí <[email protected]> Change-Id: Ia608e54f26cc79a83e041f28c926a485e3336181 Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1212167 TryBot-Result: CUEcueckoo <[email protected]> Reviewed-by: Paul Jolly <[email protected]> Unity-Result: CUE porcuepine <[email protected]>
1 parent 00f7a21 commit 4810870

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed
 

‎cmd/cue/cmd/help.go

+1-5
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ If an environment variable is unset or empty, sensible default setting is used.
297297
CUE_EXPERIMENT
298298
Comma-separated list of experiment flags to enable or disable:
299299
300-
evalv3
300+
evalv3 (default true)
301301
Enable the new CUE evaluator, addressing performance issues
302302
and bringing a better disjunction algorithm.
303303
embed
@@ -318,10 +318,6 @@ If an environment variable is unset or empty, sensible default setting is used.
318318
when interacting with module registries.
319319
sortfields
320320
Force fields in stucts to be sorted lexicographically.
321-
openinline (default true)
322-
Permit disallowed fields to be selected into literal struct
323-
that would normally result in a close error, mimicking evalv2
324-
closedness behavior in evalv3 to aid the transition.
325321
326322
CUE_EXPERIMENT and CUE_DEBUG are comma-separated lists of key-value strings,
327323
where the value is a boolean "true" or "1" if omitted. For example:

0 commit comments

Comments
 (0)
Please sign in to comment.