Joris Guyonvarch
Results
2
comments of
Joris Guyonvarch
trafficstars
I wrote this derivation that builds `escrotum` at version `1.0.1` with nix: https://github.com/guyonvarch/nixpkgs/commit/dd095505c74e39e644bdd20c8320732ec968b5b8 It requires https://github.com/Roger/escrotum/pull/56 and https://github.com/Roger/escrotum/pull/57, that are currently applied as patches in the derivation. The produced binary...
Hi, Same problem, but with a `NoSuchElementException` instead of a `IllegalArgumentException`. The following code is ok: ```scala case class B(n: Int) val xs = Seq(B(1), B(2), B(3), B(4)) val ys...