coryrc
coryrc
**Describe the bug** Code coverage report says 0.0% lines covered in GeometryEvaluator.cc https://github.com/openscad/openscad/actions/runs/19514483506/job/55862542428 **To Reproduce** Steps to reproduce the behavior: 1. Go to https://github.com/openscad/openscad/actions/runs/19514483506/job/55862542428 2. Click `Build and Test`, observe...
With #6251 the get_fragments_from_r function was replaced with getCircularSegmentCount which returns a `std::optional`. This followup issue is to fulfill the FIXME from the original function: fail to create geometry with...
The CI automatically installs it, appears Nix and Mac OS get it; it should be in check-dependencies.sh especially as some of the tests rely on it.
**Describe the bug** The script parses `README.md` with a regex which allows prefixes (so `make` is finding `cmake`) ``` check-dependencies.sh: get_minversion_from_readme make check-dependencies.sh: make check-dependencies.sh: get_minversion_from_readme README.md found check-dependencies.sh: [cmake...
### Description Until 6 years ago, `wxWindow::SetFocus()` never raised the frame. #18783 was implemented to fix a bug with modeless dialogs, but it caused it to also raise the window...