commit | 4a3fb87264f8bc03fc62f00ef335056f30d18023 | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@swtch.com> | Wed Apr 30 12:14:29 2014 -0400 |
committer | Russ Cox <rsc@swtch.com> | Wed Apr 30 12:14:29 2014 -0400 |
tree | 77d52013a1fbb6fd967c1e146d5ddbf5ca0c065d | |
parent | 833216fef8b946895956737d205bcad7031bf06f [diff] |
acme: add log file in acme root directory Reading /mnt/acme/log reports a log of window create, put, and delete events, as they happen. It blocks until the next event is available. Example log output: 8 new /Users/rsc/foo.go 8 put /Users/rsc/foo.go 8 del /Users/rsc/foo.go This lets acme-aware programs react to file writes, for example compiling code, running a test, or updating an import block. TBR=r R=r https://codereview.appspot.com/89560044