Alexandr Evstigneev
Alexandr Evstigneev
We are now basically ask for command line arguments and may specify `--notest` in there, but it would be better if we had a checkbox (enabled by default) to skip...
Currently we are marking in any project, even if perl is disabled. And there is no way to override this. we MUST be 100% sure
Should be better performance-wise
If we have a `Makefile.PL` we need to run it with `make` 
see runToCursorTest After fixing Camelcade/Devel-Camelcadedb#61 this happens not so often, but still See linux docker logs from [logs_1122.zip](https://github.com/Camelcade/Perl5-IDEA/files/10947988/logs_1122.zip)
``` Leaking threads dump:? "AsyncPanelWithEmptyText" (alive) TIMED_WAITING? at java.base/jdk.internal.misc.Unsafe.park(Native Method)? at java.base/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:410)? at com.intellij.openapi.progress.impl.CoreProgressManager.sleepIfNeededToGivePriorityToAnotherThread(CoreProgressManager.java:839)? at com.intellij.openapi.progress.impl.ProgressManagerImpl.runCheckCanceledHooks(ProgressManagerImpl.java:191)? at com.intellij.openapi.progress.impl.CoreProgressManager.doCheckCanceled(CoreProgressManager.java:145)? at com.intellij.openapi.progress.ProgressManager.checkCanceled(ProgressManager.java:227)? at com.intellij.profiler.model.CalleesListModelBuilder.collectCallees(CalleesListModelBuilder.kt:37)? at com.intellij.profiler.model.CalleesListModelBuilder.calleesList(CalleesListModelBuilder.kt:26)? at com.intellij.profiler.model.CalleesListModelBuilder.calleesList(CalleesListModelBuilder.kt:17)? at com.intellij.profiler.model.BaseRichCallTreeModel.allCalleesList(RichCallTreeModel.kt:367)? at com.intellij.profiler.ui.MainMethodsListComponent$update$1.invoke(MainMethodsListComponent.kt:81)?...
strawberry perl looks abandoned since 5.32.1 (2 years already). There is some activity, but unclear where to. Process seems really complicated. Probably worth investigating how ruby does this. `msys2` has...
Continuation of #2584 - [ ] pass path to VM from the IDE in case it is in unusual place. Currently user may edit starter and change location. - [...
Discovered while fixing #2568 ``` if( $a ){ @arrayA = qw/A1 A2/; @arrayB = qw/B1 B2 B3/; } else{ @arrayA = qw/C1 C2 C3/; @arrayB = qw/D1 D2/; } @array...