flip111

Results 333 comments of flip111

We need this auto-upgrade the yaml file to camel case and then it's good to go

I intend to but since I'm no longer on Christmas break it will be slower now to get to it. Feel free to take over if you have motivation, otherwise...

Is it an idea to upgrade to optparse 6 first? I can't reproduce this with an example project. Any idea what could be wrong? ```purescript module Main where import Prelude...

It's not clear because of `file` in `outfile` and `ARG` which is generic name for an argument. An example where it's done well is with `--output DIR The output directory...

There are plenty of tools that either ask if you want to overwrite and/or have special flags to force overwrite. They ask to prevent user error.

That's not what i am suggesting. It would overwrite automatically without flag when it detects `// generated by spago`

I'm not a fan of ttd i rather write the patch first if i go ahead with this. Should `Fetch.run` called multiple times for each dependency or can i pass...

Can the registry be queried as to what is the latest version of a package?

As new versions get added to the registry, the solver might resolve to something else. I expect the test to start breaking.

In #1110 i don't think it was relevant that an outdated package `0.4.1` was available in the cache. The problem should just reproduce when removing any package from the cache...