Haskell plugin for IntelliJ IDEA Community Edition
People
Repo info
Activity
Imran Settuba
@sImttuba_gitlab
Yep. But the project doesn’t load them to the plugiin. I ‘ve never came across that
Cary Robbins
@carymrobbins
Seems odd that this happens to you with ./gradlew as well
Imran Settuba
@sImttuba_gitlab
Here it fails with a undiscovered java version
I try to reimport the project
I think I found the error
the gradle wrapper is supper old
Cary Robbins
@carymrobbins
We could update that in the same PR I'm sure
Imran Settuba
@sImttuba_gitlab
yes updating the wrapper worked now I see the API's
Cary Robbins
@carymrobbins
awesome!
Imran Settuba
@sImttuba_gitlab
I fixed the cache, but still having the lexer error. Probably someone with more knowledge about the gramma may check that later.
Cary Robbins
@carymrobbins
those tests are flaky in some cases, i think when run from intellij, maybe they work better when doing ./gradlew test. Something about the OS and unicode. Either way, if they pass on CI I'm good with it regardless of if they pass locally.
Imran Settuba
@sImttuba_gitlab
Ok. I think CI will only kick in, when the branch targets master. But feel free to leave a review, when you have time
Cary Robbins
@carymrobbins
Will do, thanks Imran!
Cary Robbins
@carymrobbins
Looks great, I'm going to push up another commit to make just a few modifications. Running the test suite now, then will try out the IDE and make sure everything still works.
Imran Settuba
@sImttuba_gitlab
Nice :)
Cary Robbins
@carymrobbins
@sImttuba_gitlab I went ahead and merged your branch. I need to do more testing, should hopefully get that done and get a release out over the weekend. In the meantime, building my branch idea-2020.1 with ./gradlew assemble can get you an installable HaskForce plugin zip.