Facundo Domínguez

Results 461 comments of Facundo Domínguez

I gave a look to the code now. The default ghc-pkg is called to obtain the version which is used when naming the packages-.conf folder. Switching the compiler version could...

Hello @bezirg. Thanks for reporting this. Since the error is complaining about a missing C type `SEXPREC`, perhaps the change of R versions requires modifying the includes in Internal.hsc. https://github.com/tweag/HaskellR/blob/afac2e6279cee422d2112c2c5a31d9a35ff54302/inline-r/src/Foreign/R/Internal.hsc#L45-L48...

Sounds good, Noah! Thanks for the update.

> At the moment, I'm not sure if writing these instances will simply involve wrapping the unsafe instances, or if it will require porting the entirety of jvm-streaming to use...

There is an old issue discussing using rows: https://github.com/tweag/sparkle/issues/93 I'm afraid there is not a final way to use them yet. As you learn sparkle, I'm sure you'll find multiple...

I tried it in centos and it seems to work. To produce the following output, I edited `bazel-genfiles/clotestbin-cc-pie.sh` as follows: ``` #!/usr/bin/env bash - set -eu + set -eux tmpdir=$(mktemp...

Sounds good. Do you have any proposals for a fix? We could check if unzip is present and produce a better error message. Is this what you expect?

Clodl uses zip, the same as jars. But we never use clodl to build a jar. At least sparkle creates the jars using java_library, not clodl. @guibou if you need...

This is probably fixed by updating the rules_haskell version to use.

The one that ci uses I'm afraid. 0.13 or something like that.