Kosma Moczek
Kosma Moczek
I would also be interested in testing those changes.
@invd, care to share your fuzzing code? I'd love to have that in the repository, so we can test for regressions.
Also I think the solution here is to check for the overflow of both value and scale, since both can overflow independently: - The scale can overflow with an input...
Thanks so much! This is enough for me to make a proper PR. I'll get this done ASAP.
It comes from Check Framework: https://libcheck.github.io/check/
I'm gonna need some rationale behind making a `minmea` directory. This is a somewhat breaking change for the users. Why does Meson require a subdirectory?
@ssloboda @mtp401
The include for minmea is `#include `. It's a single-file library by design, so subfolders are not needed, not necessary, and not wanted. This is a design decision.
@eli-schwartz You are an absolute blessing. ❤️
Okay. I think I am ready to proceed with this... but I need the following: 1. Clean, minimal `build.meson`. If we can have no options, just single `build.meson`, that would...