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
{{ message }}
This repository has been archived by the owner on Apr 25, 2020. It is now read-only.
Looking at the code, there seems to be no way to tell ghc-modi to type a file with spaces in its name -- the command parser uses words, which considers all spaces as parameter separators, escaped or otherwise.
The text was updated successfully, but these errors were encountered:
I'm sorry, but how exactly does this help with "type file with spaces.hs 93 11"? splitN 3 will just split it into ["file","with","spaces.hs 93 11"], which is not helpful at all.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Looking at the code, there seems to be no way to tell ghc-modi to
type
a file with spaces in its name -- the command parser useswords
, which considers all spaces as parameter separators, escaped or otherwise.The text was updated successfully, but these errors were encountered: