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!
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]