Activity
From 04/19/2022 to 04/25/2022
04/25/2022
-
08:59 PM Revision 5ce0d2aa (git): [DOC] Enhanced RDoc for Kernel (#5846)
- Treats:
#Array
#Hash
#String -
08:07 PM Revision f8724987 (git): Document beginless, endless ranges in Range class documentation
- 07:32 PM Revision 9e8841e5 (git): Simplify example code for Enumerable#each_with_object
-
06:30 PM Revision 5c61caa4 (git): Fix strict aliasing issue with call to rb_id_table_lookup()
- Previously, GCC 11 with -O2 LTO issues -Wmaybe-uninitialized here.
-
06:29 PM Revision 9c44b5fb (git): [CI] Use -O2 on LTO builds as intended
- Previously, since the `optflags` environment variable was set to `-O1`
and `optflags` comes after the flags appended ... -
06:28 PM Revision b989c7c6 (git): [DOC] Move :nodoc: so rdoc finds `RbConfig.ruby`
- Rdoc [build] of `master` did not have this method but the reference manual [did].
[build]: https://docs.ruby-lang.or... -
03:17 PM Revision f4093c5c (git): io.nonblock returns the block's value [ci skip]
- 03:07 PM Revision a06e4106 (git): * 2022-04-26 [ci skip]
-
03:07 PM Revision 69c1145f (git): [DOC] Enhanced RDoc for Math module (#5837)
- Revises intro.
Adds "What's Here".
Revises methods doc. -
02:50 PM Revision 5701b408 (git): [DOC] mention assignment expression values
-
12:53 PM Revision 45cf4f21 (git): Update to ruby/spec@3affe1e
-
12:53 PM Revision 6ae81d49 (git): Update to ruby/mspec@215497e
-
10:39 AM Revision 4fcc7e2d (git): Fix ARGF#lineno to return Integer as documented
- [Bug #18753]
-
01:14 AM Revision 392c952a (git): [ruby/rdoc] Fix a typo [ci skip]
- https://github.com/ruby/rdoc/commit/b42c4a2fe2
-
12:41 AM Revision d41bc9b6 (git): More details for Rational literals (#5840)
04/24/2022
- 09:07 PM Revision 30b1a21e (git): * 2022-04-25 [ci skip]
-
09:06 PM Revision 554befbf (git): Reuse `rb_proc_arity`
- 02:17 PM Revision 84f410e5 (git): * 2022-04-24 [ci skip]
-
02:16 PM Revision 671d90ec (git): add description for IO.nonblock=.
04/23/2022
-
02:59 AM Revision e142bea7 (git): Remove unnecessary sort
- Because `Dir.[]` returns the sorted results since Ruby 3.0.
04/22/2022
-
10:00 PM Revision ab3cb29b (git): Avoid defining the same test class in multiple files
- Should fix issues with parallel testing sometimes not running all
tests.
This should be viewed skipping whitespace c... -
09:26 PM Revision c2d38a0d (git): Fix build if UBF_TIMER == UBF_TIMER_PTHREAD
-
08:21 PM Revision 79fa27ac (git): rbinstall: Also do `Gem.ruby` patching for unpacked bundled gems
- Pointing `Gem.ruby` to the newly installed ruby gives mkmf the right
inputs to build extensions in bundled gems. Prev... -
06:08 PM Revision 03d21a4f (git): introduce struct `rb_native_thread`
- `rb_thread_t` contained `native_thread_data_t` to represent
thread implementation dependent data. This patch separate... - 03:50 PM Revision 69d41480 (git): * 2022-04-23 [ci skip]
-
03:50 PM Revision 702dc116 (git): refactoring thread inits in vm.c
- * `th_init` accepts vm and ractor.
* remove `ruby_thread_init` because it is duplicated with `th_init`.
* add some co... -
03:48 AM Revision 4b14b290 (git): Uncomment code to raise LocalJumpError for yield across thread through enum
- Not sure if this is the correct fix. It does raise LocalJumpError in
the yielding thread as you would expect, but th... -
03:11 AM Revision 3fa768c5 (git): Use https for wss test
-
03:00 AM Revision eab354e1 (git): [ruby/uri] Include RFC2396_REGEXP module directly
- REGEXP is defined as RFC2396_REGEXP in lib/uri/common.rb. If we include
REGEXP then a broken URL is generated in rdoc... -
02:59 AM Revision c94f964e (git): [ruby/uri] Feat: Support WSS
- There was a file for WSS so I added one line of `require_relative`
to make it work.
Now `URI.parse('wss://example.com...
04/21/2022
- 10:54 PM Revision d1b9609c (git): * 2022-04-22 [ci skip]
-
10:54 PM Revision 1c4fc024 (git): rename thread internal naming
- Now GVL is not process *Global* so this patch try to use
another words.
* `rb_global_vm_lock_t` -> `struct rb_thread... - 08:10 AM Revision cb02324c (git): [ruby/pathname] Implement Pathname#lutime
- https://github.com/ruby/pathname/commit/268cb5acff
-
07:04 AM Revision 3ddf6ad4 (git): Private local variables should shadow outer variables [Bug #18629]
-
06:14 AM Revision ee48c9cd (git): [Win32] allow pipe in flock
- 06:05 AM Revision b4f87ff8 (git): * 2022-04-21 [ci skip]
-
05:59 AM Revision dcc42d46 (git): [Doc] correct my understanding about nonblocking mode
- I was wrong. Nonblocking mode nowadays does not interface with
IO#read. Document updated. [ci skip]
04/20/2022
-
07:05 AM Revision 4a4c1d69 (git): [CI] resort to clang-14 (#5824)
- * [CI] resort to clang-14
Clang 15 + --std=c2x combination seems actively developed now.
Might better wait for them ... -
05:13 AM Revision c506ddac (git): Added assert_true and assert_false same as test-unit gem
- 04:01 AM Revision cf73cf59 (git): [ruby/net-http] Feature detect to make net/http usable with JRuby
- Handle missing session_new_cb= and do not call
session_cache_mode=, as JRuby SSL does not support
these methods.
htt... - 02:52 AM Revision fa2df520 (git): Enable C backtraces on Apple silicon (#5770)
- Co-authored-by: Jean Boussier <[email protected]>
- 01:22 AM Revision d9482913 (git): * 2022-04-20 [ci skip]
-
01:22 AM Revision 90ccc567 (git): [ruby/net-http] Add ignore_eof access to HTTP and HTTPResponse
- The ignore_eof setting on HTTPResponse makes it so an EOFError is
raised when reading bodies with a defined Content-L...
04/19/2022
Also available in: Atom