Closed andrewdeandrade closed 7 years ago
I just bumped into this too, would be nice to get it merged sooner rather than later.
Can somebody in the know confirm that the tests are failing for unrelated reasons?
The errors are caused by tcurl
outputting a line to upgrade to yab
. This should be fixed by pinning tcurl
to version v4.22.2
@malandrew It would be awesome if you could sign our CLA . After you've signed it, I'll merge and release a new version of ringpop.
@mennopruijssers Just got back from vacation. Signed the CLA. FWIW, it wasn't actually necessary for me to sign the CLA since I'm also an Uber employee.
I just created a pull request as well. Bumping this in hopes it will be landed soon.
The Bark logger interface now has a
WithError(err Error) bark.Logger
method. Just adding that to the NoLogger interface.