Facundo Domínguez

Results 155 issues of Facundo Domínguez

Suppose I have the following code ``` Haskell f pid = do link pid blocking_operations_which_depend_on_health_of pid unlink pid ``` If `f` is interrupted with an exception, `unlink` might never be...

task

Currently the documentation reads: ``` -- | Test the matches in order against each message in the queue receiveWait :: [Match b] -> Process b Source ``` This is not...

When the NC thread or handleIncomingEvents crash, the application will probably block without further hints. It would be better if we printed some message in the console to report the...

Feature Request
Question

The bug: ``` A process PA in NA monitors a process PB in NB NA and NB are disconnected PA tries to send a message to another process PB1 in...

This will have an effect in `callLocal action` which will run `action` in whatever the current masking state is. It is also required for correctness of `callLocal` in PR #180,...

`Data.DocRecords` suggests that the library exists to add documentation to fields of extensible records. The packge.yaml file says instead that it adds hierarchical field names. In either case, there's no...

documentation

If any program in the PATH is called the same as any of the following identifiers, there is some risk that `Data.Conduit.Shell` fails to build as in: ``` shell-conduit $...

If `haskell_binary` or `haskell_test` use the `main_file` attribute and the `modules` attribute, either `main_file` will be ignored or it will produce an error. Since #1740, it is possible to use...

type: bug

I'm trying to get a shell with a cross-compiler and having some difficulties. The documentation on [cross-compilation](https://input-output-hk.github.io/haskell.nix/tutorials/cross-compilation/) says how to build a project with either stack or cabal. I'm aiming...

preserved