Erik de Castro Lopo
Erik de Castro Lopo
`mafia clean` cleans the build artifacts from the current project (much like `cabal clean` does). I think making it also clean all the build artefacts for the required libraries would...
The way we currently do it is with git: ``` mkdir -p lib git submodule add lib/whatever https://github.com/someone/whatever ``` and it should just all work.
Spoke to @jystic about this at lunch. He's not (yet) convinced this is a good idea. The Pros: * The `submodule` command will be listed in the mafia help output...
Indeed it does. Curious!
> explicitly ignoring anything to do with cabal It doesn't ignore *everything* to do with cabal. For instance, it uses the local cabal sandbox. The `ghci` command only exists to...
My main use of `mafia ghci` is try out experimental code that is related to the current project, but may or may not end up in the current project. If...
@olorin This is just a WIP. I think we probably need to collect file sizes as well and if the file sizes are small enough using multiple `downloadSingle` and for...
Might make sense to fix recursiveUpload first. More obvious how to do that.
When this does the right/smart thing, would we still want an option to specify the parallelism? If not it seems a bit weird to add it for now only to...