Closed DanielNi closed 7 years ago
@drcapulet I guess we could import the peg library somewhere (maybe in parser.go
?), otherwise I don't think it'll work with Godep.
Godep will only vendor imported packages, not commands. I wouldn't want to roll something on our own here just to get a stable copy of peg
. Checking in generated source code will work well enough.
That Travis CI build issue you mentioned is from 2015. How has this project not run into this problem before?
Looking at previous builds, it looks like Cassandra has always failed to start up, but the tests still passed somehow. Maybe something in the newer versions of Go causes the tests to fail.
All of this to get the build to pass...