Conversation
Only tested on LLVM-MinGW (cherry picked from commit be84a3d)
|
Current unable to compile on GitHub Actions... |
|
This would introduce a dependency on Python. One of the reasons I converted merges/vocab into an .hpp file in advance was precisely to avoid bringing in extra dependencies. |
|
Python is not necessary when compile using C++23, they are only used to re-create those hpps for compilers not support #embed yet (as as fallback), and GitHub Actions have Python installed. |
Also easier to edit and keep git log small
Only tested on LLVM-MinGW
Require some refactor to action script
(cherry picked from commit be84a3d)