Fabrizio Ferrai
                                            Fabrizio Ferrai
                                        
                                    Spago does not emit an error when bundling an app's main module that does not have a `main` function
Thank you!
Spago does not emit an error when bundling an app's main module that does not have a `main` function
I'm removing the "blocked" label because a good first take at this (i.e. solving 90% of the problem) would be literally grepping the file searching for the string "`main =`"
Spago does not emit an error when bundling an app's main module that does not have a `main` function
@samhh `bundle` was replaced by `bundle-app` in the meantime. The updated repro is: ``` mkdir explore-bundle-no-main cd explore-bundle-no-main spago init echo "module Main where" > src/Main.purs spago bundle-app node index.js...
Spago does not emit an error when bundling an app's main module that does not have a `main` function
@Cmdv I'm so sorry I missed your comment! Every once in a while some notification slips through, apologies. Also feel free to ping me in the future. The patch should...
I was thinking it would be cool to have both `spago graph modules` and `spago graph packages` - we should already have all the functionality for this
Update: it looks something is up with the Windows tests
@elliotdavies yes, we can `case` on the OS, as we do already e.g. here: https://github.com/spacchetti/spago/blob/a4679880402ead320f8be2f091b25d30e27b62df/src/Spago/Bower.hs#L142-L146
The output you see is from the compiler itself, I'll move this issue there
> On second thought, if `--quiet` is needed for workflows where you really don't want any Spago output leaking through, then I understand why logging would just be disabled in...
We don't have a `publish` command yet. So this issue should be tracking the addition of a `publish` command. This command would: 1. get the latest tag committed in the...