Ethan Slattery
Ethan Slattery
Looking at the performance measurements in #18, I went with option 2. I don't think it's reasonable to give up the 5x performance increase of `std::to_chars` in the basic case....
The single MacOS failure is a little baffling to me. I think apple clang, in Release mode, is printing out an extra character of precision and therefore the acceptance test...
Getting it into CE looked like a lot of effort, so I just added a test case to my project. Here is the test case code. Only requires tinycbor and...
thanks for the feedback, I will look it over in depth this coming week. I've been working on making tests and comparing Catch2 to Snitch output in a repo on...
It is, I have just had a ton on my plate. I am going to try to re-familiarize myself with it this afternoon and see if have any questions on...
fixed some of the small easy stuff and rebased, but spent a lot of time running some example tests in that other repo with exceptions. I think most of this...
Without exceptions it works as expected and I am using it on some of my work projects. But with exceptions It doesn't match up with the output of Catch2, and...