Alexandr Evstigneev

Results 295 comments of Alexandr Evstigneev

I'm not sure I'll be able to fix this. Technically it's doable, but this is a too tricky and requires introducing some breakpoints processing we don't have and don't need...

Have you deparsed XSubs?

Is `IO::Handle::printf` there? Try to specify type of `$file` explicitly with annotation and see if it helps.

Most likely this plugin won't be updated anymore.

@donv we've not decided yet what to do with it.

Here are two working ways to install pre-2.4 rubies on MacOs: ``` # using rvm pkg install (deprecated) rvm pkg install openssl rvm install 2.3.0 --with-openssl-dir=$HOME/.rvm/usr # alternative using rbenv...