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
IDE backend tests
GHC 7.4.2
Compilation
Reject a program requiring -XNamedFieldPuns, then set the option: OK (28.47s)
GHC 7.8.3
Compilation
Reject a program requiring -XNamedFieldPuns, then set the option: OK (88.26s)
No idea why this is happening (or if it's even an issue with ide-backend or whether this is entirely a GHC problem). It seems an awful long time to compile this however. Running with --no-exe reduces the times dramatically and also brings them closer together, although still almost a factor 2 in the difference:
IDE backend tests
GHC 7.4.2
Compilation
Reject a program requiring -XNamedFieldPuns, then set the option: OK (3.34s)
GHC 7.8.3
Compilation
Reject a program requiring -XNamedFieldPuns, then set the option: OK (5.04s)
The text was updated successfully, but these errors were encountered:
Consider
No idea why this is happening (or if it's even an issue with
ide-backend
or whether this is entirely a GHC problem). It seems an awful long time to compile this however. Running with--no-exe
reduces the times dramatically and also brings them closer together, although still almost a factor 2 in the difference:The text was updated successfully, but these errors were encountered: