sternenseemann

Results 106 issues of sternenseemann

``` Running 1 test suites... Test suite hschema-aeson-test: RUNNING... +++ OK, passed 100 tests. toJsonSerializer should generate valid JSON FAILED [1] should parse the given JSON Failures: test/Test/Schema/JSON.hs:35:7: 1) toJsonSerializer...

Builds fine with `base` 4.15 at least, haven't tested 4.16, but might work?

graphviz has an upper bound on hspec `< 2.8`, but according to my testing the test suite builds fine with hspec 2.8.5.

ThreadScope restricts ghc-events to >=0.13 && = 0.16. This should be relaxed, so installing from hackage is possible again.

`cabal v2-test --constraint 'unordered-containers >= 0.2.16`, probably harmless failure, unless the XML order is important? ``` Running 1 test suites... Test suite minio-hs-test: RUNNING... Tests Properties (checked by QuickCheck) selectPartSizes::...

I think this happened because I ran `git checkout` in a local nixpkgs checkout eval depended on which caused git to delete some files. ``` name = 'lorri' operating_system =...

Any store interaction fails: ``` nix-store -r /nix/store/d6dm8cpaya0nqyn8p52r6m16g3f1c4sf-y0g5zryic1ymjvvlgzbsnh0mishiyzk2-source error: cannot open connection to remote store 'daemon': error: unexpected end-of-file ```

The `/eval//builds` endpoint (currently [undocumented](https://github.com/NixOS/hydra/pull/1300)) has gotten massively slower, probably in a recent deploy of `rhea` (https://github.com/NixOS/nixos-org-configurations/commit/d745c2f5f72ad1dd2128e7b7d35e30d4039d2281). If that turns out to be true, it could either be due to...

bug

This should of course instead redirect to `/manual/nixos/unstable/options.html`. Seems like an oversight while setting up these redirects.

bug
content

I ran into the first instance of path interpolation syntax slipping into nixpkgs today: https://github.com/NixOS/nixpkgs/pull/188466. Our `lib/minver.nix` prescribes that we support everything from 2.3 upwards. Without CI to catch it,...