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.
$ time ghc-mod check ok.hs --verbose 7
info: Found no other project type, falling back to plain GHC project
VOMIT: Using the following mapped files:
VOMIT: Initializing GHC session with following options: "-i/home/j/bugs" "-i/home/j/bugs" "-global-package-db" "-user-package-db" "-Wall" "-O0" "-fno-warn-missing-home-modules"
DEBUG: initSession: Session not initialized, creating new one
VOMIT: Using the following targets: "/home/j/bugs/ok.hs"
DEBUG: loadTargets: Loading: ok.hs
DEBUG: loadTargets: filterModSums: False
DEBUG: loadTargets: Loading done
check ok.hs --verbose 7 0.09s user 0.01s system 100% cpu 0.106 total
$ time ghc-mod check bad.hs --verbose 7
info: Found no other project type, falling back to plain GHC project
VOMIT: Using the following mapped files:
VOMIT: Initializing GHC session with following options: "-i/home/j/bugs" "-i/home/j/bugs" "-global-package-db" "-user-package-db" "-Wall" "-O0" "-fno-warn-missing-home-modules"
DEBUG: initSession: Session not initialized, creating new one
VOMIT: Using the following targets: "/home/j/bugs/bad.hs"
DEBUG: loadTargets: Loading: bad.hs
DEBUG: loadTargets: filterModSums: False
check bad.hs --verbose 7 3.68s user 0.04s system 99% cpu 3.722 total
The text was updated successfully, but these errors were encountered:
It's not too bad on the below testcase, but in a larger file (90 lines) ghc-mod takes longer than my patience to terminate.
ghc-mod revision:
f638c0f925459f13cc94644109fb971aaf297947
Testcase
ok.hs
bad.hs
The text was updated successfully, but these errors were encountered: