Samuel Gélineau

Results 257 comments of Samuel Gélineau

Oh! I forgot to mention something important: we tried it on two other macOS machines, and the segfault only occurs on Mojave.

Huh, that looks pretty nasty. Since you cannot reproduce it, I guess I'll just have to wait until that bug is fixed and then check if the segfault still occurs....

Still, here is the full output of `haskell-code-indexer -v`: ``` $ stack install haskell-code-explorer-bug-0.0.0: configure (lib) Configuring haskell-code-explorer-bug-0.0.0... haskell-code-explorer-bug-0.0.0: build (lib) Preprocessing library for haskell-code-explorer-bug-0.0.0.. Building library for haskell-code-explorer-bug-0.0.0.. [1...

The `LinkInMemory` bit reminds me of the https://gitlab.haskell.org/ghc/ghc/issues/16117 bug you linked to earlier, is there an alternative value `ghcLink` can be given?

I don't understand which bug you are reporting. Are you saying that you wish that my category hierarchy was using `terminal` instead of `fst` and `snd`? Are you saying that...

> I have come up against situations where it would be convenient to have a function like that. Sure, but is there a compelling reason to add it to category-syntax...

> Almost cheating: https://www.reddit.com/r/haskell/comments/2e0ane/category_with_fanout_and_split_but_not_an_arrow/ While that discussion talks at length about terminal objects (which I don't think category-syntax needs since it has `fst` and `snd`), I could not find any...

Have you tried the [formal process](https://wiki.haskell.org/Taking_over_a_package) for taking over a package?

I found a bug in the resource-pool-benchmarks program above. It relies on the resources being destroyed by the time `destroyAllResources` returns, but it looks like the resources are being destroyed...