Activity
From 01/23/2022 to 01/29/2022
01/29/2022
-
01:59 PM Revision 44c44b9b (git): Ignore warnings at reading debug info for now
- Something seems changed on FreeBSD 13.
-
10:07 AM Revision 67f4729f (git): [Bug#18556] Fallback `MAP_ ANONYMOUS`
- Define `MAP_ANONYMOUS` to `MAP_ANON` if undefined on old systems.
-
08:32 AM Revision fbb3cab9 (git): Add a NEWS entry about [Feature #16806]
-
06:33 AM Revision 90a8b1c5 (git): Remove a typo hash [ci skip]
-
06:29 AM Revision 7672f6a4 (git): mkmf: unify duplicate code in pkg_config
-
06:22 AM Revision b90e56e6 (git): mkmf: pkg_config accepts multiple options
-
06:22 AM Revision 24c7e75d (git): test: backfill coverage for MakeMakefile.pkg_config
01/28/2022
- 06:33 PM Revision 1bd033cb (git): * 2022-01-29 [ci skip]
-
06:33 PM Revision 018036c2 (git): Remove assert_equal that will never be run
- `@s1.set_len(3)` will raise so the `assert_equal` will never be ran.
- 01:43 PM Revision c26e41c9 (git): * 2022-01-28 [ci skip]
-
01:42 PM Revision e0c5488f (git): Update to ruby/spec@902ab83
-
01:42 PM Revision bb5f7108 (git): Update to ruby/mspec@49adc2f
01/27/2022
-
11:54 AM Revision d66e7ec7 (git): [ruby/reline] Add a comment for VK_MENU
- https://github.com/ruby/reline/commit/ee307c2b01
-
11:54 AM Revision f4ee6054 (git): [ruby/reline] The AltGr behaves exactly the same as Ctrl+Alt
- On European keyboards.
https://github.com/ruby/reline/commit/75fe9759a4 -
08:16 AM Revision f511ff3b (git): [ruby/yaml] Add JRuby-specific warning when psych fails
- The error here is confusing for users because JRuby does not use
libyaml and installing it will not help. Instead, JR... -
06:46 AM Revision e89d8070 (git): Fix memory leak at the same named alias [Bug #18516]
- When aliasing a method to the same name method, set a separate bit
flag on that method definition, instead of the ref... -
05:28 AM Revision 7ff1bf31 (git): An alias can suppress method redefinition warning
-
05:00 AM Revision 6a6227e0 (git): Shifting zero always results in zero [Bug #18517]
- 03:33 AM Revision 99d02cae (git): [ruby/logger] Fix log rotation inter-process lock failed.
- Issue only occurs in JRuby 9.3.0.0 and Windows and the full
console output is:
log rotation inter-process lock faile...
01/26/2022
-
08:28 PM Revision d3d888b9 (git): [lldb] Handle MacOS 64Kb heap pages in the lldb helpers
-
05:02 PM Revision 1a180b7e (git): Streamline cached attr reader / writer indexes
- This commit removes the need to increment and decrement the indexes
used by vm_cc_attr_index getters and setters. It ... - 04:29 PM Revision 3ce97a18 (git): * 2022-01-27 [ci skip]
-
04:28 PM Revision b6b2e489 (git): [ruby/irb] Changed to call Kernel.print
- If you call `binding.irb` on a class defined `#print`, it will crash, so call `Kernel.print`.
Fix [Bug #18389] `bind... -
02:45 PM Revision e7141630 (git): Fix typo in assertion in gc.c
-
09:23 AM Revision bffd6cbd (git): Check if `execv` is available for ruby/missing.h
- As MinGW has the declaration, the `dllimport` attribute difference
is warned when compiling missing/*.c without inclu... -
06:56 AM Revision 4010cbfe (git): Use the prefixed pkg-config command
-
05:34 AM Revision 16e75855 (git): Unpoison the cached object in the exact size
-
04:09 AM Revision c925d3b6 (git): [rubygems/rubygems] Fix `force_ruby_platform` ignored when lockfile includes the current specific platform
- https://github.com/rubygems/rubygems/commit/9ca371adf8
-
01:05 AM Revision cc8064ba (git): Do not need to print to stderr
-
12:56 AM Revision e953d686 (git): refactoring btest output
- don't duplicate the message, but prepare `out` var to choose
stdout/err. -
12:56 AM Revision cac6fe90 (git): add `--stderr-on-failure` option to test-all
- Now all failure messages are printed to stdout. This option
makes all failure messages printed into stderr.
01/25/2022
-
09:51 PM Revision 142d5db1 (git): Support ID_TABLE_STOP for replace function
- Iteration should top if the replace function returns ID_TABLE_STOP.
-
09:51 PM Revision 82f0580a (git): Call rb_id_table_foreach_values instead
- These places never replace the value, so call rb_id_table_foreach_values
instead of rb_id_table_foreach_values_with_r... -
09:51 PM Revision 4d9ad91a (git): Rename rb_id_table_foreach_with_replace
- Renames rb_id_table_foreach_with_replace to
rb_id_table_foreach_values_with_replace and passes only the value to the
... -
08:57 PM Revision 6e901939 (git): Revert "`ID` in `rb_id_table_foreach_with_replace` [Feature #18253]"
- This reverts commit 530e485265dac6e2aea1d587a4a79a314cc772cf.
`rb_id_table_foreach_with_replace` is used during GC co... - 05:24 PM Revision ac574052 (git): * 2022-01-26 [ci skip]
- 05:24 PM Revision 42ef3fca (git): [rubygems/rubygems] Use Gem::Platform.local instead of RUBY_PLATFORM
- In certain places, we want to display the platform name with
`Gem::Platform.local` instead of `RUBY_PLATFORM`.
Fixes... -
02:38 PM Revision b07879e5 (git): Remove redundant if statement in try_move
- The if statement is redundant since if `index == 0` then
`BITS_BITLENGTH * index == 0`. -
02:10 PM Revision e3b5cc88 (git): NEWS: `Fixnum` and `Bignum` are removed finally [Feature #12005]
-
01:12 PM Revision 342e7a09 (git): [rubygems/rubygems] Fix spec to not touch the network
- And not depend on the state of rack's master branch, in particular, on
their Ruby support range.
https://github.com/... -
01:12 PM Revision cd806e19 (git): [rubygems/rubygems] Remove unnecessary comment
- https://github.com/rubygems/rubygems/commit/ef4e5c6169
-
07:43 AM Revision a51e1cd6 (git): enable `RUBY_ON_BUG` on release build
- [Feature #18483]
01/24/2022
-
11:50 PM Revision de678cd5 (git): [ruby/pathname] Officially drop support for ruby 2.6 or older
- The gem doesn't even install on old rubies, but since the gemspec claims
it's supported, `gem install pathname` will ... -
11:40 PM Revision 530e4852 (git): `ID` in `rb_id_table_foreach_with_replace` [Feature #18253]
- Pass the `ID` from `rb_id_table_foreach_with_replace` to callback
functions. -
07:34 PM Revision 87784fde (git): Keep right operand within width when right shifting
- NUM_IN_PAGE could return a value much larger than 64. According to the
C11 spec 6.5.7 paragraph 3 this is undefined b... - 04:11 PM Revision 97ab2599 (git): * 2022-01-25 [ci skip]
-
04:11 PM Revision 4317a675 (git): [rubygems/rubygems] Forbid downgrading past the originally shipped version on Ruby 3.1
- https://github.com/rubygems/rubygems/commit/68bef90339
-
02:21 PM Revision 663833b0 (git): [wasm] Disallow compaction
- WebAssembly doesn't support signals so we can't use read
barriers so we can't use compaction. -
09:10 AM Revision 5de62fe3 (git): Fixed an missing percent in the batch file
-
09:03 AM Revision 85502f3a (git): [ruby/io-wait] [DOC] Fix the return values [ci skip]
- Even since 0.1.0, other than +true+ or +false+ may be returned.
https://github.com/ruby/io-wait/commit/d0721e300a -
03:12 AM Revision e7b573e5 (git): [ruby/io-wait] Document mandatory require for using io/wait methods
- https://github.com/ruby/io-wait/commit/2beb05bd48
- 01:57 AM Revision c6a19b77 (git): Update default gems list at 328e6bf3b3a167529e5c64a281e773 [ci skip]
- 01:56 AM Revision 328e6bf3 (git): [ruby/bigdecimal] Version 3.1.2
- https://github.com/ruby/bigdecimal/commit/57e2194135
- 01:56 AM Revision 7db195d5 (git): [ruby/bigdecimal] Fix the maximum precision of the quotient
- Fixes https://github.com/ruby/bigdecimal/pull/220
https://github.com/ruby/bigdecimal/commit/127a1b5a31 - 01:56 AM Revision 506728d0 (git): [ruby/bigdecimal] Fix typo
- https://github.com/ruby/bigdecimal/commit/79c09b4dac
- 01:17 AM Revision d77f2ff5 (git): [ruby/rdoc] Fix typo in RDoc::Task example
- https://github.com/ruby/rdoc/commit/7a77e55c2a
01/23/2022
- 10:00 PM Revision 52caeb47 (git): * 2022-01-24 [ci skip]
-
10:00 PM Revision c1554457 (git): [ruby/reline] Ignore global constants when checking if Fiddle::VERSION exists
- If a top-level `VERSION` constant exists, or if a module containing a `VERSION` constant is included into the top-lev...
-
12:56 PM Revision bb955096 (git): Fix a typo [ci skip]
Also available in: Atom