-
Notifications
You must be signed in to change notification settings - Fork 395
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
design: add proposal doc for 33974 #21
Conversation
This PR (HEAD: e5023c7) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/proposal/+/201277 to see it. Tip: You can toggle comments from me using the |
Message from Gobot Gobot: Patch Set 1: Congratulations on opening your first change. Thank you for your contribution! Next steps: Most changes in the Go project go through a few rounds of revision. This can be During May-July and Nov-Jan the Go project is in a code freeze, during which Please don’t reply on this GitHub thread. Visit golang.org/cl/201277. |
Message from Ian Lance Taylor: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/201277. |
Message from Ian Lance Taylor: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/201277. |
e5023c7
to
6898178
Compare
This PR (HEAD: 6898178) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/proposal/+/201277 to see it. Tip: You can toggle comments from me using the |
6898178
to
0c9e80a
Compare
This PR (HEAD: 0c9e80a) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/proposal/+/201277 to see it. Tip: You can toggle comments from me using the |
0c9e80a
to
4207027
Compare
This PR (HEAD: 4207027) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/proposal/+/201277 to see it. Tip: You can toggle comments from me using the |
Message from Adrien Delorme: Patch Set 4: (1 comment) Okay, I've added the exported names from the godoc :) ! Please don’t reply on this GitHub thread. Visit golang.org/cl/201277. |
Message from Bryan C. Mills: Patch Set 4: (12 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/201277. |
This PR (HEAD: dfd8558) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/proposal/+/201277 to see it. Tip: You can toggle comments from me using the |
This PR (HEAD: 9f6c5eb) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/proposal/+/201277 to see it. Tip: You can toggle comments from me using the |
This PR (HEAD: de50d4f) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/proposal/+/201277 to see it. Tip: You can toggle comments from me using the |
This PR (HEAD: 0a58501) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/proposal/+/201277 to see it. Tip: You can toggle comments from me using the |
This PR (HEAD: e410302) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/proposal/+/201277 to see it. Tip: You can toggle comments from me using the |
This PR (HEAD: 3a99c89) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/proposal/+/201277 to see it. Tip: You can toggle comments from me using the |
Message from Adrien Delorme: Patch Set 11: (13 comments) I applied some changes after reviews. Thanks for bearing with me :) I already added it in the comments but I wanted to add that lockedfile.File sorts of stutters and may be depending on where these types will reside we should change it. And I think it would be a good idea to answer this question first :). Please don’t reply on this GitHub thread. Visit golang.org/cl/201277. |
x/exp
Message from Adrien Delorme: Patch Set 14: Hello there, sorry for this impromptu bump, but do we have any news on this ? May be I should leave the lead to Bryan C. Mills as he's the original author and the back and forth would be more seamless ? Have a great dayo ! Please don’t reply on this GitHub thread. Visit golang.org/cl/201277. |
Message from Bryan C. Mills: Patch Set 14:
Sorry, I got a bit distracted by pre-freeze work. I'll do another pass on this shortly. Note that there is a new addition to the lockedfile package in CL 205637 that seems to address a fairly common use-case. Please don’t reply on this GitHub thread. Visit golang.org/cl/201277. |
add new func
This PR (HEAD: 9b55e8f) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/proposal/+/201277 to see it. Tip: You can toggle comments from me using the |
This PR (HEAD: 402cae2) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/proposal/+/201277 to see it. Tip: You can toggle comments from me using the |
Message from Adrien Delorme: Patch Set 15:
Hello there, no worries :) and thanks for the heads up I added Transform to the document. Please don’t reply on this GitHub thread. Visit golang.org/cl/201277. |
Message from Bryan C. Mills: Patch Set 16: (10 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/201277. |
This PR (HEAD: d6be79e) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/proposal/+/201277 to see it. Tip: You can toggle comments from me using the |
Message from Adrien Delorme: Patch Set 16: (8 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/201277. |
Message from Bryan C. Mills: Patch Set 17: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/201277. |
Message from Bryan C. Mills: Patch Set 17: Code-Review+2 LGTM to submit as a design doc, but let me know if you would like to hold off for Solaris / AIX revisions. Please don’t reply on this GitHub thread. Visit golang.org/cl/201277. |
Make the `cmd/internal/lockedfile` Package public. Updates golang/go#33974 Change-Id: I2502fad153254d9ddb2bcc96ed6d8ef163940add GitHub-Last-Rev: d6be79e GitHub-Pull-Request: #21 Reviewed-on: https://go-review.googlesource.com/c/proposal/+/201277 Reviewed-by: Bryan C. Mills <bcmills@google.com>
This PR is being closed because golang.org/cl/201277 has been merged. |
Make the
cmd/internal/lockedfile
Package public.Updates golang/go#33974