Jan Ph. H.
Jan Ph. H.
@GibbOne Can you write a test case within `tau` to show the example to kickoff dog feeding?
@jasmcaus Can you comment the Makefile such that it becomes more obvious how things should be ordered? ```make cmake: cmake -S $(SOURCE_DIR) -B $(BUILD_DIR) -DCMAKE_BUILD_TYPE=Debug -DTAU_BUILDINTERNALTESTS=On cmake --build $(BUILD_DIR) --config...
I think adding an option to enable all warnings, which means disable the disabling of warnings/errors should be sufficient. I will call this `TAU_DONT_DISABLE_WARNINGS` or we can discuss naming in...
Waiting for #24 to prevent merge conflicts.
I'll look what codepaths I can test with a toy project. I have everything except `-Wformat` and `-Wcast-align` cleaned up from `-Weverything` from clang, so this should be nice for...
In my toy project on this branch https://github.com/matu3ba/pbcd/tree/9dc0f8ae9c6463a38230610ede42095e195fb6f9 I get these warnings with `clang -std=c17 -Weverything`: ```txt ./runTest.sh In file included from test.c:2: ./helper.c:60:20: warning: cast from 'char *' to...
> Why would you want to return anything within a testing block? To copy paste main and not being forced to wrap the to be tested method within another method...
The best we can do is to give some advice on the compiler flags, as such macro system would end up being a template language. Alternatively, we can look for...
I have a related issue, since I use extensively UTF8 arrows within Venn diagrams for documentation: ```txt ─► ◄── │ ▼ ▲ │ ``` Is there a way to patch...
> You can mix and match characters from different fonts by using something like font forge. Ah, thanks. Interesting, that the other font I tried did not properly show them...