| 20 Nov 2025 |
| edef joined the room. | 01:32:40 |
just1602 | In the lix codebase, what is the best way to print a compile time warning? | 15:19:35 |
Qyriad | just1602 printTaggedWarning or printWarning | 15:50:28 |
just1602 | But they only show up at runtime, and not at compile time. At least when I do just build I don't see those warning show up in the build log. | 15:57:02 |
Qyriad | oh you mean compilation of Lix itself? | 16:09:19 |
Qyriad | well there's #pragma warning, but for anything more complex you'll have to write a clang-tidy lint. luckily there are already clang-tidy lints in the codebase you can look at | 16:10:09 |