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

Issue 5304046: code review 5304046: exp/fsnotify : A suggestion for how to implement a ...

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 6 months ago by howeyc
Modified:
12 years, 3 months ago
Reviewers:
dave, robfig, golang-dev
CC:
bradfitz, golang-dev, hector, rsc
Visibility:
Public.

Description

exp/fsnotify : A suggestion for how to implement a filesystem notification package that is cross-platform. This was made in response to comments on os/kevent package here: http://codereview.appspot.com/5248062/ I figured it would be best to provide a working proto-type for a yes/no discussion. The same test is used for both Linux and BSD systems. Update per Dave's comments to use error.

Patch Set 1 #

Patch Set 2 : diff -r 462b81e9ced4 https://go.googlecode.com/hg/ #

Total comments: 21

Patch Set 3 : diff -r afa4ccab6746 https://go.googlecode.com/hg/ #

Patch Set 4 : diff -r afa4ccab6746 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+923 lines, -0 lines) Patch
M src/pkg/Makefile View 1 2 1 chunk +19 lines, -0 lines 0 comments Download
A src/pkg/exp/fsnotify/Makefile View 1 1 chunk +22 lines, -0 lines 0 comments Download
A src/pkg/exp/fsnotify/fsnotify.go View 1 1 chunk +35 lines, -0 lines 0 comments Download
A src/pkg/exp/fsnotify/fsnotify_bsd.go View 1 2 3 1 chunk +283 lines, -0 lines 0 comments Download
A src/pkg/exp/fsnotify/fsnotify_linux.go View 1 2 3 1 chunk +263 lines, -0 lines 0 comments Download
A src/pkg/exp/fsnotify/fsnotify_test.go View 1 2 3 1 chunk +301 lines, -0 lines 0 comments Download

Messages

Total messages: 11
howeyc
Here's an attempt at a cross-platform fsnotify package. I know I jumped way ahead, this ...
12 years, 6 months ago (2011-10-20 02:16:01 UTC) #1
dave_cheney.net
I haven't had a chance to apply this CL and run the tests but the ...
12 years, 6 months ago (2011-10-20 20:11:33 UTC) #2
howeyc
I figured I'd bump this for individuals that were interested in the initial BSD kevent/kqueue ...
12 years, 5 months ago (2011-11-08 23:31:38 UTC) #3
dave_cheney.net
This patch doesn't apply cleanly anymore after the errors fix. Can you please gofix your ...
12 years, 5 months ago (2011-11-09 08:45:22 UTC) #4
howeyc
Hello golang-dev@googlegroups.com, dave@cheney.net (cc: bradfitz@golang.org, golang-dev@googlegroups.com, hectorchu@gmail.com, rsc@golang.org), I'd like you to review this change ...
12 years, 5 months ago (2011-11-09 14:30:17 UTC) #5
howeyc
Hello golang-dev@googlegroups.com, dave@cheney.net (cc: bradfitz@golang.org, golang-dev@googlegroups.com, hectorchu@gmail.com, rsc@golang.org), Please take another look.
12 years, 5 months ago (2011-11-09 14:31:57 UTC) #6
dave_cheney.net
Hello, are you keen to continue this CL ?
12 years, 3 months ago (2012-01-17 10:32:26 UTC) #7
robfig
On 2012/01/17 10:32:26, dfc wrote: > Hello, are you keen to continue this CL ? ...
12 years, 3 months ago (2012-01-26 02:53:58 UTC) #8
howeyc
On 2012/01/26 02:53:58, robfig wrote: > On 2012/01/17 10:32:26, dfc wrote: > > Hello, are ...
12 years, 3 months ago (2012-01-27 01:20:37 UTC) #9
dave_cheney.net
Could you please remerge the CL and do a hg mail, currently it does not ...
12 years, 3 months ago (2012-01-27 01:31:32 UTC) #10
howeyc
12 years, 3 months ago (2012-01-27 15:05:11 UTC) #11
I was unable to change this patch:
"cannot change non-local CL"

New CL: http://codereview.appspot.com/5585043
Sign in to reply to this message.

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