lbryio / lbrycrd

The blockchain that provides the digital content namespace for the LBRY protocol
https://lbry.com
MIT License
2.57k stars 178 forks source link

WIP: Updated rebase 0.17 deps #259

Closed lbrynaut closed 5 years ago

bvbfan commented 5 years ago

Can we keep BOOST_CHECK_EQUAL(a, b) over BOOST_CHECK(a == b), the second one do not show the 2 values when it fails.

lbrynaut commented 5 years ago

Can we keep BOOST_CHECK_EQUAL(a, b) over BOOST_CHECK(a == b), the second one do not show the 2 values when it fails.

Yes. BTW, this is still WIP, not expecting it'll merge soon. It's also an alternate/experimental take on #258