-
Notifications
You must be signed in to change notification settings - Fork 294
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cue/load: Config.Dir
docs are out of date
#1734
Labels
Comments
cueckoo
pushed a commit
that referenced
this issue
May 26, 2022
It looks like cue/load's API was copied from Go's go/packages, whose Config.Dir docs are exactly the same as ours. However, in CUE's case they are misleading. go/packages executes `go list -json` as an external tool, but CUE does not, instead just calling Go code to do the job. Simplify the Dir docs to no longer make a reference to such a tool. While here, make the third bullet point align with the first two. Fixes #1734. Signed-off-by: Daniel Martí <[email protected]> Change-Id: I2c36e9e7ab1a4fe4ecb5e419bc3bd12307952ae0
mvdan
changed the title
cue/load: May 26, 2022
load.Config
docs out of date for Dir
filedConfig.Dir
docs are out of date
For some context: the problem here is that CUE has no "build system query tool" - this is carried over from |
mvdan
added
Documentation
NeedsFix
and removed
NeedsInvestigation
Triage
Requires triage/attention
labels
May 26, 2022
cueckoo
pushed a commit
that referenced
this issue
Jul 1, 2022
Due to a Gerrit sna-fu, we approved and merged the CL with a previous doc wording rather than the final one we agreed on. Fixes #1734, again. Signed-off-by: Daniel Martí <[email protected]> Change-Id: Ibf012ca6519edee599a52316b1b5be1cea8e2166
cueckoo
pushed a commit
that referenced
this issue
Jul 1, 2022
Due to a Gerrit sna-fu, we approved and merged the CL with a previous doc wording rather than the final one we agreed on. Fixes #1734, again. Signed-off-by: Daniel Martí <[email protected]> Change-Id: Ibf012ca6519edee599a52316b1b5be1cea8e2166 Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/540757 Unity-Result: CUEcueckoo <[email protected]> Reviewed-by: Paul Jolly <[email protected]> TryBot-Result: CUEcueckoo <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looks like this documentation need an update:
cue/cue/load/config.go
Lines 153 to 156 in 87408d7
The text was updated successfully, but these errors were encountered: