Ben Greiner

Results 61 issues of Ben Greiner

Testing with beartype 0.17 produces the following output: ``` [ 8s] ====================================================================== [ 8s] ERROR: tests.test_beartype (unittest.loader._FailedTest) ... [ 8s] beartype.roar.BeartypeDecorHintPep604Exception: Type hint NDArray[Shape['2, 2'], Float] inconsistent with respect to...

Linux distributions have platform dependend library directories (`lib64` vs `lib`). Use the standard and configurable `CMAKE_INSTALL_LIBDIR` variable, instead of a hardcoded `lib`.

I noticed the Cargo.toml and src/lib.rs in the repository. I am able to build a wheel with it by changing the build-backend from setuptools to maturin and changing the version...

I see you reverted the minimum python requirement to 3.6 in 1ea5653 But unit tests fail with python 3.6: ``` [ 23s] + PYTHONPATH=/home/abuild/rpmbuild/BUILDROOT/python-curio-1.4-21.1.x86_64/usr/lib/python3.6/site-packages [ 23s] + PYTHONDONTWRITEBYTECODE=1 [ 23s]...

### Describe your issue. Following the fix in https://github.com/scipy/scipy/pull/20530 I was able to investigate my build failure with the openSUSE scipy HPC package. It turns out the reliance on the...

defect
Build issues

There is inconsistent code in the repository: https://github.com/flipperdevices/qFlipper/blob/51196a2a6f4271cae410b7b4d7f06f92232d8ba1/installer-assets/udev/42-flipperzero.rules#L1-L8 https://github.com/flipperdevices/qFlipper/blob/51196a2a6f4271cae410b7b4d7f06f92232d8ba1/setup_rules.sh#L6-L12 https://github.com/flipperdevices/qFlipper/blob/51196a2a6f4271cae410b7b4d7f06f92232d8ba1/contrib/nix/default.nix#L27-L32

bug

The most recent change between 8.1.7.0 and 8.1.7.1 causes the unit tests to fail: https://github.com/python-trio/asyncclick/commit/bae29c300d341f6d48669c38d090687340a66e09#r137383936 ``` [ 31s] =================================== FAILURES =================================== [ 31s] ________________________ test_context_pushing[asyncio] _________________________ [ 31s] [ 31s]...

Replacing it by a more recent version fixes it. But you might also consider migrating to another versioning tool and PEP517 build system. ``` [ 15s] + /usr/bin/python3.12 setup.py build...

Fixes #921. Required due to a change in numpy's type promotion with numpy >= 2: https://numpy.org/devdocs/numpy_2_0_migration_guide.html#changes-to-numpy-data-type-promotion [NEP 50 -- Promotion rules for Python scalars](https://numpy.org/neps/nep-0050-scalar-promotion.html) The `DAYS_TO_MILLIS` constant actually contained the...