| Age | Commit message (Collapse) | Author |
|
Apparently old versions of MacOS would set `GEM_HOME` to a `/System`
folder, and trying to create a file there raises `Errno::EROFS`.
We ignore the error. Any permission issues should be better handled
further down the line.
https://github.com/rubygems/rubygems/commit/ef90c071d0
|
|
This kind of error can happen when setting `GEM_HOME` to a path
under MacOS System Integrity Protection.
We ignore the error. Any permission issues should be better handled
further down the line.
https://github.com/rubygems/rubygems/commit/174cb66863
|
|
|
|
Restores doc for the methods that were cited in https://bugs.ruby-lang.org/issues/18765.
Notes:
Merged-By: BurdetteLamar <BurdetteLamar@Yahoo.com>
|
|
https://github.com/rubygems/rubygems/commit/a7f81cc7ee
|
|
It's already done before.
https://github.com/rubygems/rubygems/commit/49d28cfde5
|
|
configured
https://github.com/rubygems/rubygems/commit/9f3b21192d
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/5419
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/5419
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/5419
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/5419
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/5419
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/5419
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/5419
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/5419
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/5419
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/5419
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/5955
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/5957
|
|
|
|
rb_class_get_superclass returns the immediate SUPER, including T_ICLASS.
rb_ivar_lookup isn't implemented for T_ICLASS so it uses the default
behaviour, which always returns Qnil.
This commit avoids checking T_ICLASS for ivars.
Notes:
Merged: https://github.com/ruby/ruby/pull/5663
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/5962
Merged-By: nobu <nobu@ruby-lang.org>
|
|
removed
Instead of guessing on the culprit.
We actually have a helper, `Bundler.rm_rf`, with exactly the behavior
that we want:
* Allow the passed folder to not exist.
* No exception swallowing other than that.
https://github.com/rubygems/rubygems/commit/5fa3e6f04a
|
|
Follow up of https://github.com/ruby/ruby/pull/5927
`pthread_threadid_np()` is not even be declared in outdated SDKs.
Also, the `__API_AVAILABLE` macro does not work on gcc, which does not
support the [availability] attribute of clang, so an additional weak
symbol declaration is required to check for weakly linked symbols.
[availability]: https://clang.llvm.org/docs/AttributeReference.html#availability
|
|
|
|
This reverts commit 2f5edfa47d06c9605a5a0aa3ad72d7fef4d44fa3.
|
|
Notes:
Merged-By: k0kubun <takashikkbn@gmail.com>
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/5932
|
|
Notes:
Merged-By: jhawthorn <john@hawthorn.email>
|
|
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/5948
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/5950
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/5937
|
|
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/5947
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/5945
|
|
|
|
(https://github.com/ruby/fileutils/pull/76)
https://github.com/ruby/fileutils/commit/27a3c376c7
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/5941
|
|
https://github.com/ruby/timeout/commit/f3a31abdfb
|
|
|
|
https://github.com/ruby/timeout/commit/5153ae9cad
|
|
https://github.com/ruby/timeout/commit/01c44b591f
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/5940
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/5940
|
|
|
|
https://github.com/ruby/timeout/commit/9a9b03b44c
|
|
|
|
|
|
https://github.com/ruby/timeout/commit/f69f954a94
|