Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Geth-Modification
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张蕾
Geth-Modification
Commits
4be37222
Commit
4be37222
authored
Aug 04, 2016
by
Felix Lange
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Godeps: update github.com/rjeczalik/notify to f627deca7a51
Fixes #2829
parent
3e3a79ea
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
5 deletions
+3
-5
Godeps.json
Godeps/Godeps.json
+1
-1
.travis.yml
...ps/_workspace/src/github.com/rjeczalik/notify/.travis.yml
+1
-2
appveyor.yml
...s/_workspace/src/github.com/rjeczalik/notify/appveyor.yml
+0
-1
watcher_fsevents.go
...space/src/github.com/rjeczalik/notify/watcher_fsevents.go
+1
-1
No files found.
Godeps/Godeps.json
View file @
4be37222
...
...
@@ -112,7 +112,7 @@
},
{
"ImportPath"
:
"github.com/rjeczalik/notify"
,
"Rev"
:
"
5dd6205716539662f8f14ab513552b41eab69d5d
"
"Rev"
:
"
f627deca7a510d96f0ef9388f2d0e8b16d21f87f
"
},
{
"ImportPath"
:
"github.com/robertkrimen/otto"
,
...
...
Godeps/_workspace/src/github.com/rjeczalik/notify/.travis.yml
View file @
4be37222
...
...
@@ -21,10 +21,9 @@ env:
-
PATH=$HOME/bin:$PATH
install
:
-
go get golang.org/x/tools/cmd/vet
-
go get -t -v ./...
script
:
-
go tool vet -all .
-
"
(go
version
|
grep
-q
1.4)
||
go
tool
vet
-all
."
-
go install $GOFLAGS ./...
-
go test -v -race $GOFLAGS ./...
Godeps/_workspace/src/github.com/rjeczalik/notify/appveyor.yml
View file @
4be37222
...
...
@@ -11,7 +11,6 @@ environment:
install
:
-
go version
-
go get golang.org/x/tools/cmd/vet
-
go get -v -t ./...
build_script
:
...
...
Godeps/_workspace/src/github.com/rjeczalik/notify/watcher_fsevents.go
View file @
4be37222
...
...
@@ -133,7 +133,7 @@ func (w *watch) Dispatch(ev []FSEvent) {
ev
[
i
]
.
Flags
,
ev
[
i
]
.
Path
,
i
,
ev
[
i
]
.
ID
,
len
(
ev
))
if
ev
[
i
]
.
Flags
&
failure
!=
0
{
// TODO(rjeczalik): missing error handling
panic
(
"unhandled error: "
+
Event
(
ev
[
i
]
.
Flags
)
.
String
())
continue
}
if
!
strings
.
HasPrefix
(
ev
[
i
]
.
Path
,
w
.
path
)
{
continue
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment