Zachary J. Fields

Results 100 comments of Zachary J. Fields

The call to `cast()` can return `UINTMAX_MAX`, in which case the return statement will overflow.

Awesome! Thank you for the workaround! I had to use a different terminal yesterday... yuck. Please, please add it as a feature! Cheers!

Looks like the specification considerations multiple roles and how they would integrate into other tools, but I didn't see anything about the UI. In my original request, I also asked...

Thanks for the quick response! I'm still having a bit of an issue. I can exclude the `third_party` directory with the following filter ```bash --exclude "(.*/)+third_party" ``` but I am...

@latk Thank you so much for offering your suggestion. Unfortunately, neither your, nor my, regex works while in the current working directory. In fact, if I increase the aggressiveness of...

Very close, but not quite. And again, thank you so much for your time! * **[NO]** `/prefix/particle-iot/device-os/` – you run gcovr from this directory * [YES] `/prefix/particle-iot/device-os/test/` – you want...

Also, if you would like to fiddle with it yourself, my example is publicly available on GitHub. ``` git clone https://github.com/particle-iot/device-os -b gcov cd device-os/test/unit_test/ mkdir build && cd build...

Thank you breaking that down! I understand what's happening now. :+1: To provide some constructive feedback. I would expect `gcovr` to normalize the file paths; thus allowing the filters to...

As a side note, other commands, such as `particle serial monitor`, respond to `Ctrl+c` and work as expected.

I'm running the CLI on a Linux machine and in a container. I'm happy to provide all other details (i.e. Dockerfile) upon request. `particle-cli` v1.38.0 ``` FROM node:10.14.2-slim ```