Kai Pastor
Kai Pastor
- `assert` is inactive in release builds. - `SplitPathCoord::at(length_type len, SplitPathCoord first)` is defined to search from first. It is not defined what should happen when len is negative, before...
Summary: - Everything is fine when all `n` symbols fit into the gap, i.e. `(n-1) x symbol_distance
Test file: [2324.zip](https://github.com/user-attachments/files/18619705/2324.zip)
#2325 (merged) is one change for this issue. https://github.com/OpenOrienteering/mapper/pull/2331 is another relevant PR but I don't want to merge without more testing. (It refers to #2325 but I think it...
Fixes arm64 windows builds issue in vcpkg. ~~~~ FAILED: Source/Common/CMakeFiles/gdcmCommon.dir/gdcmFilename.cxx.obj C:\PROGRA~1\MICROS~1\2022\ENTERP~1\VC\Tools\MSVC\1441~1.341\bin\Hostx64\arm64\cl.exe /TP -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS -D_SCL_SECURE_NO_DEPRECATE -D_SCL_SECURE_NO_WARNINGS -DgdcmCommon_EXPORTS -ID:\installed\arm64-windows\include -ID:\b\gdcm\arm64-windows-dbg\Source\Common -ID:\b\gdcm\src\v3.0.24-5d851b30d1.clean\Source\Common -ID:\b\gdcm\src\v3.0.24-5d851b30d1.clean\Source\DataStructureAndEncodingDefinition -ID:\b\gdcm\arm64-windows-dbg\Testing\Source\Data -ID:\b\gdcm\src\v3.0.24-5d851b30d1.clean\Testing\Source\Data -ID:\b\gdcm\src\v3.0.24-5d851b30d1.clean\Utilities /nologo /DWIN32 /D_WINDOWS /utf-8 /GR...
Out there in "vcpkg land", I really wonder how much the vcpkg port (GLEW 2.2.0 + 4 patches) differs from the master branch (GLEW 2.2.0 + 59 commits). GLEW 2.2.0...
The topic of this issue is "cut a new release", and it is still relevant.
> I havn't actually had someone clearly say that their application is broken without a new GLEW release. Please take a look at it from a packaging perspective instead of...
If you want a reliable service, you need something else than pure git. Due to lack of archives with stable SHA512, `vcpkg_from_git` doesn't support vcpkg's asset caching. You might ask...
> 1. Right now I am using the head revision (master branch) as evident by the portfile > ~~~ > REF master > ~~~ > is that ok, No. `REF`...