Alecto Irene Perez

Results 17 comments of Alecto Irene Perez

Should this be closed now that semantic highlighting has been added, or is there still work to be done?

Can modules export preprocessor definitions?

So. The issues with compilation time are fixed by making Catch2 into a static/shared library (this has already been done in the development branch, which compiles significantly faster). Furthermore, there's...

Should this issue be closed?

Hi @ammarfaizi2, thank you so much for letting me know! I redid it as a single commit with the appropriate formatting!

Sorry about that! I meant that, like the meson build system, CMake supports out of source builds. But supporting CMake adds less complexity than supporting Meson, because CMake only requires...

The CMakeLists.txt doesn't run any of the tests. It registers them with CTest, which runs and processes the output of the test programs. CTest reports which tests passed; which failed;...

(I'm extremely sorry - I closed the pull request as a mistake.)

Tests won't be run in parallel by default; I ran them in parallel in my example. If you run `ctest --timeout 10` in the build directory it will run the...

Regarding the second approach: we can limit the number of token kinds to the number of colors in a palette. For example, if the color palette for variables lists 12...