Activity
From 02/17/2020 to 02/23/2020
02/23/2020
- 03:28 PM Revision f88d209b (git): * 2020-02-24 [ci skip]
-
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... -
04:37 AM Revision 8a7e0aaa (git): Warn non-nil `$/` [Feature #14240]
-
04:37 AM Revision 6298ec28 (git): Warn non-nil `$\` [Feature #14240]
-
04:37 AM Revision 588a86e3 (git): Warn non-nil `$,` in `IO#print` too
-
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.
02/22/2020
- 03:38 PM Revision f85ca4c8 (git): * 2020-02-23 [ci skip]
-
03:32 PM Revision 77dcc2c8 (git): hash.c: [DOC] fix examples for ENV.merge!
-
01:43 PM Revision 4aebb491 (git): Expand Symbol#to_proc specs to be clearer
-
07:01 AM Revision c7b71af9 (git): Prefer `exe/ruby` to execute from it
-
02:54 AM Revision f744d801 (git): check USE_MJIT
- iseq->body->jit_unit is not available if USE_MJIT==0 .
-
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 -
01:27 AM Revision 31748e69 (git): CI can be NULL.
- Unused CI (introduced from peephole optimization, etc) can be NULL
so introduce NULL check. -
01:25 AM Revision af12e386 (git): More ENV rdoc [ci skip]
-
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... - 12:59 AM Revision d7984d0f (git): * remove trailing spaces. [ci skip]
-
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
* ... -
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 ...
02/21/2020
-
05:59 PM Revision a1eb1fab (git): use RUBY_FUNCTION_NAME_STRING instead of __func__ for rp()
- 03:45 PM Revision 5a89c057 (git): * 2020-02-22 [ci skip]
-
03:45 PM Revision 8c5ca318 (git): `Proc` made by `Symbol#to_proc` should be a lambda [Bug #16260]
- With refinements, too.
-
03:30 PM Revision 5cab86f3 (git): `Proc` made by `Symbol#to_proc` should be a lambda [Bug #16260]
-
03:17 PM Revision 0b4500d9 (git): Adjusted indent [ci skip]
-
02:16 PM Revision 5e7322b8 (git): [ruby/irb] `yield` outside method definition is a syntax error
- https://github.com/ruby/irb/commit/dbc7b059c7
-
12:30 PM Revision 8d3b7f0f (git): Fixed net-pop, smtp, protocol and imap task for sync tool
-
12:25 PM Revision e7f8724f (git): Fixed net-ftp sync task and resync from standalone repo
-
12:23 PM Revision fa1cf777 (git): Move an entry of net-ftp to the default gems section
-
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. -
10:56 AM Revision a294ec16 (git): Move an entry of net-ftp to the default gems section
-
10:09 AM Revision f08d8e5e (git): Promote net-ftp to default gems
- 04:31 AM Revision 4643bf5d (git): * 2020-02-21 [ci skip]
-
04:31 AM Revision 59c2a115 (git): Fix typo in NEWS-2.7.0
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 -
12:32 PM Revision 3e12b658 (git): Fallback to load version file in ruby core repository
-
12:24 PM Revision a326b4b0 (git): Move an entry of net-imap to the default gems section
-
12:24 PM Revision e9d872a0 (git): Promote net-imap to the default gems
-
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 -
08:08 AM Revision c3cd9258 (git): Use `brew upgrade` instead of `brew update`
- 07:36 AM Revision 0149863d (git): * 2020-02-20 [ci skip]
-
07:36 AM Revision eaee631d (git): Avoid jumping to a wrong destination
- when the next insn is already compiled by former branches.
-
04:39 AM Revision 56d33b3e (git): Fixed missing `return`
- Get rid of double writing.
-
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... -
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 ... -
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`... -
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. -
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... -
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). -
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.... -
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...
02/19/2020
-
11:43 PM Revision 036a68ae (git): [DOC] Fixed `ENV.rassoc` result order [ci skip]
-
07:59 PM Revision eed7235e (git): hash.c: [DOC] fix typos
-
07:57 PM Revision 97e8212a (git): doc/make_cheatsheet.md: fix typos
- 03:14 PM Revision 4bc16244 (git): * 2020-02-20 [ci skip]
-
03:13 PM Revision 57c26231 (git): Use `brew upgrade` instead of `brew update`
-
07:19 AM Revision c4794ed7 (git): Avoid jumping to a wrong destination
- when the next insn is already compiled by former branches.
-
06:46 AM Revision f0b815dc (git): `Proc` made by `Symbol#to_proc` should be a lambda [Bug #16260]
- 04:47 AM Revision 90d082e3 (git): * 2020-02-19 [ci skip]
-
04:47 AM Revision 5fd5666d (git): support multi-run test for test_readline.rb
02/18/2020
- 06:30 AM Revision ccc3b911 (git): * 2020-02-18 [ci skip]
-
06:30 AM Revision 789c1df1 (git): increment teeny
-
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`.
-
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... -
05:35 AM Revision 041c2932 (git): Pass keyword arguments to IOs properly [Bug #16639]
- 02:35 AM Revision 38070ccd (git): * 2020-02-18 [ci skip]
-
02:34 AM Revision 2115a393 (git): [ruby/io-console] bump up to 0.5.6
-
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
02/17/2020
-
02:31 PM Revision dcb05179 (git): [ruby/irb] Version 1.2.3
- https://github.com/ruby/irb/commit/dd56e06df5
- 01:16 PM Revision 9239226e (git): * append newline at EOF. [ci skip]
-
01:16 PM Revision c42c6a59 (git): Move the entry of net-protocol on docs
-
01:15 PM Revision 0ae97803 (git): Promote net-protocol to default gems
-
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. -
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... -
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... -
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 -
03:05 AM Revision dec802d8 (git): [ruby/io-console] [DOC] Improved about `intr:`
- https://github.com/ruby/io-console/commit/82b630cd79
Also available in: Atom