You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ cue version
cue version v0.8.0-alpha.1
go version go1.22.0
-buildmode exe
-compiler gc
-trimpath true
CGO_ENABLED 0
GOARCH amd64
GOOS linux
GOAMD64 v1
Does this issue reproduce with the latest stable release?
No; cue help environment does not exist in 0.7.0.
What did you do?
exec cue help environment
grep CUE_STATS_FILE
What did you expect to see?
A passing testscript, indicating that the envvar is explained to some degree.
What did you see instead?
A failing testscript.
The text was updated successfully, but these errors were encountered:
This is sort of intentional. End users should not be using or relying on CUE_STATS_FILE, at least not while we are heavily refactoring the evaluator which is bound to change the format and contents of the stats output.
Why are you interested in this environment variable and file?
Gotcha, that makes sense. I think it's fine to write a tutorial mentioning it today - we can start documenting it more properly, including its format, in cue help environment once the new evaluator has stabilized a bit. We can leave this issue open as a reminder.
What version of CUE are you using (
cue version
)?Does this issue reproduce with the latest stable release?
No;
cue help environment
does not exist in 0.7.0.What did you do?
What did you expect to see?
A passing testscript, indicating that the envvar is explained to some degree.
What did you see instead?
A failing testscript.
The text was updated successfully, but these errors were encountered: