You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With a multi-project Stack workspace, Stack will ask the following question instead of starting up ghci immediately. This breaks the prompt-matching automation.
* * * * * * * *
The main module to load is ambiguous. Candidates are:
1. Package `app' component exe:app-example with main-is file: /Users/rvion/dev/cogito/app/Main.hs
2. Package `pghs' component exe:pg2hs with main-is file: /Users/rvion/dev/cogito/pghs/Main.hs
You can specify which one to pick by:
* Specifying targets to stack ghci e.g. stack ghci app:exe:app-example
Specify main module to use (press enter to load none): Not loading any main modules, as no valid module selected
* Specifying what the main is e.g. stack ghci --main-is app:exe:app-example
* Choosing from the candidate above [1..2]
* * * * * * * *
With a multi-project Stack workspace, Stack will ask the following question instead of starting up
ghci
immediately. This breaks the prompt-matching automation.ndmitchell/ghcid#57
Implementation outline:
IncrementalReader
will need to be modified to return which pattern it found to delimit a chunk of lines.GhciStdout::initialize
will need to be modified to look for the above prompt as well as theghci
version announcements.From SyncLinear.com | DUX-1292
The text was updated successfully, but these errors were encountered: