Results 67 issues of Cary Robbins

Currently, the stack builder can be a little inefficient. In order to get absolute paths to the source locations of errors, we must run `stack build .` in each package...

enhancement
stack
performance
building

I've tried VisualVM in the past, but it only seemed to work during unit tests since it would slow the IDE down so much it was unusable. However, I just...

performance

It looks like the JDK6 builds are failing in CI due to a mysterious error - https://travis-ci.org/carymrobbins/intellij-haskforce/jobs/107356422 > [junit] Testcase: com.haskforce.HaskellTestCase:testInternalLexer: Caused an ERROR > [junit] Forked Java VM exited...

parser
ci

``` 2016-02-10 02:58:47,455 [40973998] ERROR - aemon.impl.PassExecutorService - IntelliJ IDEA 15.0.1 Build #IU-143.382.35 2016-02-10 02:58:47,455 [40973998] ERROR - aemon.impl.PassExecutorService - JDK: 1.8.0_60 2016-02-10 02:58:47,455 [40973998] ERROR - aemon.impl.PassExecutorService - VM:...

bug
reference / resolve

``` 2016-02-10 15:18:08,096 [3452729] INFO - figurations.GeneralCommandLine - Cannot start process, the working directory '/run/current-system/sw/bin/stack' is not a directory com.intellij.execution.ExecutionException: Cannot start process, the working directory '/run/current-system/sw/bin/stack' is not a...

bug
configuration

We need to refactor the GhcMod(i) classes and their usages to use some DI so we can easily plug in the appropriate tools for the features they provides, e.g. TypeInfoProvider,...

internal refactor
ghc-mod

We poll the file system for one minute to see if a `stack.yaml` was created, but on CI this fails. We may prefer to find a better way to test...

internal testing
ci

The **Project Structure** setting **Project compiler output** is ignored. Making the project always build to `dist/`.

bug
stack
cabal
building

I'm pretty sure the problem here either lies in `HaskellParserUtilBase.stateHackMess` or `HaskellParserWrapper.increaseRbraceDebt`. I'm having trouble deciphering the logic in those methods. The line `runGhcModT' :: IOish m ...` is being...

bug
parser

Pull request #87 implemented code style settings; however, we need a formatter so the code sample will update the indents accordingly. This may also resolve #80 for auto-indent support. Here's...

enhancement
editor