Skip to content

Conversation

@lmars
Copy link
Contributor

@lmars lmars commented Jan 2, 2019

To pull in the following fix:

fsnotify/fsevents#41

To pull in the following fix:

fsnotify/fsevents#41

Signed-off-by: Lewis Marshall <lewis@lmars.net>
@nateberkopec
Copy link
Member

I may be missing something here, but this does not fix the issue for me.

On a freshly cloned puma-dev, with this branch checkout out:

 speedshop $ go build ./cmd/puma-dev
# github.com/puma/puma-dev/vendor/github.com/fsnotify/fsevents
../../../../go/src/github.com/puma/puma-dev/vendor/github.com/fsnotify/fsevents/wrap.go:115:59: cannot use nil as type _Ctype_CFAllocatorRef in assignment
../../../../go/src/github.com/puma/puma-dev/vendor/github.com/fsnotify/fsevents/wrap.go:122:42: cannot use nil as type _Ctype_CFAllocatorRef in assignment
../../../../go/src/github.com/puma/puma-dev/vendor/github.com/fsnotify/fsevents/wrap.go:175:37: cannot use nil as type _Ctype_CFAllocatorRef in argument to _Cfunc_CFStringCreateWithCString

...which is the same error I get on master.

@lmars
Copy link
Contributor Author

lmars commented Aug 21, 2019

It works for me:

$ git reflog show HEAD
f366088 (HEAD -> update-fsevents, lmars/update-fsevents) HEAD@{0}: commit: Update vendored github.com/fsnotify/fsevents

$ go build ./cmd/puma-dev

$ echo $?
0

@nateberkopec
Copy link
Member

Newbie GOPATH issues, sorry. Confirmed fixed.

@nateberkopec nateberkopec merged commit 70121c7 into puma:master Aug 21, 2019
@lmars
Copy link
Contributor Author

lmars commented Aug 21, 2019

Good ol' GOPATH 😉

Thanks for the merge!

@lmars lmars deleted the update-fsevents branch August 21, 2019 12:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants