| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Look up language module with `MakeMakefile.[]`, insted of a
accessing constant under that module directly, to get rid of
expose the constant to the toplevel inadvertently.
|
|
It is exposed to the topleven namespace via included MakeMakefile.
|
|
|
|
|
|
7340: Fix bundle clean issue r=deivid-rodriguez a=deivid-rodriguez
### What was the end-user problem that led to this PR?
The problem was that `bundle clean` is crashing under some conditions.
### What was your diagnosis of the problem?
My diagnosis was that sometimes (when the bundle includes git sourced gems with extensions), it assumes that some paths exist, but they don't.
### What is your fix for the problem, implemented in this PR?
My fix is to ignore those paths.
### Why did you choose this fix out of the possible options?
I chose this fix because it fixes the issue.
Fixes #7338.
Co-authored-by: David Rodríguez <deivid.rodriguez@riseup.net>
(cherry picked from commit b007fde67c77c1f15f13b97eda186644c2a2be04)
https://github.com/bundler/bundler/commit/3766053507
|
|
It was suggested a deprecated command as a fix.
https://github.com/bundler/bundler/commit/e330a9a34f
|
|
https://github.com/bundler/bundler/commit/6e9774b377
|
|
This reverts commit 3dc509e645abb497e4dc92a7c42be471ff87db0b.
https://github.com/bundler/bundler/commit/b5766564fb
|
|
This reverts commit 00b095b98fe4bd44950beaf3bc9f1d91eac7b69e.
https://github.com/bundler/bundler/commit/e93bce3b20
|
|
This reverts commit 52c5a0eedec34b5d86464b3cf135dc2002486f1d.
https://github.com/bundler/bundler/commit/b4cc36deb9
|
|
This reverts commit 3a2d2f025081755bdb38af660897e7b2f749a33a.
https://github.com/bundler/bundler/commit/13cef81582
|
|
https://github.com/bundler/bundler/commit/a86b49f1b9
|
|
To not mention that the flag is remembered when it's not.
https://github.com/bundler/bundler/commit/82f0b95854
|
|
https://github.com/bundler/bundler/commit/0a0e7cf5ec
|
|
Enable `Ctrl+Y`, which is bound with it by default on BSD-like
systems, for editing.
|
|
|
|
|
|
|
|
|
|
This reverts commit 805b0a481132938638dbd32830cf5dca3910efb1.
|
|
This reverts commit 685f12bbca50ff9b7a16b3016b3b8b3f2ac8b796.
|
|
This reverts commit 6d9e54816f828983bcf383ce6fce287bd3ca05b9.
|
|
|
|
|
|
|
|
This raised a NameError before.
Notes:
Merged: https://github.com/ruby/ruby/pull/2438
|
|
|
|
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/2432
|
|
The first time SortedSet#initialize is called, it overwrites
itself, then recalls #initialize, which results in calling the
subclass's initialize, not the current initialize.
Just inline the default initialize behavior to avoid this issue.
No test for this as it can only be triggered the very first time
that SortedSet#initialize is called.
Fixes [Bug #15830]
|
|
https://github.com/rubygems/rubygems/commit/d4fc383497
|
|
https://github.com/rubygems/rubygems/commit/95c1f4e179
|
|
https://github.com/rubygems/rubygems/commit/f5972338e0
|
|
https://github.com/rubygems/rubygems/commit/d1bb122651
|
|
is specified
https://github.com/rubygems/rubygems/commit/547947bbf0
|
|
https://github.com/rubygems/rubygems/commit/ab186266b7
|
|
https://github.com/rubygems/rubygems/commit/dc70c5a192
|
|
https://github.com/rubygems/rubygems/commit/4ba4ffebbe
|
|
https://github.com/rubygems/rubygems/commit/a16eacd650
|
|
Instead, display an informative message saying that uninstallation of
specific versions is being skipped because of being default gems.
https://github.com/rubygems/rubygems/commit/b44845aa1d
|
|
instance
https://github.com/rubygems/rubygems/commit/9a401646e1
|
|
https://github.com/rubygems/rubygems/commit/fc224e9717
|
|
Patch by darkphnx (Dan Wentworth) . Thanks!
[Feature #15964]
|
|
|
|
|
|
|