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

Issue 7497045: code review 7497045: go.exp: Add fsnotify package

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 2 months ago by howeyc
Modified:
10 years, 10 months ago
Reviewers:
brainman, rsc
CC:
golang-dev, rsc
Visibility:
Public.

Description

go.exp: Add fsnotify package Previous discussions: https://codereview.appspot.com/5585043/ https://code.google.com/p/go/issues/detail?id=4068

Patch Set 1 #

Patch Set 2 : diff -r 93e7901891c5 https://code.google.com/p/go.exp #

Patch Set 3 : diff -r 93e7901891c5 https://code.google.com/p/go.exp #

Total comments: 3

Patch Set 4 : diff -r 93e7901891c5 https://code.google.com/p/go.exp #

Total comments: 1

Patch Set 5 : diff -r 93e7901891c5 https://code.google.com/p/go.exp #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2491 lines, -0 lines) Patch
A fsnotify/example_test.go View 1 2 3 1 chunk +34 lines, -0 lines 0 comments Download
A fsnotify/fsnotify.go View 1 2 3 4 1 chunk +102 lines, -0 lines 0 comments Download
A fsnotify/fsnotify_bsd.go View 1 2 3 1 chunk +447 lines, -0 lines 0 comments Download
A fsnotify/fsnotify_linux.go View 1 2 3 1 chunk +272 lines, -0 lines 0 comments Download
A fsnotify/fsnotify_symlink_test.go View 1 1 chunk +57 lines, -0 lines 0 comments Download
A fsnotify/fsnotify_test.go View 1 1 chunk +989 lines, -0 lines 0 comments Download
A fsnotify/fsnotify_windows.go View 1 2 3 1 chunk +590 lines, -0 lines 0 comments Download

Messages

Total messages: 9
howeyc
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go.exp
11 years, 2 months ago (2013-03-11 17:10:44 UTC) #1
rsc
Thanks. I'd like to try to make the API more uniform, so that it's hard ...
11 years, 2 months ago (2013-03-11 17:23:18 UTC) #2
howeyc
I've made changes based on your feedback.
11 years, 2 months ago (2013-03-11 17:45:09 UTC) #3
rsc
https://codereview.appspot.com/7497045/diff/11001/fsnotify/fsnotify.go File fsnotify/fsnotify.go (right): https://codereview.appspot.com/7497045/diff/11001/fsnotify/fsnotify.go#newcode5 fsnotify/fsnotify.go:5: //Package fsnotify implements filesystem notification. please put a space ...
11 years, 2 months ago (2013-03-11 20:28:00 UTC) #4
howeyc
updated.
11 years, 2 months ago (2013-03-11 21:12:04 UTC) #5
rsc
*** Submitted as https://code.google.com/p/go/source/detail?r=aa678ea78eb7&repo=exp *** go.exp: Add fsnotify package Previous discussions: https://codereview.appspot.com/5585043/ https://code.google.com/p/go/issues/detail?id=4068 R=golang-dev, rsc ...
11 years, 2 months ago (2013-03-11 22:07:55 UTC) #6
rsc
LGTM I changed TestSubDir to skip the test, because it was failing on my Mac.
11 years, 2 months ago (2013-03-11 22:08:07 UTC) #7
brainman
This change breaks go.exp repo windows build. This exec.Command("mv", testFile, testFileRenamed) (in test), will not ...
11 years, 2 months ago (2013-03-14 06:39:04 UTC) #8
remyoudompheng
10 years, 10 months ago (2013-07-21 10:21:21 UTC) #9
R=close
Sign in to reply to this message.

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