| Age | Commit message (Collapse) | Author |
|
Solaris CI still has a problem even with these commits, so it doesn't
appear to fix the issue. Reverting both 84e8e2a39bba874433b661bd378165bd03c9d6aa
and bfd2f159f0c60ef8ac5bce6042edd25a571769b7.
|
|
For the `test-bundled-gems`, make `debug.so` with extconf.rb and
`make` command directly because `rake-compiler` assume ruby is
installed (but `test-bundled-gems` can run without installation).
Notes:
Merged: https://github.com/ruby/ruby/pull/4804
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/4804
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/4804
|
|
Remove temporary skip of test_no_curdir to see if this fixes the
problem.
Notes:
Merged: https://github.com/ruby/ruby/pull/4931
|
|
This appears to be only necessary on Solaris, but this commit
enables it unconditionally to test breakage. The following
commit will switch to only enabling it on Solaris.
Notes:
Merged: https://github.com/ruby/ruby/pull/4931
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/4633
|
|
|
|
Notes:
Merged-By: BurdetteLamar <BurdetteLamar@Yahoo.com>
|
|
* Split the sorting types into classes.
* Apply the same sorting to method sorting under the parallel
test.
Notes:
Merged: https://github.com/ruby/ruby/pull/4862
|
|
|
|
So that rubygems installer will work to build extension gems.
|
|
Extension gems will be installed by the installed standard
libraries.
|
|
|
|
|
|
|
|
From recent results, `check` and `test-all` will finish within 10
minutes on macOS or 30 minutes on MinGW, otherwise time out.
|
|
https://github.com/ruby/irb/commit/692eb9b9b5
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/4422
Merged-By: nobu <nobu@ruby-lang.org>
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/4445
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/4446
|
|
|
|
https://github.com/ruby/reline/commit/852e855d82
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/4925
Merged-By: nobu <nobu@ruby-lang.org>
|
|
In commit:7817a438eb1803e7b3358f43bd1f38479badfbdc, the implementation
of `Time#succ`, which had been deprecated for 10 years, was finally
removed.
During that time, there was an explicit `instance_of?` check in
source:range.c#L350 with a comment that the check should be removed
once `Time#succ` is removed.
Since `Time#succ` is now gone, this check should be removed.
Note: this should be coordinated with adding a version guard to the
corresponding check in ruby/spec as well.
Notes:
Merged: https://github.com/ruby/ruby/pull/4928
Merged-By: nobu <nobu@ruby-lang.org>
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/4927
|
|
`rdoc` has been required so it looks unnecessary
https://github.com/ruby/irb/commit/5f749c613c
|
|
https://github.com/ruby/reline/commit/12ea63e6e0
|
|
https://github.com/ruby/irb/commit/15bcbbb284
|
|
https://github.com/ruby/irb/commit/800e83eabd
|
|
https://github.com/ruby/reline/commit/1c6c0c82f0
|
|
https://github.com/ruby/reline/commit/b42c0980d9
|
|
Ruby 2.5
https://github.com/ruby/reline/commit/1b00cae0fd
|
|
This reverts commit 524513be399e81bb170ec88aa0d501f33cbde8c3,
which can return false positive by existing but unusable symbol,
including functions.
|
|
https://github.com/ruby/reline/commit/b283791dc5
|
|
https://github.com/ruby/reline/commit/7fe9ecf945
|
|
https://github.com/ruby/reline/commit/5414a42b0e
|
|
If the argument prompt disappears when pasting is finished, rerender the
whole buffer.
https://github.com/ruby/reline/commit/996bbf8797
|
|
https://github.com/ruby/reline/commit/65b27dd2ff
|
|
https://github.com/ruby/reline/commit/481add0537
|
|
https://github.com/ruby/reline/commit/2a60aacebb
|
|
https://github.com/ruby/reline/commit/179c52bca8
|
|
https://github.com/ruby/reline/commit/737b23beae
|
|
https://github.com/ruby/reline/commit/da35902d78
|
|
Because Ctrl+j and Enter are the same on Windows.
https://github.com/ruby/reline/commit/fa885ed449
|
|
|
|
In AIX, altzone exists in the standard library but is not declared
in time.h. By 524513be399e81bb170ec88aa0d501f33cbde8c3, have_var
and try_var in mkmf recognizes a variable that exists in a library
even when it is not declared. As a result, in AIX, HAVE_ALTZONE
is defined, but compile fails due to the lack of the declaration.
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/4466
Merged-By: nobu <nobu@ruby-lang.org>
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/4482
|
|
|