Project

General

Profile

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. nobu (Nobuyoshi Nakada)
10:07 AM Revision 67f4729f (git): [Bug#18556] Fallback `MAP_ ANONYMOUS`
Define `MAP_ANONYMOUS` to `MAP_ANON` if undefined on old systems. nobu (Nobuyoshi Nakada)
08:32 AM Revision fbb3cab9 (git): Add a NEWS entry about [Feature #16806]
k0kubun (Takashi Kokubun)
06:33 AM Revision 90a8b1c5 (git): Remove a typo hash [ci skip]
nobu (Nobuyoshi Nakada)
06:29 AM Revision 7672f6a4 (git): mkmf: unify duplicate code in pkg_config
nobu (Nobuyoshi Nakada)
06:22 AM Revision b90e56e6 (git): mkmf: pkg_config accepts multiple options
mdalessio (Mike Dalessio)
06:22 AM Revision 24c7e75d (git): test: backfill coverage for MakeMakefile.pkg_config
mdalessio (Mike Dalessio)

01/28/2022

06:33 PM Revision 1bd033cb (git): * 2022-01-29 [ci skip]
git[bot]
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. peterzhu2118 (Peter Zhu)
01:43 PM Revision c26e41c9 (git): * 2022-01-28 [ci skip]
git[bot]
01:42 PM Revision e0c5488f (git): Update to ruby/spec@902ab83
Eregon (Benoit Daloze)
01:42 PM Revision bb5f7108 (git): Update to ruby/mspec@49adc2f
Eregon (Benoit Daloze)

01/27/2022

11:54 AM Revision d66e7ec7 (git): [ruby/reline] Add a comment for VK_MENU
https://github.com/ruby/reline/commit/ee307c2b01 aycabta (aycabta .)
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
aycabta (aycabta .)
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...
headius (Charles Nutter)
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...
nobu (Nobuyoshi Nakada)
05:28 AM Revision 7ff1bf31 (git): An alias can suppress method redefinition warning
nobu (Nobuyoshi Nakada)
05:00 AM Revision 6a6227e0 (git): Shifting zero always results in zero [Bug #18517]
nobu (Nobuyoshi Nakada)
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...
Jesse Chavez

01/26/2022

08:28 PM Revision d3d888b9 (git): [lldb] Handle MacOS 64Kb heap pages in the lldb helpers
eightbitraptor (Matt V-H)
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 ...
jemmai (Jemma Issroff)
04:29 PM Revision 3ce97a18 (git): * 2022-01-27 [ci skip]
git[bot]
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...
osyo (manga osyo)
02:45 PM Revision e7141630 (git): Fix typo in assertion in gc.c
peterzhu2118 (Peter Zhu)
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...
nobu (Nobuyoshi Nakada)
06:56 AM Revision 4010cbfe (git): Use the prefixed pkg-config command
nobu (Nobuyoshi Nakada)
05:34 AM Revision 16e75855 (git): Unpoison the cached object in the exact size
nobu (Nobuyoshi Nakada)
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 deivid (David Rodríguez)
01:05 AM Revision cc8064ba (git): Do not need to print to stderr
ko1 (Koichi Sasada)
12:56 AM Revision e953d686 (git): refactoring btest output
don't duplicate the message, but prepare `out` var to choose
stdout/err.
ko1 (Koichi Sasada)
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.
ko1 (Koichi Sasada)

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. peterzhu2118 (Peter Zhu)
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...
peterzhu2118 (Peter Zhu)
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
...
peterzhu2118 (Peter Zhu)
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...
nobu (Nobuyoshi Nakada)
05:24 PM Revision ac574052 (git): * 2022-01-26 [ci skip]
git[bot]
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...
Ngan Pham
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`.
peterzhu2118 (Peter Zhu)
02:10 PM Revision e3b5cc88 (git): NEWS: `Fixnum` and `Bignum` are removed finally [Feature #12005]
nobu (Nobuyoshi Nakada)
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/...
deivid (David Rodríguez)
01:12 PM Revision cd806e19 (git): [rubygems/rubygems] Remove unnecessary comment
https://github.com/rubygems/rubygems/commit/ef4e5c6169 deivid (David Rodríguez)
07:43 AM Revision a51e1cd6 (git): enable `RUBY_ON_BUG` on release build
[Feature #18483] ko1 (Koichi Sasada)

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 ...
deivid (David Rodríguez)
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.
nobu (Nobuyoshi Nakada)
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...
peterzhu2118 (Peter Zhu)
04:11 PM Revision 97ab2599 (git): * 2022-01-25 [ci skip]
git[bot]
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 deivid (David Rodríguez)
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.
peterzhu2118 (Peter Zhu)
09:10 AM Revision 5de62fe3 (git): Fixed an missing percent in the batch file
nobu (Nobuyoshi Nakada)
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
nobu (Nobuyoshi Nakada)
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 apatniv (Vivek Ak)
01:57 AM Revision c6a19b77 (git): Update default gems list at 328e6bf3b3a167529e5c64a281e773 [ci skip]
git[bot]
01:56 AM Revision 328e6bf3 (git): [ruby/bigdecimal] Version 3.1.2
https://github.com/ruby/bigdecimal/commit/57e2194135 Kenta Murata
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
Kenta Murata
01:56 AM Revision 506728d0 (git): [ruby/bigdecimal] Fix typo
https://github.com/ruby/bigdecimal/commit/79c09b4dac Kenta Murata
01:17 AM Revision d77f2ff5 (git): [ruby/rdoc] Fix typo in RDoc::Task example
https://github.com/ruby/rdoc/commit/7a77e55c2a gemmaro

01/23/2022

10:00 PM Revision 52caeb47 (git): * 2022-01-24 [ci skip]
git[bot]
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... postmodern (Hal Brodigan)
12:56 PM Revision bb955096 (git): Fix a typo [ci skip]
znz (Kazuhiro NISHIYAMA)
 

Also available in: Atom