Alexandr Evstigneev
Alexandr Evstigneev
This is from the rubymine integration tests. we are running last versions for 9.3 and 9.4. And tests instability for unclear reasons is pain :(
I can try to revert my hotfix for this and see. Should it now work properly with 2.5.0 or should I wait for the next version?
Will be able to check this on the weekend, thank you.
I would also recommend to run `all tests` configuration (require some local setup though), now we have ``` 2024-09-04T07:05:47.4238555Z Caused by: java.lang.NullPointerException: Cannot invoke "com.intellij.psi.PsiElement.getText()" because the return value of...
god, i can't look at my own code without tears after 7 years. but this is probably a good thing.
This sample works without parsing errors, but actually it is parsed incorrectly. ``` use v5.10; say
No rerproduction
> Is ignoring IntelliJ settings the common practice? I'd rather fix outdated stuff in the .idea folder. And actually, I just did that, see the current master. WDYT? Yes, if...
@hsz we probably need your help here. One of the problem is that for proper introspection, we need to have classfiles from the platform and plugin in the classpaths. And...
tried to extract some stuff to a separate module to change the build graph and this is a real pain. May be would be easier for maintainers to add an...