Граф коммитов

61038 Коммитов

Автор SHA1 Сообщение Дата
aycabta 98a346d065 [ruby/irb] Add irb_info command
https://github.com/ruby/irb/commit/a6fe58e916
2020-04-29 19:13:14 +09:00
aycabta 009092b04c [ruby/reline] Add URL reference of history-size
https://github.com/ruby/reline/commit/13420197b8
2020-04-29 19:13:14 +09:00
aycabta 213ebec7a7 [ruby/reline] Version 0.1.4
https://github.com/ruby/reline/commit/298144b06a
2020-04-29 19:13:14 +09:00
aycabta 4859352df6 [ruby/reline] Negative history_size means unlimited
And unlimited is default.

https://github.com/ruby/reline/commit/f5149c3ca6
2020-04-29 19:13:14 +09:00
aycabta d27fa87418 [ruby/reline] New items to history are dropped if history_size is zero
https://github.com/ruby/reline/commit/9bdbed9cbc
2020-04-29 19:13:14 +09:00
Nobuyoshi Nakada 0ac5009165 [ruby/reline] Ignore non-absolute XDG_CONFIG_HOME
https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html
> All paths set in these environment variables must be absolute.
> If an implementation encounters a relative path in any of these
> variables it should consider the path invalid and ignore it.

https://github.com/ruby/reline/commit/45af6eea77
2020-04-29 19:13:14 +09:00
Nobuyoshi Nakada e801e9ba65
[ruby/spec] expand temporary directory to the real path
It may contain symbolic links.
2020-04-29 15:28:40 +09:00
Nobuyoshi Nakada 32e7d9140e
[ruby/spec] Temporary directories should be under the mock_dir 2020-04-29 15:28:40 +09:00
Nobuyoshi Nakada 56d6cfe88a
.travis.yml: hoisted out spec-on-old-ruby 2020-04-29 15:28:39 +09:00
Nobuyoshi Nakada ac0c760843
Mark ruby_memerror as NORETURN 2020-04-29 00:34:14 +09:00
Yusuke Endoh 1994ed90e4 Remove debugging code from gc.c
Partially revert adab82b9a7 and
c63b5c6179.
The issue that these commits attempt to address was maybe fixed with
1c7f5a5712.
2020-04-29 00:05:46 +09:00
git 31a4ee4caa * 2020-04-29 [ci skip] 2020-04-29 00:01:40 +09:00
Nobuyoshi Nakada 1c7f5a5712
Removed unnecessary RLIMIT_AS
Even without this limit, these assertions almost certainly cause a
NoMemoryError by removing the fix in 72ad8595f2.
2020-04-28 23:36:16 +09:00
Nobuyoshi Nakada 86431f5075
Remove rubyspec temporary directories 2020-04-28 19:00:33 +09:00
Nobuyoshi Nakada 3497152515
Remove rubyspec temporary directory 2020-04-28 15:05:59 +09:00
git 3acdb31871 * 2020-04-28 [ci skip] 2020-04-28 11:39:28 +09:00
Hiroshi SHIBATA 442866c2d4 [rubygems/rubygems] Pass the rubocop lint
https://github.com/rubygems/rubygems/commit/d4486ca061
2020-04-28 11:13:06 +09:00
David Rodríguez 5b77fc8abe [rubygems/rubygems] Remove commented out code
https://github.com/rubygems/rubygems/commit/42aa0d7ebc
2020-04-28 11:04:40 +09:00
Yusuke Endoh 2c2b0d4ec1 [rubygems/rubygems] Make the test suite pass under `umask 077`
Some tests had failed under `umask 077` mode.  As far as I investigated,
there is no actual bug.  All failures were caused by tests that create a
wrong-permission file or expect wrong permission.

This changeset fixes the tests.

https://github.com/rubygems/rubygems/commit/078213e527
2020-04-28 10:57:21 +09:00
Hiroshi SHIBATA de58dfc911 [rubygems/rubygems] Removed the depdendency of English library
English.rb is extracted to the default gems at
  2c5764ec22

https://github.com/rubygems/rubygems/commit/532f488c0b
2020-04-28 10:56:14 +09:00
Nobuyoshi Nakada aca935a670
Fixed typos in racc 2020-04-27 15:28:06 +09:00
Nobuyoshi Nakada 6009790e40
Moved already resolved test
Couldn't figure out failed/fixed versions.
2020-04-27 10:39:07 +09:00
Nobuyoshi Nakada c180c58fc1
Removed already resolved test [ci skip]
That bug has been fixed by ec0c394b9e, and the test has been
added by 181ffea5e0.
2020-04-27 10:39:07 +09:00
Kazuhiro NISHIYAMA fd2df58451
Fix a typo [ci skip] 2020-04-27 09:41:45 +09:00
Yusuke Endoh 93ed465dcd test/ruby/test_fiber.rb (test_stack_size): re-enabled on s390x
Revert 9948addda6.
It is now discussed in https://bugs.ruby-lang.org/issues/16814, and an
assert is added with a217d3cedc.
It would be good to give it a try.
2020-04-27 02:09:08 +09:00
Nobuyoshi Nakada a217d3cedc
check: compare with right upstream 2020-04-27 01:04:05 +09:00
git 33767d1e3d * 2020-04-27 [ci skip] 2020-04-27 00:54:57 +09:00
Kazuhiro NISHIYAMA 6560ff6e36
Fix a typo [ci skip] 2020-04-27 00:54:16 +09:00
Nobuyoshi Nakada 257e01b61d
Solaris does not provide atomic_sub family 2020-04-26 22:39:36 +09:00
Nobuyoshi Nakada 1760c60174
Clarified return value of atomic macros 2020-04-26 19:41:12 +09:00
Kazuhiro NISHIYAMA 36ed700711
Fix failures of test/rdoc/test_rdoc_ri_paths.rb
yield `home_dir` when HOMEDIR is not falsy only.
d0f41aa238/lib/rdoc/ri/paths.rb (L43)
```
    yield home_dir,    :home   if home and HOMEDIR
```

https://rubyci.org/logs/rubyci.s3.amazonaws.com/archlinux/ruby-master/log/20200426T033503Z.fail.html.gz
```
  1) Failure:
TestRDocRIPaths#test_class_each [/home/chkbuild/build/20200426T033503Z/ruby/test/rdoc/test_rdoc_ri_paths.rb:54]:
<nil> expected but was
<"/home/naruse/chkbuild/tmp/build/20200426T033503Z/tmp/test_rdoc_ri_paths_1033468/doc/nodoc-1.0/ri">.

  2) Failure:
TestRDocRIPaths#test_class_raw_path [/home/chkbuild/build/20200426T033503Z/ruby/test/rdoc/test_rdoc_ri_paths.rb:131]:
<nil> expected but was
<"/home/naruse/chkbuild/tmp/build/20200426T033503Z/tmp/test_rdoc_ri_paths_1033468/doc/rake-10.0.1/ri">.

  3) Failure:
TestRDocRIPaths#test_class_raw_path_extra_dirs [/home/chkbuild/build/20200426T033503Z/ruby/test/rdoc/test_rdoc_ri_paths.rb:141]:
<nil> expected but was
<"/home/naruse/chkbuild/tmp/build/20200426T033503Z/tmp/test_rdoc_ri_paths_1033468/doc/rake-10.0.1/ri">.
```
2020-04-26 16:14:14 +09:00
Nobuyoshi Nakada d0f41aa238
[ruby/spec] Removed space between method name and argument list paren 2020-04-26 12:53:11 +09:00
Nobuyoshi Nakada 7860277527
[ruby/spec] Fixed missing should 2020-04-26 12:53:11 +09:00
Nobuyoshi Nakada b5174beae6
lldb_cruby.py: fixed empty string dump [ci skip] 2020-04-26 12:53:11 +09:00
S.H 034b8472ba
remove unused rb_str_clear define (#3059) 2020-04-25 20:39:44 -07:00
Kazuhiro NISHIYAMA 63fe3739dd
Fix errors when `RDoc::RI::Paths::HOMEDIR` is nil
https://rubyci.org/logs/rubyci.s3.amazonaws.com/scw-ad7f67/ruby-master/log/20200425T175405Z.fail.html.gz
```
  4) Error:
TestRDocServlet#test_asset:
NoMethodError: undefined method `replace' for nil:NilClass
    /home/chkbuild/build/20200425T175405Z/ruby/test/rdoc/test_rdoc_servlet.rb:48:in `setup'

  5) Error:
TestRDocServlet#test_asset:
NoMethodError: undefined method `replace' for nil:NilClass
    /home/chkbuild/build/20200425T175405Z/ruby/test/rdoc/test_rdoc_servlet.rb:63:in `teardown'
```
...
```
 74) Error:
TestRDocServlet#test_store_for_site:
NoMethodError: undefined method `replace' for nil:NilClass
    /home/chkbuild/build/20200425T175405Z/ruby/test/rdoc/test_rdoc_servlet.rb:48:in `setup'

 75) Error:
TestRDocServlet#test_store_for_site:
NoMethodError: undefined method `replace' for nil:NilClass
    /home/chkbuild/build/20200425T175405Z/ruby/test/rdoc/test_rdoc_servlet.rb:63:in `teardown'
```
2020-04-26 11:07:42 +09:00
git 9fd3f2432e * 2020-04-26 [ci skip] 2020-04-26 02:01:35 +09:00
Sorah Fukumori 7ccb7a992d
[DOC] explicit_bzero exists in modern Linux
[ci skip]
2020-04-26 02:00:45 +09:00
Nobuyoshi Nakada fefb5fafbc
More enums are mandatory for rp in lldb_cruby.py 2020-04-25 17:52:27 +09:00
Nobuyoshi Nakada 7c88bb3eba
fetch-bundled_gems.rb: Fixed the position of -c 2020-04-25 13:56:24 +09:00
Nobuyoshi Nakada f12f9f511d
fetch-bundled_gems.rb: Quiet detached HEAD advice 2020-04-25 13:16:40 +09:00
Hiroshi SHIBATA c2700379ad
`git co` is alias of `git checkout` 2020-04-25 12:15:01 +09:00
Nobuyoshi Nakada 42ac3f79ba
Assert that typed data is distinguished from non-typed 2020-04-25 09:29:27 +09:00
Nobuyoshi Nakada cc8f55e9e3 [ruby/rdoc] HOME is preserved by RDoc::TestCase
https://github.com/ruby/rdoc/commit/6c4801d1f6
2020-04-25 02:49:37 +09:00
Nobuyoshi Nakada ae235db25d [ruby/rdoc] Should teardown in reverse order of setup
https://github.com/ruby/rdoc/commit/00fb4dd2a3
2020-04-25 02:49:35 +09:00
git cf5b3d6798 * 2020-04-25 [ci skip] 2020-04-25 02:36:24 +09:00
Nobuyoshi Nakada c6020ba277
Clear cached XDG path names 2020-04-25 02:35:57 +09:00
Nobuyoshi Nakada 21598b0cc2
Fixed a typo [ci skip] 2020-04-24 23:24:19 +09:00
Hiroshi SHIBATA c5b17b0354
Remove and Restore the original HOME dir (#3057) 2020-04-24 21:22:05 +09:00
Nobuyoshi Nakada 5b8c36dfb2
[DOC] Added GNU make specific targets [ci skip] 2020-04-24 18:32:47 +09:00