Fabrizio Ferrai

Results 358 comments of Fabrizio Ferrai

Hi @alexhumphreys! The development of `dhall-json` has moved to [`dhall-haskell`](https://github.com/dhall-lang/dhall-haskell), so maybe we could move that issue there. This said, I believe you are right and this is currently not...

I think an interesting question at this point is: can we provide something more than what `Generic` can do if we have `Debug` derived on the compiler side? If yes,...

I have been annoyed at Rust for having to add a Debug instance for just printing stuff out, so I would love an automagic deriving of this. Though it might...

We use temporary directories to clone things into (so that they are ephemeral if things go wrong and we have to abort things mid-flight), and that seems to be quite...

We encountered all of these when putting together the Scheme backend, and while we just worked around them for the sake of getting things done, I'm very much in favour...

Thanks for the report! We're in the middle of a rewrite, where we're going through all the flags and pruning some of the things. Will make sure to address this!

Now that we ship Dhall in `spago` this should not be needed anymore right?

Good question - does the `--source-maps` flag work for you?

> We never ended up releasing a 0.14.9 package set. Is there a way to associate 0.14.9 with the latest 0.14.7 package sets as far as Spago is concerned? Uhm,...

Right, I think the docs are outdated here and the `purs` flag just doesn't work anymore. As of the latest version (`0.20.8`) when you bundle with the `--source-maps` flag in...