-
Notifications
You must be signed in to change notification settings - Fork 252
Milestones #78
Comments
Go 1.3 code freeze is March 1st. Russ Cox wrote a proposal for inclusion of fsnotify and use by go test. http://golang.org/s/go13fsnotify |
golang-dev thread on fsnotify |
@samjacobson In case you hadn't heard, Go 1.3 is to include os/fsnotify. There is an active discussion on this CL https://codereview.appspot.com/48310043/ in addition to some threads in the golang-dev list. |
Thanks for letting me know. That's great news. Congratulations! On Tue, Jan 7, 2014 at 9:12 PM, Nathan Youngman [email protected]:
|
@abustany @cespare @henrikedwards @jbowtie @tsg Please indicate that you have signed the CLA here: March 1st is code freeze for adding fsnotify to Go 1.3 standard library, and we have lots of work to do beyond copying across what's here. Please sign the CLA as soon as possible. Thanks! |
Signed, see https://codereview.appspot.com/58500043/#msg8 |
os/fsnotify
It looks like os/fsnotify will take the minimal approach that is appropriate for the os package. It's a good move, especially given the Go 1.3 timeline.
I'm not sure what approach @rsc wants to take to get
os/fsnotify
itself implemented.The text was updated successfully, but these errors were encountered: