| Age | Commit message (Collapse) | Author |
|
As `$ORIGIN` on Linux is refered from the real path of the
executable file, symbolic linked executable file cannot work.
|
|
|
|
* Bundle RBS 1.4.0
* Bundle typeprof 0.15.2
Notes:
Merged-By: soutaro <matsumoto@soutaro.com>
|
|
Co-authored-by: David Rodríguez <deivid.rodriguez@riseup.net>
Co-authored-by: Hiroshi SHIBATA <hsbt@ruby-lang.org>
Notes:
Merged: https://github.com/ruby/ruby/pull/4719
|
|
rb_num_negative_int_p is equivalent to calling the "<" method on
Integer (and checking whether it is overridden), where in this case we
are interested in whether the "actual" value can fit inside an unsigned
int.
This also was slow because rb_num_negative_int_p calls
rb_method_basic_definition_p, doing a method lookup to check for < being
overridden.
This replaces the check in both rb_fix2uint and rb_fix2ushort with FIXNUM_NEGATIVE_P which simply checks
whether the VALUE is signed.
Notes:
Merged: https://github.com/ruby/ruby/pull/4747
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/4751
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/4751
|
|
* Move f_boolcast definination
* Remove f_boolcast macro defination
* to
Notes:
Merged: https://github.com/ruby/ruby/pull/4748
Merged-By: nobu <nobu@ruby-lang.org>
|
|
|
|
https://github.com/ruby/date/commit/de7dca353f
|
|
|
|
And the NULL string must be of size 0.
|
|
Mention the update to Unicode Version 13.0.0 and Unicode Emoji
Version 13.1 in NEWS.md. This completes issue #17750. [ci skip]
|
|
|
|
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
|
|
|
|
|