Fabrizio Ferrai

Results 358 comments of Fabrizio Ferrai

cc @nwolverson @andyarvanitis

@csicar it looks like your first proposal seems good by everyone, so I guess we could proceed to standardize this? 🎉 I guess the next steps would be: - commit...

Good discussion, thanks @nwolverson @csicar :+1: I'll just note that I'm on board with the Spago changes required to make this work (i.e. adding some `--compiler-args` flag and more config...

@nathanielvirgo `spago repl` is just a thin wrapper over `purs repl` - are you able to replicate with just `purs repl`?

Right, sorry for that. This should work properly: `purs repl $(spago sources)`

@nathanielvirgo have you succeeded at testing if this behaviour is due to `spago` or `purs`? I dug into this, and it looks like since `purs` is using the `haskeline` library...

@JordanMartinez I believe this is going to be fixed by your work in #811 right?

@JordanMartinez if we change the `dependencies` from `[PackageName]` to `Set PackageName` then we should be set? https://github.com/purescript/spago/blob/7728ce42a1c66968cce7a72dbb6ab05ea0904d9f/src/Spago/Types.hs#L186-L193