| Age | Commit message (Collapse) | Author |
|
The emoji data in emoji-variation-sequences.txt was not used for
in test/ruby/enc/test_emoji_breaks.rb, for unknown reasons.
It turned out that the format of each of the emoji data/test files
is slightly different, and that we didn't take into account that
empty fields after a semicolon, as present in
emoji-variation-sequences.txt, led to less fields than expected
when using split.
This addresses issue #18027.
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/4745
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/4745
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/4745
|
|
On emscripten `intptr_t`, `uintptr_t`, `ptrdiff_t` and so on are
defined as `long`, but `PRIdPTR` and so on defined as `int`.
Notes:
Merged: https://github.com/ruby/ruby/pull/4745
|
|
Select the C source if exists, otherwise the assembler source,
instead of selecting by the coroutine type.
Notes:
Merged: https://github.com/ruby/ruby/pull/4745
|
|
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/4744
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/4743
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/4742
|
|
[0] => [0, *, a]
#=> [0] length mismatch (given 1, expected 2+) (NoMatchingPatternError)
Ignore test failures of typeprof caused by this change for now.
|
|
Not to be concatenated with the preceding `--with-`* option.
|
|
|
|
|
|
Ignore `DW_FORM_ref_addr` form and other forms that are not supposed
to be used currently.
|
|
|
|
Get rid of tons of linker warnings that it could not find object
file symbol for every symbols, when targeting darwin.
|
|
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/4741
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/4741
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/4741
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/4741
|
|
https://github.com/ruby/readline-ext/commit/d924cfc1e6
|
|
https://github.com/ruby/reline/commit/8b55fc8fee
|
|
https://github.com/ruby/reline/commit/fa54e521da
|
|
There used to be a process that did not want to be interrupted by
SIGINT, so it was trapped, but that process is no longer there.
https://github.com/ruby/reline/commit/ba7252a5db
|
|
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/4740
|
|
|
|
|
|
This reverts commit b64f81c81729bbc248d19af01cafde88eb60fdc7.
It seems to cause a problem in --jit / --jit-wait CIs. Reverting for now.
|
|
|
|
|
|
events get enabled
|
|
|
|
|
|
|
|
|
|
So that it will not interfere the fast path in `Check_Type`.
|
|
Though this call to `rb_check_type` is just to raise an exception
and never return actually, it can return at least formally. That
means a caller function looks like it will access `flags` even in
the special-const cases, and some optimizers may unify the access
with the same access just following the call, and re-order it
before the guard.
|
|
https://github.com/ruby/reline/commit/040d29b4c0
|
|
https://github.com/ruby/irb/commit/98610236ec
|
|
https://github.com/ruby/irb/commit/5a0c8dc9e6
|
|
This reverts commit c66b27efbb27c6b6b410457282ac841ead1dd132.
|
|
|
|
|
|
They fixed the bug.
Notes:
Merged: https://github.com/ruby/ruby/pull/4735
|
|
|
|
|
|
Commit c32218de1ba094223420a4ea017707f48d0009c5 turned during_compacting
flag to 2 bits to support the case when there is no write barrier. But
commit 32b7dcfb56a417c1d1c354102351fc1825d653bf changed compaction to
always enable the write barrier. This commit cleans up some of the
leftover code.
Notes:
Merged: https://github.com/ruby/ruby/pull/4730
|