Replies: 1 comment 5 replies
-
Hi there, I develop IdeaVim on MacOs. Also, there are currently some issues with the IJ EAP, so it makes sense to change line 104 of |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Greetings!
I'd like to start helping add plugin emulations to the ideavim plugin.
After forking and cloning to my machine, if I try to run the tests (using the IDEA run configuration
IdeaVim tests
), I end up witha failure report that indicates 260 failures out of 457 tests. Most if not all of them appear to be:
java.lang.NoClassDefFoundError: Could not initialize class org.jetbrains.plugins.ideavim.VimTestCase
Running the full verification IDEA run config shows 2 errors, and it looks like it's indicating a bunch of lint failures. A command-line
./gradlew build
shows the same two sets of lint errors, but does not appear to fail otherwise.Running
./gradlew test
shows:2866 tests completed, 2669 failed
Most if not all of these appear to be:
java.nio.file.FileSystemException: /private/var/folders/ls/vd4q6fms761_nwwpz43n_8xm0000gn/T/unitTest__simple_action_25bxvoGfbZUYZz5xk5Z0QxP1Mk8/unitTest__unregister [[... lots more here... ]]: File name too long
I'm running on MacOS (Big Sur) and in IDEA 2021.2.3 (Ultimate Edition), with open JDK 17 specified as the JDK.
Do I need to be on Ubuntu or some other OS to succeed with this?
I searched in the Discussions here, as well as elsewhere, but haven't seen anything yet. Any additional suggestions are welcome. Sorry if this is obvious.
Many thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions