Skip to content
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

Closed
wants to merge 14 commits into from

Conversation

azr
Copy link
Contributor

@azr azr commented Oct 15, 2019

Make the cmd/internal/lockedfile Package public.

Updates golang/go#33974

@gopherbot
Copy link

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 comments slash command (e.g. /comments off)
See the Wiki page for more info

@gopherbot
Copy link

Message from Gobot Gobot:

Patch Set 1:

Congratulations on opening your first change. Thank you for your contribution!

Next steps:
Within the next week or so, a maintainer will review your change and provide
feedback. See https://golang.org/doc/contribute.html#review for more info and
tips to get your patch through code review.

Most changes in the Go project go through a few rounds of revision. This can be
surprising to people new to the project. The careful, iterative review process
is our way of helping mentor contributors and ensuring that their contributions
have a lasting impact.

During May-July and Nov-Jan the Go project is in a code freeze, during which
little code gets reviewed or merged. If a reviewer responds with a comment like
R=go1.11, it means that this CL will be reviewed as part of the next development
cycle. See https://golang.org/s/release for more details.


Please don’t reply on this GitHub thread. Visit golang.org/cl/201277.
After addressing review feedback, remember to publish your drafts!

@gopherbot
Copy link

Message from Ian Lance Taylor:

Patch Set 1:

(1 comment)


Please don’t reply on this GitHub thread. Visit golang.org/cl/201277.
After addressing review feedback, remember to publish your drafts!

@gopherbot
Copy link

Message from Ian Lance Taylor:

Patch Set 1:

(1 comment)


Please don’t reply on this GitHub thread. Visit golang.org/cl/201277.
After addressing review feedback, remember to publish your drafts!

@azr azr force-pushed the 33974-add-public-lockedfile-pkg branch from e5023c7 to 6898178 Compare October 16, 2019 13:00
@gopherbot
Copy link

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 comments slash command (e.g. /comments off)
See the Wiki page for more info

@azr azr force-pushed the 33974-add-public-lockedfile-pkg branch from 6898178 to 0c9e80a Compare October 16, 2019 13:08
@gopherbot
Copy link

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 comments slash command (e.g. /comments off)
See the Wiki page for more info

@azr azr force-pushed the 33974-add-public-lockedfile-pkg branch from 0c9e80a to 4207027 Compare October 16, 2019 13:09
@gopherbot
Copy link

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 comments slash command (e.g. /comments off)
See the Wiki page for more info

@gopherbot
Copy link

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.
After addressing review feedback, remember to publish your drafts!

@gopherbot
Copy link

Message from Bryan C. Mills:

Patch Set 4:

(12 comments)


Please don’t reply on this GitHub thread. Visit golang.org/cl/201277.
After addressing review feedback, remember to publish your drafts!

@gopherbot
Copy link

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 comments slash command (e.g. /comments off)
See the Wiki page for more info

@gopherbot
Copy link

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 comments slash command (e.g. /comments off)
See the Wiki page for more info

@gopherbot
Copy link

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 comments slash command (e.g. /comments off)
See the Wiki page for more info

@gopherbot
Copy link

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 comments slash command (e.g. /comments off)
See the Wiki page for more info

@gopherbot
Copy link

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 comments slash command (e.g. /comments off)
See the Wiki page for more info

@gopherbot
Copy link

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 comments slash command (e.g. /comments off)
See the Wiki page for more info

@gopherbot
Copy link

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.
After addressing review feedback, remember to publish your drafts!

@azr azr changed the title Proposal 33974 copy public lockedfile pkg from cmd/internal/ to x/exp design: add proposal doc for 33974 Oct 18, 2019
@gopherbot
Copy link

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 !
A.


Please don’t reply on this GitHub thread. Visit golang.org/cl/201277.
After addressing review feedback, remember to publish your drafts!

@gopherbot
Copy link

Message from Bryan C. Mills:

Patch Set 14:

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 ?

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.
After addressing review feedback, remember to publish your drafts!

@gopherbot
Copy link

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 comments slash command (e.g. /comments off)
See the Wiki page for more info

@gopherbot
Copy link

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 comments slash command (e.g. /comments off)
See the Wiki page for more info

@gopherbot
Copy link

Message from Adrien Delorme:

Patch Set 15:

Patch Set 14:

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 ?

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.

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.
After addressing review feedback, remember to publish your drafts!

@gopherbot
Copy link

Message from Bryan C. Mills:

Patch Set 16:

(10 comments)


Please don’t reply on this GitHub thread. Visit golang.org/cl/201277.
After addressing review feedback, remember to publish your drafts!

@gopherbot
Copy link

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 comments slash command (e.g. /comments off)
See the Wiki page for more info

@gopherbot
Copy link

Message from Adrien Delorme:

Patch Set 16:

(8 comments)


Please don’t reply on this GitHub thread. Visit golang.org/cl/201277.
After addressing review feedback, remember to publish your drafts!

@gopherbot
Copy link

Message from Bryan C. Mills:

Patch Set 17:

(1 comment)


Please don’t reply on this GitHub thread. Visit golang.org/cl/201277.
After addressing review feedback, remember to publish your drafts!

@gopherbot
Copy link

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.
After addressing review feedback, remember to publish your drafts!

gopherbot pushed a commit that referenced this pull request Mar 10, 2020
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>
@gopherbot
Copy link

This PR is being closed because golang.org/cl/201277 has been merged.

@gopherbot gopherbot closed this Mar 10, 2020
@azr azr deleted the 33974-add-public-lockedfile-pkg branch March 11, 2020 09:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants