redengin
redengin
hmm, nullptr was standardized in C++11 but yet this harness requires C++03 compatibility. http://open-std.org/JTC1/SC22/WG21/docs/cwg_defects.html#903 whats the path forward?
As far as I can tell, nullptr is now also a compiler intrinsic that can't be decoupled from the compiler. https://stackoverflow.com/questions/10496824/how-to-define-nullptr-for-supporting-both-c03-and-c11 As well, this test harness's use of CLANG's opinion...
By "gauntlet harness" I mean the set of test harnesses to validate pull requests (travis, coveralls, appveyor)
By "tuned" I mean does it ignore some errors that would have been generated by standard CppUTest code (i.e. 0 vs nullptr initialization of pointers).
What do you think about [Test Double design](https://github.com/redengin/cpputest/blob/master/README_TestDouble.md)?
The current implementation is unnecessarily coupled to ESP32 flash where the ESP32 vfs provides full abstraction of the storage media. I'm happy to refactoring this code toward ESP32 a fully...
I apologize for what I said. You've done a lot of valuable work. I've now switched to FAT for my needs as they better support the user-usage. If I have...
I apologize for hurtful comments, they don't motivate progress - I'm unnecessarily angry at the state of open source. When I found your project I was looking for a littlefs...
Thanks for the advice in exploring the user-agent. I think I've found a workaround for most user-agents. I've added a sanitize method after the pullOut from the back-end. The user-agent...