-
-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
not committing on test run #32
Comments
FYI, I decided to see if there was some sort of funky caching issue caused by either my IDE upgrade or the plugin upgrade. I unchecked the "Enable" box in the screen shot, click "Apply" then checked it and clicked "Apply" again. The problem is now gone. I ran tests several times before doing that and it refused to commit, then I ran tests after that and it committed. I'll leave it open so the devs can determine if they want to look into fixing it, or have theories on what could cause that. |
Thanks a lot for reporting the problem! Just to be sure, I assume you're using plugin version 0.3.9. Issue #30 might be related but it was about plugin version 0.3.8 not working in EAP because of IJ API changes. It might also be related #28 but if you didn't get an error in IDE, then maybe not. |
I would think so, as I was already past the version of IDEA that 0.3.8 was working on. Plus, I have a normal practice of verifying what version I'm running, that it's up to date, etc, before I file any bugs for projects. And since I mentioned "#30", I can't imagine having not checked that, that would be very outside my normal practice. In either case, I can't completely confirm now as I've moved on to using a Mac, so everything is new now. :D |
@dkandalov Have you considered asking IntelliJ folks to take over? I feel like this is a really crucial plugin, it should come with IDEA by default. :D |
For documentation purposes: I had the same issue with IntelliJ 2021.2.3 Ultimate and Limited WIP 0.3.10 on macOS 12.0.1 with the following error in the log:
For whatever reason IntelliJ didn't see the "new" version (0.3.13) of the Limited WIP plugin so I had to uninstall and install the plugin. Et voilà, committing on green works fine. Thanks for the great work. We had a lot of fun with TCR at the GDCR2021 in Vienna! |
I'm on 2019.3 and it's not committing when I run tests. Could the fix for #30 have caused this?
The text was updated successfully, but these errors were encountered: