Fabrizio Ferrai

Results 358 comments of Fabrizio Ferrai

This will likely be fixed properly once the new Registry is deployed, so most of my focus is going to be on moving that forward rather than trying to find...

Thanks for taking a look at this @JordanMartinez! I have a few thoughts on this (that I hope won't shuffle much the implementation work you already started) :blush: I originally...

Thank you for the great discussion here! I'll try to summarize here my wishes for how this should look like: - I agree with Jordan's approach of using Dhall's features...

Thanks for putting this together @JordanMartinez! Since that replaces #815 I'll go ahead and close that one. As I mentioned there I'd like to take a stance on this once...

Thanks for reporting @yuanwang-wf! This is a bug, and I suspect it's due to us changing the way we invoke programs. Could you provide a complete log of what happens...

@yuanwang-wf we used to have a mix of `shell` and `proc` before, so this is a good candidate for a regression. Have you tried patching in `shell` in place for...

Can you open a pull request with the patch? So that we can have CI run for all OSs and we can see if there are any regressions anywhere

I approved the workflow and CI passes so I think the patch is good - I now wonder if we're able to write a test that fails with the current...

@stkb great catch! And yeah I agree with your analysis, we could either detect the `--output` in the args being passed to purs, or if this is too tricky we...

Yes! These days we even [sort-of-detect when the `--output` option is provided as a purs arg](https://github.com/purescript/spago/blob/3527bb4f555a95342c37b02733d9fdafafcb7a8f/src/Spago/Command/Path.hs#L36), so we could: - add a `output` flag to spago itself - detect when...