-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
archive/tar: add AddFS method to Writer #61599
Conversation
This PR (HEAD: 035bde1) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/513316. Important tips:
|
This PR (HEAD: 95733dc) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/513316. Important tips:
|
This PR (HEAD: 7f6dad5) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/513316. Important tips:
|
Message from Ian Lance Taylor: Patch Set 3: Run-TryBot+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/513316. |
Message from Gopher Robot: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/513316. |
This PR (HEAD: bf721bb) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/513316. Important tips:
|
Message from Ian Lance Taylor: Patch Set 4: Run-TryBot+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/513316. |
Message from Gopher Robot: Patch Set 4: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/513316. |
Message from Ian Lance Taylor: Patch Set 5: Run-TryBot+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/513316. |
Message from Gopher Robot: Patch Set 5: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/513316. |
Message from Gopher Robot: Patch Set 5: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/513316. |
Message from Ian Lance Taylor: Patch Set 5: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/513316. |
This PR (HEAD: a3f1564) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/513316. Important tips:
|
Message from Mauri de Souza Meneguzzo: Patch Set 5: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/513316. |
Message from Ian Lance Taylor: Patch Set 6: Run-TryBot+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/513316. |
Message from Gopher Robot: Patch Set 6: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/513316. |
Message from Gopher Robot: Patch Set 6: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/513316. |
Message from Ian Lance Taylor: Patch Set 6: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/513316. |
This PR (HEAD: ac05357) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/513316. Important tips:
|
Message from Mauri de Souza Meneguzzo: Patch Set 7: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/513316. |
Message from Joseph Tsai: Patch Set 7: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/513316. |
Message from Mauri de Souza Meneguzzo: Patch Set 7: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/513316. |
Message from Mauri de Souza Meneguzzo: Patch Set 8: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/513316. |
ac05357
to
22ec93b
Compare
This PR (HEAD: 22ec93b) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/513316. Important tips:
|
Message from Mauri de Souza Meneguzzo: Patch Set 9: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/513316. |
Message from Mauri de Souza Meneguzzo: Patch Set 9: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/513316. |
Message from Joseph Tsai: Patch Set 9: Code-Review+1 (5 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/513316. |
02e46a1
to
17d4c31
Compare
Message from Gopher Robot: Patch Set 11: TryBot-Result-1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/513316. |
The method AddFS can be used to add the contents of a fs.FS filesystem to a tar archive. This method walks the directory tree starting at the root of the filesystem and adds each file to the archive. Fixes: golang#58000
17d4c31
to
b51cdd3
Compare
This PR (HEAD: b51cdd3) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/513316. Important tips:
|
Message from Mauri de Souza Meneguzzo: Patch Set 11: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/513316. |
Message from Mauri de Souza Meneguzzo: Patch Set 12: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/513316. |
Message from Ian Lance Taylor: Patch Set 12: Run-TryBot+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/513316. |
Message from Gopher Robot: Patch Set 12: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/513316. |
Message from Gopher Robot: Patch Set 12: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/513316. |
Message from Gopher Robot: Patch Set 12: TryBot-Result-1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/513316. |
Message from Mauri de Souza Meneguzzo: Patch Set 12: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/513316. |
Message from Joseph Tsai: Patch Set 12: Code-Review+2 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/513316. |
Message from Mauri de Souza Meneguzzo: Patch Set 12: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/513316. |
b51cdd3
to
11a62bf
Compare
This PR (HEAD: 11a62bf) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/513316. Important tips:
|
Message from Ian Lance Taylor: Patch Set 13: Run-TryBot+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/513316. |
Message from Gopher Robot: Patch Set 13: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/513316. |
Message from Gopher Robot: Patch Set 13: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/513316. |
Message from Mauri de Souza Meneguzzo: Patch Set 13: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/513316. |
Message from Michael Knyszek: Patch Set 13: Code-Review+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/513316. |
Message from Dmitri Shuralyov: Patch Set 13: Code-Review+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/513316. |
Message from Daniel Martí: Patch Set 13: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/513316. |
The method AddFS can be used to add the contents of a fs.FS filesystem to a tar archive. This method walks the directory tree starting at the root of the filesystem and adds each file to the archive. Fixes #58000 Change-Id: I0e6abac76b76bc5d95b74b7e5b37634ce3f76c85 GitHub-Last-Rev: 11a62bf GitHub-Pull-Request: #61599 Reviewed-on: https://go-review.googlesource.com/c/go/+/513316 Reviewed-by: Michael Knyszek <[email protected]> Auto-Submit: Ian Lance Taylor <[email protected]> Reviewed-by: Joseph Tsai <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Run-TryBot: Ian Lance Taylor <[email protected]>
This PR is being closed because golang.org/cl/513316 has been merged. |
The method AddFS can be used to add the contents of a fs.FS filesystem
to a tar archive. This method walks the directory tree starting at the root
of the filesystem and adds each file to the archive.
Fixes #58000