Alexandr Evstigneev
Alexandr Evstigneev
See https://github.com/postmodern/chruby/blob/master/share/chruby/chruby.sh#L43 Setting `RUBYOPT` may affect (and fail) ruby introspection. E.g. if you are using something like `-r mysomefile` and file is available only in target ruby
Atm profiler provides namespace and line number information for implicit or explicit `BEGIN` blocks. But same namespace may present in different files with same line numbers. This causes some troubles...
Would be nice to be able to use a badge for the github, like from travis. With test matrix packed to the image. Like cell->pixel or smth. With the link...
Available since gradle plugin 1.7.0-SNAPSHOT See: https://gist.github.com/karollewandowski/760f03af326d182aaf2eb89e93f03640#file-build-gradle-kts-L44-L56
[>](https://github.com/Camelcade/Perl5-IDEA/issues/2714) Reference: https://perldoc.perl.org/perl5360delta.html - [x] add 5.36 version (includes `use warnings`) - [x] `signatures` are no longer experimental - [x] `isa` is no longer experimental - [x] `indirect` disabled, no...
Feels like this was not an issue before. In 213 test takes around 3 secs and real test is here:  In 221 test takes 22 secs and takes almost...
Mutating elements of `@_` causes [mutating of passed parameters](https://perldoc.perl.org/perlsub#DESCRIPTION) and fails if passed parameter is RO. Inspection should show such problems. Example illustrating the issue: ```perl use strict; use warnings...
It seems that they were implemented incorrectly. - Handlers should only provide non-referenced targets, referenced should be supplied by the platform - We should probably have different handlers for different...