Simon Marlow
Simon Marlow
`par undefined x == x`
Looks ok to me. The `start` function sparks the first N elements, and then as we consume each cons of the result list, `ret` sparks element N+1, N+2, ... etc.
I think the main issue with converting to HTML/JS would be ThreadScope's interactive zooming and navigation - it's not clear to me that you could make a web-based UI that...
Is this urgent? I'm inclined to hold off until I've sorted out the fbcode_builder syncing on our side.
Yes, you've hit the nail on the head in many ways here. We haven't put any thought at all into the workflow for 3rd-party users who want to modify schemas...
We didn't upload the libraries to Hackage due to the dependencies, it wouldn't be possible to `cabal install` without installing the dependencies first. Are you looking to use this as...
It would be possible to create Hackage packages for Haskell-only hsthrift, the only issue is that we have to separate out the parts that depend on folly. I think it's...
Started this in #143
Current status * Packages can build without `folly` after #143 * But we currently require `allow-newer: haskell-names:aeson, haskell-names:bytestring`. Sent a PR to `haskell-names` to fix this: https://github.com/haskell-suite/haskell-names/pull/119. No answer, so...
Done: * https://hackage.haskell.org/package/thrift-compiler * https://hackage.haskell.org/package/thrift-http * https://hackage.haskell.org/package/thrift-haxl * https://hackage.haskell.org/package/thrift-lib * https://hackage.haskell.org/package/fb-util These should all build with GHC versions up to 9.8.x.