Skip to content

Conversation

@hurricup
Copy link
Contributor

@hurricup hurricup commented May 24, 2019

Helps with --user-install on system ruby
https://youtrack.jetbrains.com/issue/RUBY-20930

Helps with --user-install on system ruby
@@ -1,3 +1,4 @@
install_dir = File.expand_path("../../../..", __FILE__)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What should ../../../.. denote?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be great to add this as a comment for the further maintainers :)

ext/mkrf_conf.rb Outdated
begin
puts "Installing base gem"
inst = Gem::DependencyInstaller.new :prerelease => dep.prerelease?
inst = Gem::DependencyInstaller.new :prerelease => dep.prerelease?, :install_dir => install_dir
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since we're here, could you please align code style in lines you've changed? One uses parentheses, while the other does not

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, just it looks weird so I think it's better to fix such inconsistencies

@valich valich merged commit d051a4d into ruby-debug:master Jun 7, 2019
@valich
Copy link
Contributor

valich commented Jun 7, 2019

Thank you! Merged.

viuginick1 pushed a commit to viuginick1/ruby-debug-ide that referenced this pull request Nov 1, 2019
…g#172)

* Install dependencies into the same root as debugger itself

Helps with --user-install on system ruby
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants