[Pkg-haskell-maintainers] Bug#730325: haskell-aeson-lens: FTBFS - some test results differ from expected order
Aaron M. Ucko
ucko at debian.org
Sun Nov 24 03:59:39 UTC 2013
Source: haskell-aeson-lens
Version: 0.5.0.0-1
Severity: serious
Justification: fails to build from source
Two of haskell-aeson-lens's tests have been consistently failing in
automatic builds:
Test suite doctest: RUNNING...
### Failure in Data/Aeson/Lens.hs:127: expression `L.unpack $ encode7B x'
expected: "{\"b\":{\"c\":true},\"a\":2.23}"
but got: "{\"a\":2.23,\"b\":{\"c\":true}}"
### Failure in Data/Aeson/Lens.hs:166: expression `w & catMaybes . toListOf (traverseArray . traverseObject) :: [Value]'
expected: [String "tanakh",Number 29,String "nushio",Number 28]
but got: [Number 29,String "tanakh",Number 28,String "nushio"]
Examples: 44 Tried: 44 Errors: 0 Failures: 2
Test suite doctest: FAIL
In each case, the correct elements show up, but in an unexpected
order. Could you please take a look? Thanks!
More information about the Pkg-haskell-maintainers
mailing list