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
I'm using the --before-startup-shell hpack technique, but if i fumble the package.yaml edit, the whole ghciwatch process dies. ideally it'd just wait for another edit to trigger a reload.
List alternatives to the feature and their pros and cons
I could do something like hpack; true as the argument, but then it'd load the ghci session using the old cabal file and I wouldn't necessarily notice the problem.
Additional context
It's annoying to have to keep restarting the process when I fumble an edit.
The text was updated successfully, but these errors were encountered:
Describe the feature you’d like to be implemented
I'm using the
--before-startup-shell hpack
technique, but if i fumble the package.yaml edit, the whole ghciwatch process dies. ideally it'd just wait for another edit to trigger a reload.List alternatives to the feature and their pros and cons
I could do something like
hpack; true
as the argument, but then it'd load the ghci session using the old cabal file and I wouldn't necessarily notice the problem.Additional context
It's annoying to have to keep restarting the process when I fumble an edit.
The text was updated successfully, but these errors were encountered: