ghcjs / ghcjs-base

base library for GHCJS for JavaScript interaction and marshalling, used by higher level libraries like JSC
MIT License
45 stars 67 forks source link

Update aeson, attoparsec, dlist bounds #131

Closed phadej closed 3 years ago

phadej commented 3 years ago

It builds with ghcjs-8.6 and tests almost pass, except e.g.

  [Char]:
    pure_to_from_jsval: [Failed]
*** Failed! Falsified (after 6 tests and 3 shrinks):
"\138423"

i.e. when Chars generated by recent QuickCheck are out out of BMP (don't fit into 16bit).

I think these failures are not related to this PR.

phadej commented 3 years ago

@hamishmack why you ignored this PR. Would been nice to get a comment

phadej commented 3 years ago

This seems to be done in https://github.com/ghcjs/ghcjs-base/commit/6ce697ad75f55e2d59dae017b84bf1945c5e8795