Closed vesameskanen closed 8 years ago
Oh, oops. Those changes happened on Tuesday. I will fix the underlying issue and look in to "vendoring" dependencies for the future... On May 20, 2016 12:39 AM, "Vesa Meskanen" notifications@github.com wrote:
It seems that some recent changes have broken the clone tool. The install steps of README.md give an error message when make bin is run:
src/github.com/whosonfirst/go-whosonfirst-clone/clone.go:125: cannot use abs_path (type string) as type io.Reader in argument to " github.com/whosonfirst/go-whosonfirst-csv".NewDict: string does not implement io.Reader (missing Read method)
— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/whosonfirst/go-whosonfirst-clone/issues/10
Fixed. Apologies for the bad craziness...
Thank you! That was a quick fix .)
There is a vendor
branch which should work with all the dependencies bundled in place. Do you have a moment to try it out and confirm it works?
https://github.com/whosonfirst/go-whosonfirst-clone/tree/vendor
Where "should work" means you just type "make build" as usual :-)
Cheers,
Hi @thisisaaronland, I tested the vendor branch with 'make build' and after that, running a custom data cloning script for finnish data. Everything seemed to work fine.
Thanks!
It seems that some recent changes have broken the clone tool. The install steps of README.md give an error message when make bin is run:
src/github.com/whosonfirst/go-whosonfirst-clone/clone.go:125: cannot use abs_path (type string) as type io.Reader in argument to "github.com/whosonfirst/go-whosonfirst-csv".NewDict: string does not implement io.Reader (missing Read method)