Alexandr Evstigneev

Results 269 issues of Alexandr Evstigneev

Allows to execute arbitrary command in the context of selected ruby. Fixes #865

Not sure how this happened, but ``` user@unit-540:~$ ruby -rrbconfig -e 'puts RbConfig::CONFIG["MAKEDIRS"]' /usr/bin/mkdir -p user@unit-540:~$ which mkdir /bin/mkdir ```

binary
bug

## What problems are you experiencing? Only one registry entry may present when 32 and 64 bit rubies are installed ## Steps to reproduce 1. Install ruby 2.7 64 bit....

According to recent sigs update: https://github.com/ruby/rbs/blob/master/sig/polyfill.rbs#L31 some keywords may be used as identifiers. IRR it was not possible in the old lexer/parser. Is there some official position on this and...

What is expected: ``` $ rails c Running via Spring preloader in process 24625 Loading development environment (Rails 4.2.11) 2.4.5 :001 > 2.4.5 :002 > 2.4.5 :003 > exit $...

Asdf and ruby plugin the most recent version. To reproduce: 1. Install ruby 2.6.8 2. Run console 3. Switch to ruby 2.6.8: `asdf shell ruby 2.6.8` 4. Create a `Gemfile`:...

The problem is in https://github.com/asdf-vm/asdf-ruby/blob/master/rubygems-plugin/rubygems_plugin.rb script. Namely, you are using `asdf reshim ruby #{RUBY_VERSION} bin/#{executable}` and this is incorrect for jruby, because `RUBY_VERSION` returns equal mri ruby version. E.g. for...

If I select particular version of the module, I expect install instructions will change accordingly. Currently install instructions are for default version

IRR currently berrybrew runs perl process and proxies output. But this may be tricky, have side-effects with buffering and pty. It probably should work like other version managers do: configure...

Need to investigate all of them and check if they are compatible.

Feature