Thomas Thomassen

Results 573 comments of Thomas Thomassen

> Wow, doing the lords work! We'd be super happy with working win tests, thanks for digging in!! Any insight to the `run-` custom targets? 1. What are they for?...

CMake tooling integrates a lot better by using CMakes testing functionalities. Tests populate in test explorer UIs, MSVC, VSCode, CLion etc. And I think the output when CTest run tests...

I think I might split the changes that doesn't pertain to build commands into their own PR (or multiple PRs). As most of these are straight forward. But reworking the...

Will do. I'll push the Windows build branches. Will probably split off a branch with current windows build fixes sans the CMakeLists.txt attempts in this branch.

> > The bash scripts and *nix tools are the final hurdle in getting the whole project building on Windows now > > That's impressive:) I thought there'd be quite...

Yes, and I think Windows ARM support will get improved with libraries/packages given how Microsoft is pushing ARM these days (like everyone else), their Surface 11 line up is exclusively...

I tried by calling `alembic.upgrade()` in `conftest.py` - which does seem to run the migration using the test-config. However, the tests still leave data in the database. Not sure what...

> It can vey well be argued the original behavior was a bug that got fixed in 2023. However at the least the docs need to mention the change. Yea,...

I've been wondering if a new draw method would be useful for this. One where the polygons passed in are drawn using the current style. Doing so would be faster...

For the record, I'm attaching the test file packages in a zip file here. [tets.zip](https://github.com/user-attachments/files/15511009/tets.zip)