Cary Robbins
Cary Robbins
The commit f793fec0741191e34905da8e306f41785b0522c1 introduced a bug in the external builder (#282). I've reverted this commit to resolve the issue. Reopening this issue to revisit at a later time.
> how complex do you think implementing GHCI integration be? It'll be pretty complex, but doesn't really require major changes to existing code. We'd probably want some sort of `GHCi`...
@LeanderK - For sure! I've been extremely busy lately, but hopefully I'll have a chance to start this before your exams are done. Good luck!
I feel like #185 and #187 are heavily related. These might even be able to be merged into one issue.
Wow, that's great! There totally are a bunch of missing JavaDocs, so that'll be great. **BrowseItem** The `BrowseItem` is used to represent items returned from ghc-mod when browsing a module....
@rodlogic - Does the editor still go haywire on you? Unfortunately, I haven't been able to reproduce that particular symptom; however, the lexer error definitely appears. It seems like it...
**Technical note** - You can use the `%debug` option to have the lexer spit out debugging info to the console. See the JFlex manual for more info - http://jflex.de/manual.html#Standalone
@rodlogic - It seems that maybe the IntelliJ-forked version of JFlex doesn't generate this main function, which makes sense since IntelliJ hooks into it differently (I was looking for the...
Here's another stack trace which seems a little different - ``` Error while indexing /home/crobbins/projects/intellij-haskforce/tests/gold/parser/Hello00003.hs To reindex this file IDEA has to be restarted java.lang.IndexOutOfBoundsException at java.nio.Buffer.checkIndex(Buffer.java:546) at java.nio.CharBuffer.charAt(CharBuffer.java:1278) at...
I just uncovered something while looking at an [issue on YouTrack](https://youtrack.jetbrains.com/issue/IDEA-123914#comment=27-719572) - > It sounds like there's something wrong with the lexer. There are some subtleties with it, not obvious...