Jason

Results 30 comments of Jason

I don't like disabling warnings, but at the time of writing the codebase, I had multiple things going on and didn't have time to nitpick at each warning/error. If you're...

If any warnings need to be fixed, they need to be fixed here on the original repo. If a user that uses Tau to test their project, and accidentally uses...

The `-Wstrict-prototypes` warning can be fixed easily by populating empty function declarations `func()` with `void` as: `func(void)`. You are welcome to work on this. As for comparing pointer addresses, I...

Please address my review changes from June.

Strange. Just made some updates. LMK if you can see those.

Yes. Strange why it isn't visible to you. I'll add below what I'd added: * What's the difference between `const char*...`, `char* const...` and `const char* const...`? -- in `tauShouldDecomposeMacro`...

Why would you want to return anything within a testing block?

I agree it's more of an edge case, so unless there's significant user traction for this feature, I'll defer this for a later stage.

Not quite sure that Tau's at that level yet. It's really meant to be a basic-yet-powerful testing library, but some features might not be available. Have a look at it...