Nicklas Larsson

Results 286 comments of Nicklas Larsson

OpenBLAS issue for main has been addressed with https://github.com/OSGeo/grass/commit/9984205dc8eaab7f014a5117374565a479297d9d, which doesn't need to backport. OpenMP issues have been addressed (as mentioned above), but doesn't need changes in GRASS source (and...

@landam Could you please check if the win build server is working, as there has been no build log since end of ~~August~~ September.

See related #3308. There are alternatives to be explored.

> I assume that following #4304, I should replace strcat by G_strlcat here, no? I think that would be good, and replace `strncat()` too. If you __know__ it will fit...

> I think the requested changes by @wenzeslaus and @nilason were addressed correctly. I think the PR is in good shape too, do any of you two can take a...

Not sure what could be the problem, you can try debug with (both outside and in GRASS session): ```bash printenv python -c "import locale; print(locale.getdefaultlocale())" ``` (I also see you...

CI fails with `py-pymvpa`, which seems unmaintained and not working for a long time. I believe this is ready for merge.

Now after a number of unrelated failures, this now only fails for `php[70-74]-svn` on macOS 15 (although also unrelated, see [ticket 71718](https://trac.macports.org/ticket/71718#comment:1)). Ready for merge.

CMake fails with: ``` test_r_mask stderr FE ====================================================================== ERROR: tearDownClass (__main__.TestRMask) ---------------------------------------------------------------------- Traceback (most recent call last): File "etc/python/grass/gunittest/case.py", line 1318, in runModule module.run() File "etc/python/grass/pygrass/modules/interface/module.py", line 833, in run...

There is testreport as artefact to the cmake workflow, a bit tedious to compare. Perhaps better to use a test config file instead of per cent success.