Mara
Mara
When I made 7fc2a5e18e5567df67a135d6a7fe6311f92a9660 I stored the return code from the test binary in a temp file and then deleted the temp file. But that temp file was created every...
From the man page: > If *lineptr is set to NULL and *n is set 0 before the call, then getline() will allocate a buffer for storing the line. This...
One thing that would improve my life is not printing the line https://github.com/cpputest/cpputest/blob/80afaec8b84214173bc44b796dbc0a62bb4416b6/build/MakefileWorker.mk#L505 I have a lot of files, so that single line takes up like 1.5-2 screens for me....
On the CPP side there is a `DOUBLES_EQUAL` function, so I would expect there to also be a `CHECK_EQUAL_C_DOUBLE` function, but there isn't. Was this just missed, or is there...
Git [doesn't expect tags to move](https://git-scm.com/docs/git-tag#_on_re_tagging). This means that my local `latest-passing-build` tag will never move, unless I delete it. I think `latest-passing-build` should be a branch, that way git...
I had some issues getting autorally to build, here is how I got around those issues. I'm runniung ubuntu 16.04 and using ros kinetic as the README instructs. ### apt...
Match github footnote support
If you aren't using OFFICIALBOARD and your relay isn't active high on pin 13 it will be left open on startup. I feel like this is inconsistant because I thought...
The two holy war topics this touches on is spaces vs tabs and if there should be newlines around braces omersiar suggested spaces in a github issue, and I chose...
I noticed that there is a mix of tabs and spaces. I'm happy to make a PR to clean that up, but which way should it go? I would personally...