-
Notifications
You must be signed in to change notification settings - Fork 17.7k
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
go/build: Context.WorkingDir should just be Dir #36168
Comments
See also #36167. |
/cc @bcmills @jayconrod |
I chose (@griesemer and @jayconrod reviewed the original CL.) I'll send some changes to switch it to |
FWIW, I think I had picked up the name Note also https://tip.golang.org/cmd/internal/objabi/#WorkingDir. Admittedly, both of those are in |
Change https://golang.org/cl/211599 mentions this issue: |
Change https://golang.org/cl/211657 mentions this issue: |
…WorkingDir) if present Updates golang/go#36168 Change-Id: Ibdb277176a28da72d85a4c7c8ed7c903c278125e Reviewed-on: https://go-review.googlesource.com/c/tools/+/211599 Run-TryBot: Bryan C. Mills <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Jay Conrod <[email protected]>
Change https://golang.org/cl/217124 mentions this issue: |
Updates #34860 Updates #36168 Updates #36878 Change-Id: I484d7fea5d77d6dcd451d4fdffe0c450eed73636 Reviewed-on: https://go-review.googlesource.com/c/go/+/217124 Reviewed-by: Bryan C. Mills <[email protected]>
CL 203820 introduced Context.WorkingDir but I don't see the API review anywhere.
It seems like it should just be "Dir".
We don't use the terminology "working dir" anywhere.
The text was updated successfully, but these errors were encountered: