Ben Beasley
Ben Beasley
Do not set the executable permission bit on shell scripts that lack a shebang (`#!`) line. ### This is a - [ ] Breaking change - [ ] New feature...
Using the latest `master`, 8489989bb26c6371df103f6cbced3fbee1bc3c2f, on: - Fedora Linux 36 - `x86_64` architecture - g++ (GCC) 12.1.1 20220507 (Red Hat 12.1.1-1) - cmake version 3.22.2 - gtest-1.11.0-2.fc36.x86_64 ``` $ cmake...
### This is a - [ ] Breaking change - [x] New feature - [x] Bugfix ### I have - [x] Merged in the latest upstream changes - [x] Updated...
https://github.com/scientific-python/lazy_loader/blob/v0.1rc3/CHANGELOG.md#v01rc3 Additionally, maybe consider not pinning an exact version?
The original PCRE library [has just reached end-of-life with release 8.45](https://pcre.org/), and is now unmaintained. Please consider porting to PCRE2. Fedora Linux has [deprecated](https://www.fedoraproject.org/wiki/PcreDeprecation) the original PCRE library, meaning no...
Correct “bytesin” to “bytes in” and add a missing space between sentences.
Fixes the `--help` output documenting the deprecated `--gen-includes` option, in which the option name contained a typo (`--gen-inclues`).
Since `stb_perlin.h` was removed in https://github.com/nothings/stb/commit/59e7dec3e8bb0a8d4050d03c2dc32cf71ffa87c6, this PR removes it from the tests.
I’m looking at a compiler warning: ``` In file included from test_c_compilation.c:30: ../stb_voxel_render.h: In function 'stbvox_make_mesh_for_block_with_geo': ../stb_voxel_render.h:3033:37: warning: 'rot' may be used uninitialized in this function [-Wmaybe-uninitialized] 3033 | rot...
While updating the `flatbuffers` package in Fedora Linux (Rawhide, gcc 12.2.1) from 22.10.26 to 22.11.23, I found that the new `key_field_test` fails on the s390x architecture. This is the only...