| Age | Commit message (Collapse) | Author |
|
This is tentative. For the sake of simplicity we partially revert
commits e9cb552ec96, ee85a6e72b and 51edb300425. Will decouple them
once again when we are ready.
Notes:
Merged: https://github.com/ruby/ruby/pull/2711
|
|
One day, I could not resist the way it was written. I finally started
to make the code clean. This changeset is the beginning of a series of
housekeeping commits. It is a simple refactoring; split internal.h into
files, so that we can divide and concur in the upcoming commits. No
lines of codes are either added or removed, except the obvious file
headers/footers. The generated binary is identical to the one before.
Notes:
Merged: https://github.com/ruby/ruby/pull/2711
|
|
Include what is necessary.
Notes:
Merged: https://github.com/ruby/ruby/pull/2711
|
|
|
|
|
|
|
|
https://github.com/ruby/reline/commit/b41024e317
|
|
|
|
|
|
|
|
This require causes circular require.
```
$ touch empty_file
$ RUBYGEMS_GEMDEPS=empty_file ./local/bin/ruby -w -e ''
/home/mame/work/ruby/local/lib/ruby/2.7.0/rubygems/core_ext/kernel_require.rb:92: warning: /home/mame/work/ruby/local/lib/ruby/2.7.0/rubygems/core_ext/kernel_require.rb:92: warning: loading in progress, circular require considered harmful - /home/mame/work/ruby/local/lib/ruby/2.7.0/rubygems.rb
from <internal:gem_prelude>:1:in `<internal:gem_prelude>'
from <internal:gem_prelude>:1:in `require'
from /home/mame/work/ruby/local/lib/ruby/2.7.0/rubygems.rb:1417:in `<top (required)>'
from /home/mame/work/ruby/local/lib/ruby/2.7.0/rubygems.rb:1203:in `use_gemdeps'
from /home/mame/work/ruby/local/lib/ruby/2.7.0/rubygems/user_interaction.rb:47:in `use_ui'
from /home/mame/work/ruby/local/lib/ruby/2.7.0/rubygems.rb:1204:in `block in use_gemdeps'
from /home/mame/work/ruby/local/lib/ruby/2.7.0/rubygems/core_ext/kernel_require.rb:92:in `require'
from /home/mame/work/ruby/local/lib/ruby/2.7.0/rubygems/core_ext/kernel_require.rb:92:in `require'
from /home/mame/work/ruby/local/lib/ruby/2.7.0/bundler.rb:11:in `<top (required)>'
from /home/mame/work/ruby/local/lib/ruby/2.7.0/bundler.rb:11:in `require_relative'
from /home/mame/work/ruby/local/lib/ruby/2.7.0/bundler/rubygems_integration.rb:3:in `<top (required)>'
from /home/mame/work/ruby/local/lib/ruby/2.7.0/rubygems/core_ext/kernel_require.rb:92:in `require'
from /home/mame/work/ruby/local/lib/ruby/2.7.0/rubygems/core_ext/kernel_require.rb:92:in `require'
```
https://github.com/bundler/bundler/commit/c7c5bcea92
|
|
Notes:
Merged-By: mrkn <mrkn@ruby-lang.org>
|
|
|
|
rb_iseq_complete() can be used by MJIT.
|
|
On USE_LAZY_LOAD=1, the iseq should be loaded. So rb_iseq_check()
is needed. Furthermore, now lazy loading with builtin_function_table
is not supported, so it should cancel lazy loading.
|
|
[Bug #16450]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
https://github.com/ruby/readline/commit/42b71f3fc0
|
|
https://github.com/ruby/readline/commit/e49e942053
|
|
https://github.com/ruby/readline/commit/a2cf437c8f
|
|
https://github.com/ruby/readline/commit/d2363cad33
|
|
https://github.com/ruby/readline/commit/03126372b5
|
|
https://github.com/ruby/readline-ext/commit/f5abaf5be1
|
|
https://github.com/ruby/reline/commit/923f97d068
|
|
|
|
|
|
|
|
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/2782
|
|
[Misc #16449][ruby-core:96458]
|
|
|
|
|
|
This reverts commit 3e9221d94a12b54c1285923b642364acdbc31c7e.
Notes:
Merged-By: XrXr
|
|
Notes:
Merged-By: XrXr
|
|
These functions are enabled only on USE_DEBUG_COUNTER=1.
|
|
|
|
|
|
|
|
|
|
https://github.com/ruby/irb/commit/4bb1340687
|
|
|
|
|
|
|
|
|
|
|