Ilias Tsitsimpis

Results 10 issues of Ilias Tsitsimpis

Testsuite fails on armhf with the following error: ``` Test suite tests: RUNNING... CBOR Reference implementation internal properties Integer to/from bytes: OK +++ OK, passed 100 tests. Word16 to/from network...

Tests fail on the armel architecture in Debian. Here is an exempt of the failure: ``` Unboxed BE-W64  ✓ equality (200 tests)  ✓ ordering (100 tests)  ✓...

Do not use AI_ADDRCONFIG flag in getAddrInfo hints as it cannot handle '127.0.0.1' on IPv6-only machines.

As noted here https://github.com/haskell-jp/unicode-show#readme, `unicode-show` is unmaintained. I would like to avoid packaging `unicode-show` for Debian now that is unmaintained, which means I cannot upgrade `hindent` to newer versions that...

Up until now, g-ir-scanner would map these types to lower-level types at scan time by assuming that time_t was an alias for long, off_t was an alias for size_t and...

As part of solving [the year 2038 problem](https://theyear2038problem.com/), Debian now uses 64-bit time_t on 32-bit systems. In such environments, tests fails: ``` > ====================================================================== > ERROR: test_now (test_udatetime.Test.test_now) > ----------------------------------------------------------------------...

```bash $ ./dist/build/polynomial-test/polynomial-test --test-seed 1421927705 -t chebyshevFit Math.Polynomial.Chebyshev: chebyshevFit: sane (Double): [OK, passed 100 tests] sane (Float): [Failed] *** Failed! Falsifiable (after 97 tests): NonNegative {getNonNegative = 16} (used seed...

Hi, While trying to package the latest version of *semigroupoids* (v5.2.1) for Debian, I noticed that the tests failed because of a missing build-dependency on *cabal-doctest*. The above package has...

Currently `haskell-gi` searches for GIR XML files under `/usr/share/gir-1.0`. Debian has now decided to move these files under `/usr/lib/${DEB_HOST_MULTIARCH}/gir-1.0`, since these files have architecture-dependent contents. `GObject-Introspection` since 1.78.x ([gobject-introspection!258 (merged)](https://gitlab.gnome.org/GNOME/gobject-introspection/-/merge_requests/258))...

Commit 772e25c9de518ec025d3904eb0fe4149c293dfd3 introduced two new tests in the `nonet` suite, that try to access the network (redirect to `example.com`). This causes the Debian builds to fail (see https://bugs.debian.org/1084839). Since these...