Project

General

Profile

Activity

From 02/17/2020 to 02/23/2020

02/23/2020

03:28 PM Revision f88d209b (git): * 2020-02-24 [ci skip]
git[bot]
03:28 PM Revision 281b3500 (git): Add pattern matching documentation
Add separate doc/syntax/pattern_matching.rdoc, add
link to control_expressions.rdoc.
The documentation is "reverse-e...
zverok (Victor Shepelev)
04:37 AM Revision 8a7e0aaa (git): Warn non-nil `$/` [Feature #14240]
nobu (Nobuyoshi Nakada)
04:37 AM Revision 6298ec28 (git): Warn non-nil `$\` [Feature #14240]
nobu (Nobuyoshi Nakada)
04:37 AM Revision 588a86e3 (git): Warn non-nil `$,` in `IO#print` too
nobu (Nobuyoshi Nakada)
04:31 AM Revision 0ed3384f (git): Revert "Prefer `exe/ruby` to execute from it"
This reverts commit c7b71af9e21b3f0b8fe413a3c20cf4bd633c40d0, as
an example in bundler expects untouch PATH.
nobu (Nobuyoshi Nakada)

02/22/2020

03:38 PM Revision f85ca4c8 (git): * 2020-02-23 [ci skip]
git[bot]
03:32 PM Revision 77dcc2c8 (git): hash.c: [DOC] fix examples for ENV.merge!
stomar (Marcus Stollsteimer)
01:43 PM Revision 4aebb491 (git): Expand Symbol#to_proc specs to be clearer
Eregon (Benoit Daloze)
07:01 AM Revision c7b71af9 (git): Prefer `exe/ruby` to execute from it
nobu (Nobuyoshi Nakada)
02:54 AM Revision f744d801 (git): check USE_MJIT
iseq->body->jit_unit is not available if USE_MJIT==0 . ko1 (Koichi Sasada)
01:49 AM Revision 5b29ea08 (git): Proc from Symbol needs a receiver
So its arity should be -2 instead of -1.
[Bug #16640]
https://bugs.ruby-lang.org/issues/16640#change-84337
nobu (Nobuyoshi Nakada)
01:27 AM Revision 31748e69 (git): CI can be NULL.
Unused CI (introduced from peephole optimization, etc) can be NULL
so introduce NULL check.
ko1 (Koichi Sasada)
01:25 AM Revision af12e386 (git): More ENV rdoc [ci skip]
burdettelamar (Burdette Lamar)
01:01 AM Revision da310356 (git): test/readline - allow ENV control of test class creation
In ruby/ruby, the tests run on both readline & reline by creating four test classes:
```
TestReadline
TestReadlineHis...
MSP-Greg (Greg L)
12:59 AM Revision d7984d0f (git): * remove trailing spaces. [ci skip]
git[bot]
12:58 AM Revision b9007b6c (git): Introduce disposable call-cache.
This patch contains several ideas:
(1) Disposable inline method cache (IMC) for race-free inline method cache
* ...
ko1 (Koichi Sasada)
12:58 AM Revision f2286925 (git): VALUE size packed callinfo (ci).
Now, rb_call_info contains how to call the method with tuple of
(mid, orig_argc, flags, kwarg). Most of cases, kwarg ...
ko1 (Koichi Sasada)

02/21/2020

05:59 PM Revision a1eb1fab (git): use RUBY_FUNCTION_NAME_STRING instead of __func__ for rp()
ko1 (Koichi Sasada)
03:45 PM Revision 5a89c057 (git): * 2020-02-22 [ci skip]
git[bot]
03:45 PM Revision 8c5ca318 (git): `Proc` made by `Symbol#to_proc` should be a lambda [Bug #16260]
With refinements, too. nobu (Nobuyoshi Nakada)
03:30 PM Revision 5cab86f3 (git): `Proc` made by `Symbol#to_proc` should be a lambda [Bug #16260]
nobu (Nobuyoshi Nakada)
03:17 PM Revision 0b4500d9 (git): Adjusted indent [ci skip]
nobu (Nobuyoshi Nakada)
02:16 PM Revision 5e7322b8 (git): [ruby/irb] `yield` outside method definition is a syntax error
https://github.com/ruby/irb/commit/dbc7b059c7 nobu (Nobuyoshi Nakada)
12:30 PM Revision 8d3b7f0f (git): Fixed net-pop, smtp, protocol and imap task for sync tool
hsbt (Hiroshi SHIBATA)
12:25 PM Revision e7f8724f (git): Fixed net-ftp sync task and resync from standalone repo
hsbt (Hiroshi SHIBATA)
12:23 PM Revision fa1cf777 (git): Move an entry of net-ftp to the default gems section
hsbt (Hiroshi SHIBATA)
12:21 PM Revision 9cb1ffaa (git): Promote net-http to the default gems.
test/net/http/test_https.rb: rename fixture methods to read_fixture
because it conflicts with test-unit gem.
hsbt (Hiroshi SHIBATA)
10:56 AM Revision a294ec16 (git): Move an entry of net-ftp to the default gems section
hsbt (Hiroshi SHIBATA)
10:09 AM Revision f08d8e5e (git): Promote net-ftp to default gems
hsbt (Hiroshi SHIBATA)
04:31 AM Revision 4643bf5d (git): * 2020-02-21 [ci skip]
git[bot]
04:31 AM Revision 59c2a115 (git): Fix typo in NEWS-2.7.0
pocke (Masataka Kuwabara)

02/20/2020

01:36 PM Revision df26d36e (git): Prefer alignas() over _Alignas()
to allow Intel C++ compiler to read ruby.h.
This is similar to 9930481a239fa7182429f3c3942ea033fb9b0320
mame (Yusuke Endoh)
12:32 PM Revision 3e12b658 (git): Fallback to load version file in ruby core repository
hsbt (Hiroshi SHIBATA)
12:24 PM Revision a326b4b0 (git): Move an entry of net-imap to the default gems section
hsbt (Hiroshi SHIBATA)
12:24 PM Revision e9d872a0 (git): Promote net-imap to the default gems
hsbt (Hiroshi SHIBATA)
09:06 AM Revision f5abcf76 (git): [ruby/rdoc] Removed `RDoc::Context::Section#sequence`
It has been deprecated since 2011.
https://github.com/ruby/rdoc/commit/5c2aa0f77d
nobu (Nobuyoshi Nakada)
08:08 AM Revision c3cd9258 (git): Use `brew upgrade` instead of `brew update`
znz (Kazuhiro NISHIYAMA)
07:36 AM Revision 0149863d (git): * 2020-02-20 [ci skip]
git[bot]
07:36 AM Revision eaee631d (git): Avoid jumping to a wrong destination
when the next insn is already compiled by former branches. k0kubun (Takashi Kokubun)
04:39 AM Revision 56d33b3e (git): Fixed missing `return`
Get rid of double writing. nobu (Nobuyoshi Nakada)
02:46 AM Revision 75863554 (git): comma at the end of enum is a C++11ism
Comma at the end of enum is allowed in C since C99. We can use them
internally. However when it comes to extension l...
shyouhei (Shyouhei Urabe)
02:46 AM Revision 49bb2e64 (git): avoid defining inline
Recent (since 2012 maybe?) MSVC ships a header named xkeycheck.h, which
(kindly!) aborts compilation on redefinition ...
shyouhei (Shyouhei Urabe)
02:46 AM Revision 4e6bae47 (git): ext/-test-/cxxanyargs: prevent have_devel check
The `cxx.try_compile` command in this file kicks `cxx.have_devel?`
internally, which recursively calls `cxx.try_link`...
shyouhei (Shyouhei Urabe)
02:46 AM Revision 7aa3f1fe (git): printf can be a macro
Namely glibc has this macro on -DFORTIFY_SOURCE. We have to prevent
macro redefinition with different macro body.
shyouhei (Shyouhei Urabe)
02:46 AM Revision 8920e204 (git): hide vm_ep_in_heap_p_
`make leaked-globals` points out that this function is leaked. This has
not been detected in our CI because it is de...
shyouhei (Shyouhei Urabe)
02:46 AM Revision c7e6dbd5 (git): fix arity mismatch
This is a ruby method with arity zero. Which means, this function takes
one argument (that is self).
shyouhei (Shyouhei Urabe)
02:46 AM Revision 984e0233 (git): TestTime#test_memsize: skip when on GC_DEBUG
GC_DEBUG=1 makes this test fail because it changes the size of struct
RVALUE. I don't think the test is useful then....
shyouhei (Shyouhei Urabe)
02:46 AM Revision 6788c375 (git): suppress clang warnings
Starting clang 11, casts between pointer and (narrower-than-pointer) int
are now warned. However all such thing in o...
shyouhei (Shyouhei Urabe)

02/19/2020

11:43 PM Revision 036a68ae (git): [DOC] Fixed `ENV.rassoc` result order [ci skip]
nobu (Nobuyoshi Nakada)
07:59 PM Revision eed7235e (git): hash.c: [DOC] fix typos
stomar (Marcus Stollsteimer)
07:57 PM Revision 97e8212a (git): doc/make_cheatsheet.md: fix typos
stomar (Marcus Stollsteimer)
03:14 PM Revision 4bc16244 (git): * 2020-02-20 [ci skip]
git[bot]
03:13 PM Revision 57c26231 (git): Use `brew upgrade` instead of `brew update`
znz (Kazuhiro NISHIYAMA)
07:19 AM Revision c4794ed7 (git): Avoid jumping to a wrong destination
when the next insn is already compiled by former branches. k0kubun (Takashi Kokubun)
06:46 AM Revision f0b815dc (git): `Proc` made by `Symbol#to_proc` should be a lambda [Bug #16260]
nobu (Nobuyoshi Nakada)
04:47 AM Revision 90d082e3 (git): * 2020-02-19 [ci skip]
git[bot]
04:47 AM Revision 5fd5666d (git): support multi-run test for test_readline.rb
S_H_ (Shun Hiraoka)

02/18/2020

06:30 AM Revision ccc3b911 (git): * 2020-02-18 [ci skip]
git[bot]
06:30 AM Revision 789c1df1 (git): increment teeny
naruse (Yui NARUSE)
06:09 AM Revision 0643eb2e (git): Fix typo s/test_ruby2_keywords_hash!/test_ruby2_keywords_hash/
In #2818, `Hash.ruby2_keywords!` has renamed to `Hash.ruby2_keywords_hash`. kamipo (Ryuta Kamizono)
06:09 AM Revision 9820f9ee (git): hash.c: Add a feature to manipulate ruby2_keywords flag
It was found that a feature to check and add ruby2_keywords flag to an
existing Hash is needed when arguments are ser...
mame (Yusuke Endoh)
05:35 AM Revision 041c2932 (git): Pass keyword arguments to IOs properly [Bug #16639]
nobu (Nobuyoshi Nakada)
02:35 AM Revision 38070ccd (git): * 2020-02-18 [ci skip]
git[bot]
02:34 AM Revision 2115a393 (git): [ruby/io-console] bump up to 0.5.6
nobu (Nobuyoshi Nakada)
02:33 AM Revision 5ef38355 (git): [ruby/io-console] Just ignore the extension on other than CRuby
https://github.com/ruby/io-console/commit/41b6f09574 nobu (Nobuyoshi Nakada)

02/17/2020

02:31 PM Revision dcb05179 (git): [ruby/irb] Version 1.2.3
https://github.com/ruby/irb/commit/dd56e06df5 aycabta (aycabta .)
01:16 PM Revision 9239226e (git): * append newline at EOF. [ci skip]
git[bot]
01:16 PM Revision c42c6a59 (git): Move the entry of net-protocol on docs
hsbt (Hiroshi SHIBATA)
01:15 PM Revision 0ae97803 (git): Promote net-protocol to default gems
hsbt (Hiroshi SHIBATA)
11:53 AM Revision 2032432d (git): Partially revert "test/openssl/test_ssl.rb: skip OpenSSL::TestSSL#test_fallback_scsv"
A skip guard for test_fallback_scsv has been added in upstream
repository.
mame (Yusuke Endoh)
11:51 AM Revision 8f91dc71 (git): [ruby/openssl] test/openssl/test_ssl: skip test_fallback_scsv if necessary
Run the test case only when the OpenSSL supports both TLS 1.1 and TLS
1.2. Note that the fallback SCSV mechanism is f...
rhenium (Kazuki Yamaguchi)
11:50 AM Revision 99b191d8 (git): [ruby/openssl] ts: simplify OpenSSL::Timestamp::Request#algorithm
Stop the special treatment of invalid hashAlgorithm of the message
imprint. Those invalid values can only appear afte...
rhenium (Kazuki Yamaguchi)
04:20 AM Revision 3fbcdac3 (git): test/openssl/test_ssl.rb: skip OpenSSL::TestSSL#test_fallback_scsv
on OpenSSL 1.1.1d or later.
https://github.com/ruby/openssl/issues/336
mame (Yusuke Endoh)
03:05 AM Revision dec802d8 (git): [ruby/io-console] [DOC] Improved about `intr:`
https://github.com/ruby/io-console/commit/82b630cd79 nobu (Nobuyoshi Nakada)
 

Also available in: Atom