Nicklas Larsson
Nicklas Larsson
Beginning with UCRT in Visual Studio 2015 and Windows 10, the behaviour of `snprintf()` (and `vsnprintf()`) is now C99 standard conformant ([source](https://learn.microsoft.com/en-us/cpp/c-runtime-library/reference/snprintf-snprintf-snprintf-l-snwprintf-snwprintf-l?view=msvc-140#remarks)). Thus, the output is now always null-terminated. The...
`test_pygrass_doctests` fails with Python 3.12 and Numpy 2.0.1 at least on Mac, which is a regression compared to current CI setup with Python 3.11 and Numpy 1.26.4. ``` test_pygrass_doctests ./python/grass/pygrass...
Currently, Renovate generates almost daily updates on some CI action. One such update triggers a PR, which someone must approve, and subsequently merge. This means at least three emails for...
Building rsgislib on Mac with AppleClang 15 produces some 70 cases of `-Wbitwise-instead-of-logical` compiler warnings. Eg.: https://github.com/remotesensinginfo/rsgislib/blob/247e740ac80abd5634faba0b11c97bccae60358b/src/math/RSGISMatrices.cpp#L259 ``` /opt/local/var/macports/build/_Users_nilason_ports_gis_rsgislib/rsgislib/work/rsgislib-5.1.7/src/math/RSGISMatrices.cpp:259:6: warning: use of bitwise '&' with boolean operands [-Wbitwise-instead-of-logical] if(gsl_matrix_get(inMatrix, 0,...
`GISBASE` is used as a means to retrieve paths to various resources in source code. With FHS (#3661) this is no longer possible. This adds a number of new environment...
#### Description ###### Type(s) - [ ] bugfix - [ ] enhancement - [ ] security fix ###### Tested on macOS 14.7.2 23H311 arm64 Xcode 16.2 16C5032a ###### Verification Have...
With the 8.4.2 release, the wrong tarball ended up on the server. One that is missing the generated files from this part: https://github.com/OSGeo/grass/blob/a0b61664ad13688cf3abaf012295b8db9583df48/.github/workflows/create_release_draft.yml#L50-L61 (But for 8.4.2. this is too late,...
Use `const` for OGRLayer::GetSpatialRef() and OGRFeature::GetDefnRef(), to enable build with GDAL >= 3.12 See: https://gdal.org/en/stable/user/migration_guide.html#from-gdal-3-11-to-gdal-3-12
**Name of the addon** `i.landsat.download` **Describe the bug** Installation of `i.landsat.download` fails if `yaml` package is missing. ``` Compiling... Traceback (most recent call last): File "/var/folders/41/b45_b8253jn3rxtr4cd0bd7c0000gn/T/grass8-nicklas-17844/tmpdmiu8grk/i.landsat/grass_addons/src/imagery/i.landsat/scripts/i.landsat.download", line 159, in import...