Alexandr Evstigneev

Results 269 issues of 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...

CPAN
Enchancement
Cpanminus

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

Bug
Project structure

Should be better performance-wise

Lexer
Enchancement
Performance

If we have a `Makefile.PL` we need to run it with `make` ![image](https://user-images.githubusercontent.com/2811330/224527974-31de631f-6585-42e8-b34a-02d8f1459156.png)

Testing
Execution
Feature
Dist::Zilla

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)

Bug
Debugger

``` 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)?...

Bug
Profiler

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...

Feature
Hosts subsystem
msys2

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. - [...

Enchancement
Version Managers
Terminal

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...

Bug
Type Inference