Activity
From 05/10/2022 to 05/16/2022
05/16/2022
- 02:43 PM Revision f2dc9729 (git): [ruby/set] Fix a typo
- https://github.com/ruby/set/commit/71a876ae81
- 12:50 PM Revision f626998c (git): Delete autoload data from global features after autoload has completed. (#5910)
- * Update naming of critical section assertions macros.
* Improved locking for autoload. -
10:27 AM Revision a7577dbf (git): `annobin` works only when targeting Fedora
- And hopefully for other Linux. Since it is not run on the build os,
`TEST_RUNNABLE` is not suitable for this case. -
08:24 AM Revision 641c3830 (git): [rubygems/rubygems] Use `Array#concat` in `SpecSet#for` to save memory
- On `rails/rails` repository Gemfile, running the following script
```
# script.rb
require "bundler/setup"
```
#### ... -
08:24 AM Revision c380aac1 (git): [rubygems/rubygems] Improve `bundler/setup` performance again
- On a different patch, it was noticed Ngam Pham that we are calling
`LazySpecification#hash` many times, and simply me... - 08:10 AM Revision dccfff94 (git): Add `make test-annocheck` to detect security issues.
- * Note that as the annocheck binary package is not available on Ubuntu, and it
is working in progress in Debian, th... - 03:24 AM Revision 36efb2a1 (git): * 2022-05-16 [ci skip]
-
03:24 AM Revision 774b9e27 (git): [ruby/racc] [DOC] Remove stale `Object::ParseError` documentation
- https://github.com/ruby/racc/commit/4ecc13c9cb
05/15/2022
- 04:07 AM Revision 105609d3 (git): * 2022-05-15 [ci skip]
- 04:07 AM Revision 32de6097 (git): Fix various autoload race conditions. (#5898)
- * Add RUBY_VM_CRITICAL_SECTION for detecting unexpected context switch.
* Prevent race between GC mark and autoload ...
05/14/2022
-
01:38 PM Revision 48002ff1 (git): [ruby/fileutils] [DOC] Enhanced RDoc for #ln (https://github.com/ruby/fileutils/pull/69)
- Enhanced RDoc for #ln
https://github.com/ruby/fileutils/commit/79fc67f03f
Co-authored-by: Peter Zhu <peter@peterzhu...
05/13/2022
-
08:26 PM Revision 708e839d (git): Fix compiler warning when USE_RVARGC=0
- 08:02 PM Revision 51fab060 (git): * 2022-05-14 [ci skip]
-
08:02 PM Revision 9639dc91 (git): [ruby/logger] [DOC] Enhanced RDoc for Logger (https://github.com/ruby/logger/pull/77)
- Enhanced RDoc for Logger
https://github.com/ruby/logger/commit/c601ed0370
Co-authored-by: Peter Zhu <peter@peterzhu... -
02:47 PM Revision 09c72f41 (git): Print function name in backtrace when available
- If we don't have `saddr` but have `sname` we should output `sname`.
-
01:52 PM Revision 55ba4144 (git): [ruby/logger] Update lib/logger.rb
- https://github.com/ruby/logger/commit/a5a2f2da4a
Co-authored-by: Peter Zhu <[email protected]> -
01:52 PM Revision 1f1283b9 (git): [ruby/logger] Update lib/logger.rb
- https://github.com/ruby/logger/commit/e6f2c64fc6
Co-authored-by: Peter Zhu <[email protected]> -
01:52 PM Revision 45a92cc4 (git): [ruby/logger] Update lib/logger.rb
- https://github.com/ruby/logger/commit/3dc5a8d7a4
Co-authored-by: Peter Zhu <[email protected]> -
01:52 PM Revision 00635f8d (git): [ruby/logger] Update lib/logger.rb
- https://github.com/ruby/logger/commit/98919e09e5
Co-authored-by: Peter Zhu <[email protected]> -
01:52 PM Revision 2427a11b (git): [ruby/logger] Update lib/logger.rb
- https://github.com/ruby/logger/commit/073a892ad9
Co-authored-by: Olle Jonsson <[email protected]> -
01:52 PM Revision b9311e64 (git): [ruby/logger] Update lib/logger.rb
- https://github.com/ruby/logger/commit/6d91281f7f
Co-authored-by: Olle Jonsson <[email protected]> -
01:52 PM Revision e36a794f (git): [ruby/logger] Update lib/logger.rb
- https://github.com/ruby/logger/commit/34c0ba8baa
Co-authored-by: Olle Jonsson <[email protected]> -
01:52 PM Revision 90d8b721 (git): [ruby/logger] Enhanced RDoc for Logger
- https://github.com/ruby/logger/commit/16556d06d1
-
06:23 AM Revision 4c9ddaac (git): [rubygems/rubygems] Fix `Gemfile.lock` versions leaking to `bundler/inline` install output
- The lockfile is completely ignored in inline mode, yet the previous
output would suggest it wasn't.
https://github.c... -
06:23 AM Revision 4962e5c4 (git): [rubygems/rubygems] Normalize parameter name
- The other sources use `options` which reads better.
https://github.com/rubygems/rubygems/commit/a672f9d602
05/12/2022
-
11:44 PM Revision 2d103207 (git): Stop `build_extensions` when DESTDIR set
- Try to fix `make install without root privilege` failures on snapshot CIs.
example: https://github.com/ruby/actions/... -
09:34 PM Revision ebaf56c0 (git): YJIT: Implement getblockparam
- This implements the getblockparam instruction.
There are two cases we need to handle depending on whether or not
VM_... - 07:20 PM Revision 14ae97de (git): * remove trailing spaces. [ci skip]
-
07:19 PM Revision a6ce73ef (git): Add documentation section to README
- 07:08 PM Revision 30d0f08c (git): * 2022-05-13 [ci skip]
-
07:08 PM Revision f07a0e79 (git): YJIT: Fix getting the EP with registers other than RAX (#5882)
- Before this commit we were accidentally clobbering RAX. Additionally,
since this function had RAX hardcoded then the... - 10:36 AM Revision 75223433 (git): .github/workflows/compilers.yml: Add configure --enable-mkmf-verbose case.
- 10:36 AM Revision 019cbded (git): mkmf: Add a configure option to set verbose mode (V=1 or 0) in mkmf.rb.
- Note this change is only for `configure.ac`, not for Windows using
`win32/configure.bat`.
```
$ ./configure --help |... -
09:19 AM Revision 40ca208a (git): [ruby/uri] Improve URI.register_scheme tests and automatically upcase the given scheme
- * Also add docs and mention current limitations.
* For reference, https://stackoverflow.com/a/3641782/388803 mentions... -
05:54 AM Revision fbebfe16 (git): [ruby/uri] Add URI::Generic#decoded_#{user,password}
- URI::Generic#{user,password} return the encoded values, which are
not that useful if you want to do authentication wi... - 01:06 AM Revision 054ae999 (git): [ruby/uri] Update file.rb
- The module here is called `URI`, so it's probably reasonable to expect a requirement for the path to be RFC3986-compl...
05/11/2022
- 10:53 PM Revision 9f9a0940 (git): Quick markup fix
-
10:53 PM Revision f6cc4b97 (git): Write Thread instead of Threade
- 07:13 PM Revision 26a07b8b (git): Add a separate doc for contributing to stdlibs [ci skip]
- co-authored-by: Peter Zhu <[email protected]>
-
07:11 PM Revision 01916934 (git): [ruby/fileutils] Update lib/fileutils.rb
- https://github.com/ruby/fileutils/commit/4771925fee
Co-authored-by: Peter Zhu <[email protected]> -
07:11 PM Revision dbca60c5 (git): [ruby/fileutils] Enhanced RDoc for FileUtils
- https://github.com/ruby/fileutils/commit/a0ea474214
-
05:54 PM Revision 4da0f7a7 (git): [ruby/rdoc] Fix dead link in RDoc::Markup
- https://github.com/ruby/rdoc/commit/521c9ebd29
- 03:20 PM Revision 4978c486 (git): * 2022-05-12 [ci skip]
- 03:20 PM Revision e88ada46 (git): Ruby shovel operator (<<) speedup. (#5896)
- For string concat, see if compile-time encoding of strings matches.
If so, use simple buffer string concat at runtime... -
02:59 PM Revision c00feffb (git): Improve documentation on contributing to Ruby
- co-authored-by: Peter Zhu <[email protected]>
co-authored-by: Stan Lo <[email protected]> -
02:00 PM Revision becafe1e (git): [ruby/fileutils] Enhanced RDoc for FileUtils
- https://github.com/ruby/fileutils/commit/c38fd02372
-
02:00 PM Revision dde9db64 (git): [ruby/fileutils] Enhanced RDoc for FileUtils
- https://github.com/ruby/fileutils/commit/7b60f2d63b
- 07:56 AM Revision 6758b76b (git): * 2022-05-11 [ci skip]
-
07:55 AM Revision 8f1a8e68 (git): [rubygems/rubygems] Fix error message on metadata mismatches
- Previously we were removing not installable specs. However, if those are
the only ones, that would result in a bad er... -
07:55 AM Revision c582d986 (git): [rubygems/rubygems] Tweak negative expectations
- The follow a tweak on the yank message.
https://github.com/rubygems/rubygems/commit/f6817bfe58 -
07:55 AM Revision 54b15487 (git): [rubygems/rubygems] Extract a `next_ruby_minor` helper method for specs
- https://github.com/rubygems/rubygems/commit/66eae0ef1d
05/10/2022
Also available in: Atom