Cary Robbins
Cary Robbins
Not currently, but I'm certainly open to the idea. One thing you can do is use IntelliJ's built-in terminal and open a cabal repl there. I know this isn't anywhere...
Yeah, the packages can certainly be organized a bit better. Although, regarding GHCi integration, not much needs to change. Recall the discussion in issue #289. We just need to provide...
I've grown to really enjoy the Scala plugin's "worksheet" mode. It's like a repl, but you just edit a source file and have the expressions evaluated in a separate pane....
It would certainly be possible to implement an intention to do this. In fact, I believe `ghc-mod` supports case splitting to some degree. If someone is interested in helping to...
Luckily, we don't really have to mess with this when it comes to stack.
It seems that this actually affects both JDKs; albeit, somewhat intermittently. The culprit appears to be that the `HaskellLexerTest.testInternalLexer` test is causing travis to run out of memory, so I'll...
The issue upstream has been resolved, so a more efficient builder can now be implemented.
Yeah, I think just doing `stack build` for any request to build is probably "good enough" for now. We'd just want to confirm that it properly outputs absolute paths to...
Might be a good idea, but maybe we can hold off on this until we get GHCi integration (#289) going, since that should require virtually no configuration.
Excellent summary @bmjames! It seems that in some cases we actually _shouldn't_ use the platform-specific newline character, and this may also include the file separator. For instance, I resolved some...