forked from cerc-io/plugeth
parent
3e3a79ea13
commit
4be37222ef
2
Godeps/Godeps.json
generated
2
Godeps/Godeps.json
generated
@ -112,7 +112,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "github.com/rjeczalik/notify",
|
"ImportPath": "github.com/rjeczalik/notify",
|
||||||
"Rev": "5dd6205716539662f8f14ab513552b41eab69d5d"
|
"Rev": "f627deca7a510d96f0ef9388f2d0e8b16d21f87f"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "github.com/robertkrimen/otto",
|
"ImportPath": "github.com/robertkrimen/otto",
|
||||||
|
3
Godeps/_workspace/src/github.com/rjeczalik/notify/.travis.yml
generated
vendored
3
Godeps/_workspace/src/github.com/rjeczalik/notify/.travis.yml
generated
vendored
@ -21,10 +21,9 @@ env:
|
|||||||
- PATH=$HOME/bin:$PATH
|
- PATH=$HOME/bin:$PATH
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- go get golang.org/x/tools/cmd/vet
|
|
||||||
- go get -t -v ./...
|
- go get -t -v ./...
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- go tool vet -all .
|
- "(go version | grep -q 1.4) || go tool vet -all ."
|
||||||
- go install $GOFLAGS ./...
|
- go install $GOFLAGS ./...
|
||||||
- go test -v -race $GOFLAGS ./...
|
- go test -v -race $GOFLAGS ./...
|
||||||
|
1
Godeps/_workspace/src/github.com/rjeczalik/notify/appveyor.yml
generated
vendored
1
Godeps/_workspace/src/github.com/rjeczalik/notify/appveyor.yml
generated
vendored
@ -11,7 +11,6 @@ environment:
|
|||||||
|
|
||||||
install:
|
install:
|
||||||
- go version
|
- go version
|
||||||
- go get golang.org/x/tools/cmd/vet
|
|
||||||
- go get -v -t ./...
|
- go get -v -t ./...
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
|
2
Godeps/_workspace/src/github.com/rjeczalik/notify/watcher_fsevents.go
generated
vendored
2
Godeps/_workspace/src/github.com/rjeczalik/notify/watcher_fsevents.go
generated
vendored
@ -133,7 +133,7 @@ func (w *watch) Dispatch(ev []FSEvent) {
|
|||||||
ev[i].Flags, ev[i].Path, i, ev[i].ID, len(ev))
|
ev[i].Flags, ev[i].Path, i, ev[i].ID, len(ev))
|
||||||
if ev[i].Flags&failure != 0 {
|
if ev[i].Flags&failure != 0 {
|
||||||
// TODO(rjeczalik): missing error handling
|
// TODO(rjeczalik): missing error handling
|
||||||
panic("unhandled error: " + Event(ev[i].Flags).String())
|
continue
|
||||||
}
|
}
|
||||||
if !strings.HasPrefix(ev[i].Path, w.path) {
|
if !strings.HasPrefix(ev[i].Path, w.path) {
|
||||||
continue
|
continue
|
||||||
|
Loading…
Reference in New Issue
Block a user