Marius Bakke

Results 11 issues of Marius Bakke

README.md says this project is Apache licensed, but the source code headers are LGPL3 or later. Which one is correct?

``` FAIL test/regress_util.c:1449: assert(result == c.date): vs util/date_rfc1123: [date_rfc1123 FAILED] ``` This is using version 2.1.8. The second date is the unix epoch of 2^32. Any idea what's up here?...

arch:x86
tests

Hi! When downloading the juCi++ tarball from GitHub, submodules are not included. It would be nice to have an option to download a release tarball with all the necessary submodules...

This adds support for custom LDAP group membership attributes, instead of just `memberOf`.

This PR adds a GitHub action that uploads an automatically generated portable executable that can be extracted and run from anywhere. It does not depend on anything but `tar`, `gzip`...

Hi, When compiling for i686-linux, multiple tests are failing: ``` starting phase `check' Running tests... /gnu/store/33l9l4gxx9ayzxd1b78qpchafvxixw89-cmake-minimal-3.21.4/bin/ctest --force-new-ctest-process Test project /tmp/guix-build-openexr-3.1.5.drv-0/build Start 1: OpenEXR.Iex 1/111 Test #1: OpenEXR.Iex ............................... Passed 0.00...

...and was finally removed in SciPy 3.9, causing [`test_mad`](https://github.com/open2c/cooler/blob/3d284485df070255f4a904102178b186c14c1cee/tests/test_util.py#L244) to fail. See scipy/scipy#11431.

Distributions typically run tests in an isolated environment without network access. It would be great to have an option to fetch the test data from a separate directory, or optimally...

Hello, Here is another hack similar to #1694 that fixes building with GHC 9.2 simply by commenting type signatures. Also introduce a `myConP` for backwards compatibility with Template Haskell <...

End users are not supposed to fiddle with it and it was [removed from the public API](https://bugs.python.org/issue36728) in Python 3.8.