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
Use object code for Template Haskell, emit desugarer warnings (haskell/ghcide#836)
* Use object code for TH
* Set target location for TargetFiles
* Fix tests
* hlint
* fix build on 8.10
* fix ghc-lib
* address review comments
* hlint
* better error handling if module headers don't parse
* Always desugar, don't call interactive API functions
* deprioritize desugar when not TH, fix iface handling
* write hie file on save
* more tweaks
* fix tests
* disable desugarer warnings
* use ModGuts for exports map
* don't desugar
* use bytecode
* make HiFileStable early-cutoff
* restore object code
* re-enable desugar
* review comments
* Don't use ModIface for DocMap
* fix docs for the current module
* mark test as broken on windows
0 commit comments