John Pennycook
John Pennycook
> I would even go one step further, and discuss if ["trait"](https://en.wikipedia.org/wiki/Trait_(computer_programming)) is the right keyword. I had a similar reaction. I immediately thought of [C++ type traits](https://en.cppreference.com/w/cpp/header/type_traits). I'd love...
I've started prototyping this. One interesting side effect of tracking all code in the source directory is that it can pick up unexpected files (e.g., C++ files automatically generated by...
@swright87 - I've added `-x` support, as per your request. It should work the same way as it does in `codebasin`, but please let me know if you encounter any...
> Should probably consider adding a coverage badge as well? Yes, good idea. It would be good to have this as part of the CI.
As part of this issue, we should also refactor `bin/codebasin` so that the functionality can be tested by `unittest`.
> The timing/profiling using the events happened to be a bad surprise, it was not taken into account during development of the reduction. Currently the reduction is using more than...
Thanks for the report, and sorry that it's taken me a while to look at this. I've just tried to reproduce this with a fresh install of Godot 4.1.3 and...
It turns out that we _do_ need a visitor approach to complement the simple `walk()` function. @laserkelvin, I've been working on this recently and I have what I think is...
This code compiles with DPC++. Maybe we need a Khronos issue to determine which behavior is desired?
I've opened https://github.com/KhronosGroup/SYCL-Docs/issues/711 to discuss this.