Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(207)

Issue 169240043: code review 169240043: go.net/webdav: new Handler, FileSystem, LockSystem and ... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 4 months ago by nigeltao
Modified:
10 years, 4 months ago
Reviewers:
dave
CC:
nmvc, dave_cheney.net, bradfitz, volker.dobler, golang-codereviews
Visibility:
Public.

Description

go.net/webdav: new Handler, FileSystem, LockSystem and lockInfo types.

Patch Set 1 #

Patch Set 2 : diff -r 4ae9fa0d02915d8ecab034965ac28b6bf86fbbb5 https://code.google.com/p/go.net #

Patch Set 3 : diff -r 4ae9fa0d02915d8ecab034965ac28b6bf86fbbb5 https://code.google.com/p/go.net #

Patch Set 4 : diff -r 4ae9fa0d02915d8ecab034965ac28b6bf86fbbb5 https://code.google.com/p/go.net #

Patch Set 5 : diff -r 4ae9fa0d02915d8ecab034965ac28b6bf86fbbb5 https://code.google.com/p/go.net #

Total comments: 11

Patch Set 6 : diff -r 71dc9256ee487dc7e3edc3e15a425c78c657f9ed https://code.google.com/p/go.net #

Total comments: 8

Patch Set 7 : diff -r ff9f61369d2cf93c4dc753b0e5737fdeeb7b99f6 https://code.google.com/p/go.net #

Unified diffs Side-by-side diffs Delta from patch set Stats (+662 lines, -78 lines) Patch
A webdav/file.go View 1 2 3 4 5 1 chunk +28 lines, -0 lines 0 comments Download
M webdav/if.go View 1 2 chunks +7 lines, -15 lines 0 comments Download
M webdav/if_test.go View 1 19 chunks +63 lines, -63 lines 0 comments Download
A webdav/lock.go View 1 2 3 4 5 6 1 chunk +44 lines, -0 lines 0 comments Download
A webdav/webdav.go View 1 2 3 4 5 1 chunk +295 lines, -0 lines 0 comments Download
A webdav/xml.go View 1 1 chunk +96 lines, -0 lines 0 comments Download
A webdav/xml_test.go View 1 1 chunk +129 lines, -0 lines 0 comments Download

Messages

Total messages: 11
nigeltao
Hello nmvc@google.com (cc: bradfitz@golang.org, dave@cheney.net, dr.volker.dobler@gmail.com, golang-codereviews@googlegroups.com), I'd like you to review this change to ...
10 years, 4 months ago (2014-11-07 07:13:30 UTC) #1
nmvc
https://codereview.appspot.com/169240043/diff/80001/webdav/lock.go File webdav/lock.go (right): https://codereview.appspot.com/169240043/diff/80001/webdav/lock.go#newcode28 webdav/lock.go:28: Confirm(path string, conditions ...Condition) (c io.Closer, err error) Some ...
10 years, 4 months ago (2014-11-09 21:15:43 UTC) #2
dave_cheney.net
Some random comments collected over the last few days. I am not a fan of ...
10 years, 4 months ago (2014-11-09 22:29:14 UTC) #3
nmvc
https://codereview.appspot.com/169240043/diff/80001/webdav/webdav.go File webdav/webdav.go (right): https://codereview.appspot.com/169240043/diff/80001/webdav/webdav.go#newcode38 webdav/webdav.go:38: } else if h.LockSystem == nil { On 2014/11/09 ...
10 years, 4 months ago (2014-11-09 22:47:18 UTC) #4
dave_cheney.net
Sounds reasonable. In all the toy implementations I've written I've never gone very fast past ...
10 years, 4 months ago (2014-11-09 23:02:41 UTC) #5
nigeltao
The CL is certainly under-commented, but I was hoping to get consensus on the overall ...
10 years, 4 months ago (2014-11-10 00:32:46 UTC) #6
dave_cheney.net
> https://codereview.appspot.com/169240043/diff/80001/webdav/file.go#newcode14 > webdav/file.go:14: Mkdir(path string, perm os.FileMode) error > On 2014/11/09 22:29:13, dfc wrote: ...
10 years, 4 months ago (2014-11-10 05:49:26 UTC) #7
dave_cheney.net
Some more comments, i'm really nit picking. I think what you have here is great. ...
10 years, 4 months ago (2014-11-10 06:06:49 UTC) #8
nigeltao
https://codereview.appspot.com/169240043/diff/100001/webdav/file.go File webdav/file.go (right): https://codereview.appspot.com/169240043/diff/100001/webdav/file.go#newcode17 webdav/file.go:17: OpenFile(path string, flag int, perm os.FileMode) (File, error) On ...
10 years, 4 months ago (2014-11-10 23:17:15 UTC) #9
dave_cheney.net
LGTM. On Tue, Nov 11, 2014 at 10:17 AM, <nigeltao@golang.org> wrote: > > https://codereview.appspot.com/169240043/diff/100001/webdav/file.go > ...
10 years, 4 months ago (2014-11-10 23:24:19 UTC) #10
nigeltao
10 years, 4 months ago (2014-11-11 06:47:09 UTC) #11
*** Submitted as
https://code.google.com/p/go/source/detail?r=4c0f0f26ee6f&repo=net ***

go.net/webdav: new Handler, FileSystem, LockSystem and lockInfo types.

LGTM=dave
R=nmvc, dave
CC=bradfitz, dr.volker.dobler, golang-codereviews
https://codereview.appspot.com/169240043
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b