You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix bfbs Lua and Nim generators to respect -o output path; add tests and goldens
- Ensure bfbs generators (Lua & Nim) create namespace directories under the configured output path using ConCatPathFileName and EnsureDirExists(full_dir).
- Add and update to regenerate lua goldens for this schema.
- Add Python unit tests verifying Lua and Nim generators place generated files under <out>/My/Game/<Type>.(lua|nim).
- Integrate the Python test into CMake (tests/CMakeLists.txt) so CTest runs the new test.
Tests: Built and ran CTest locally; both unit tests passed.
0 commit comments