deepfryed

Results 25 comments of deepfryed

@parroty https://github.com/parroty/excoveralls/pull/284

Whoa, nice. Thanks :+1: I'll go through it in the next few days. Not in favour of rspec over minitest/spec. I'd rather go back to the original minitest/spec unless there...

Yeah I understand. - minitest/stub can do pretty much whatever you want. - I'd normally keep stubs to a bare minimum and not recommend it as it ends up becoming...

Sorry, I haven't forgotten this. Been very busy at work, will get to it this weekend.

Sorry, the testing setup I have serves the purpose here. If you go back in history, you can see I switched from using gtest to something simpler without extra dependencies....

oh never heard of it before! sure thing, no problem - I can take a look over the weekend 👍

The reads and writes are done in the C extension (defaults to binary mode). You're dumping to a file named `test` and reading from a file named `hii` -- seems...

roger, I'll check it out.

Neat! As for C++, we can have the last client error code stored in the Client instance. You don't need to change the return from bool, but set the code...

yes that seems to work #define ucg_pgm_uint8_t uint8_t PROGMEM Instead of typedef uint8_t PROGMEM ucg_pgm_uint8_t;