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

Issue 5585043: code review 5585043: exp/fsnotify: Cross-platform filesystem notifications

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

Description

exp/fsnotify: Cross-platform filesystem notifications This package mimics the current exp/inotify for the linux platform as much as possible. Anyone using exp/inotify should be able to switch. This simply adds a similar interface for BSD systems. The same test is used regardless of OS.

Patch Set 1 #

Patch Set 2 : diff -r 9f95fc15702a https://go.googlecode.com/hg/ #

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+941 lines, -0 lines) Patch
M src/pkg/Makefile View 1 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 1 chunk +283 lines, -0 lines 0 comments Download
A src/pkg/exp/fsnotify/fsnotify_linux.go View 1 1 chunk +263 lines, -0 lines 0 comments Download
A src/pkg/exp/fsnotify/fsnotify_test.go View 1 1 chunk +319 lines, -0 lines 0 comments Download

Messages

Total messages: 28
howeyc
Hello golang-dev@googlegroups.com, robfig@gmail.com, dave@cheney.net (cc: bradfitz@golang.org, golang-dev@googlegroups.com, rsc@golang.org), I'd like you to review this change ...
12 years, 3 months ago (2012-01-27 15:02:01 UTC) #1
rsc
Hi, Thanks very much for sending this in. We're working on making the code base ...
12 years, 3 months ago (2012-01-27 16:41:49 UTC) #2
robfig
On 2012/01/27 15:02:01, howeyc wrote: > Hello mailto:golang-dev@googlegroups.com, mailto:robfig@gmail.com, mailto:dave@cheney.net (cc: > mailto:bradfitz@golang.org, mailto:golang-dev@googlegroups.com, mailto:rsc@golang.org), ...
12 years, 2 months ago (2012-02-12 16:20:01 UTC) #3
howeyc
Rob, Thank you for trying this on OSX. > Hey Howey, > > I'm trying ...
12 years, 2 months ago (2012-02-13 17:36:19 UTC) #4
howeyc
On 13 February 2012 11:36, Chris Howey <howeyc@gmail.com> wrote: > Rob, > > Thank you ...
12 years, 1 month ago (2012-03-29 01:40:52 UTC) #5
dave_cheney.net
Fantastic. I look forward to playing with it this evening. On 29/03/2012, at 12:40, Chris ...
12 years, 1 month ago (2012-03-29 01:58:54 UTC) #6
mattn
It need bits patch. https://gist.github.com/2235432 And it seens test not passed on windows. On 2012/03/29 ...
12 years, 1 month ago (2012-03-29 09:39:50 UTC) #7
howeyc
On 29 March 2012 04:39, <mattn.jp@gmail.com> wrote: > It need bits patch. > > https://gist.github.com/**2235432 ...
12 years, 1 month ago (2012-03-29 16:12:12 UTC) #8
brainman
On 2012/03/29 16:12:12, howeyc wrote: > > ... This is a call for help from ...
12 years, 1 month ago (2012-03-30 01:42:35 UTC) #9
howeyc
On 29 March 2012 20:42, <alex.brainman@gmail.com> wrote: > On 2012/03/29 16:12:12, howeyc wrote: > > ...
12 years, 1 month ago (2012-03-30 21:06:52 UTC) #10
dave_cheney.net
Sounds reasonable, similar to the precedent set by the os.FileInfo.Sys() escape hatch. On Sat, Mar ...
12 years, 1 month ago (2012-03-30 21:48:22 UTC) #11
brainman
On 2012/03/30 21:06:52, howeyc wrote: > > I have done some further investigation and it ...
12 years, 1 month ago (2012-04-01 04:49:49 UTC) #12
howeyc
On 31 March 2012 23:49, <alex.brainman@gmail.com> wrote: > On 2012/03/30 21:06:52, howeyc wrote: > > ...
12 years, 1 month ago (2012-04-01 17:44:18 UTC) #13
brainman
On 2012/04/01 17:44:18, howeyc wrote: > > ... I merged into the fsnotify > library ...
12 years, 1 month ago (2012-04-01 23:23:46 UTC) #14
howeyc
On Apr 1, 2012 6:23 PM, <alex.brainman@gmail.com> wrote: > > On 2012/04/01 17:44:18, howeyc wrote: ...
12 years, 1 month ago (2012-04-02 00:05:08 UTC) #15
robfig
Hi Chris, I'm having one problem with it: https://github.com/howeyc/fsnotify/blob/master/fsnotify_bsd.go#L187 On that line, you ignore the ...
12 years ago (2012-04-04 00:54:34 UTC) #16
howeyc
On 3 April 2012 19:54, Rob Figueiredo <robfig@gmail.com> wrote: > Hi Chris, > I'm having ...
12 years ago (2012-04-04 03:38:38 UTC) #17
robfig
I'm afraid that doesn't quite fix it -- now it crashes on https://github.com/howeyc/fsnotify/blob/master/fsnotify_bsd.go#L216 I think ...
12 years ago (2012-04-04 13:29:35 UTC) #18
taralx
I just took a glance over the code. This looks really exciting. :) Shouldn't IN_DELETE_SELF ...
12 years ago (2012-04-17 19:35:51 UTC) #19
howeyc
On 2012/04/17 19:35:51, taralx wrote: > I just took a glance over the code. This ...
12 years ago (2012-04-18 14:47:51 UTC) #20
dave_cheney.net
I would like to see this integrated into the standard lib again. I think the ...
12 years ago (2012-04-20 06:35:29 UTC) #21
dave_cheney.net
ping
11 years, 7 months ago (2012-09-19 09:26:34 UTC) #22
undriedsea
On 2012/09/19 09:26:34, dfc wrote: > ping Any chance this will make 1.1?
11 years, 1 month ago (2013-03-07 21:29:03 UTC) #23
minux1
On Fri, Mar 8, 2013 at 5:29 AM, <tylor@torbit.com> wrote: > Any chance this will ...
11 years, 1 month ago (2013-03-07 21:42:24 UTC) #24
rsc
I apologize for letting this fall on the floor. I'm very interested in seeing this ...
11 years, 1 month ago (2013-03-11 15:41:31 UTC) #25
undriedsea
Russ, Side-note, if you need this for a current project, this is the github repo ...
11 years, 1 month ago (2013-03-11 16:36:24 UTC) #26
howeyc
On 2013/03/11 15:41:31, rsc wrote: > I apologize for letting this fall on the floor. ...
11 years, 1 month ago (2013-03-11 17:16:33 UTC) #27
khr
10 years, 9 months ago (2013-07-22 20:56:18 UTC) #28
R=close
Sign in to reply to this message.

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