cbfs icon indicating copy to clipboard operation
cbfs copied to clipboard

Project fails to compile - GetBulk

Open andrewwebber opened this issue 9 years ago • 3 comments

As a result of new go-couchbase changes the project no longer builds.

src/github.com/couchbaselabs/cbfs/blobs.go:55: assignment count mismatch: 2 = 3 src/github.com/couchbaselabs/cbfs/blobs.go:123: assignment count mismatch: 2 = 3 src/github.com/couchbaselabs/cbfs/fsck.go:90: assignment count mismatch: 2 = 3 src/github.com/couchbaselabs/cbfs/list.go:64: assignment count mismatch: 2 = 3 src/github.com/couchbaselabs/cbfs/nodes.go:244: assignment count mismatch: 2 = 3 src/github.com/couchbaselabs/cbfs/tasks.go:192: assignment count mismatch: 2 = 3

andrewwebber avatar Aug 11 '16 12:08 andrewwebber

I worked on this #149 yesterday, need some input from someone experienced with the project.

fmeyer avatar Mar 09 '17 13:03 fmeyer

Wow, this really brings this project back from the dead, thank you

andrewwebber avatar Mar 09 '17 13:03 andrewwebber

it compiles now also not anymore because of the dns dependency that is not compatible with older go versions anymore

frank-dspeed avatar Jan 09 '19 10:01 frank-dspeed