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

Draft: Fix build with JS backend #134

Closed hsyl20 closed 6 months ago

hsyl20 commented 1 year ago

Fix the build with the JS backend.

Just here to avoid duplicating work.

Known issues:

alaendle commented 10 months ago

Many thanks for this draft, just out of curiosity I tried to make the test-suite pass (https://github.com/alaendle/ghcjs-base/tree/renovate) - however I have the feeling that this inevitable reveals all the current shortcomings (e.g. incomplete JavaScript support in text - https://github.com/haskell/text/pull/536 - on this one I have stopped); and also the easy to mitigate https://github.com/haskellari/splitmix/pull/75. I think this comment is not a news for people directly involved, but maybe it's helpful to outsiders.

hamishmack commented 6 months ago

Replaced by #135