Project

General

Profile

Activity

From 02/19/2023 to 02/25/2023

02/25/2023

04:50 PM Revision 672b81b0 (git): [ruby/irb] Remove unused Struct
(https://github.com/ruby/irb/pull/522)
https://github.com/ruby/irb/commit/97dae166ae
ima1zumi (Mari Imaizumi)
10:04 AM Revision d0031db9 (git): Prefer RB_NUM2LONG for string length. (#7379)
Samuel Williams
08:38 AM Revision d3ee9e59 (git): [ruby/stringio] Remove (newly unneeded) remarks about aliases
https://github.com/ruby/stringio/commit/60bb320477 burdettelamar (Burdette Lamar)
06:27 AM Revision f94e83fa (git): Assigning `nil` to fiber storage deletes the association. (#7378)
Also avoid allocations when looking up `Fiber#storage` if not needed. Samuel Williams
05:40 AM Revision 57bc3f2f (git): Add `IO::Buffer.string` for efficient string creation. (#7364)
Samuel Williams

02/24/2023

09:18 PM Revision 132934b8 (git): YJIT: Generate Block::entry_exit with block entry PC
Previously, when Block::entry_exit is requested from any instruction
that is not the first one in the block, we gener...
alanwu (Alan Wu)
09:10 PM Revision fa1eb31f (git): [ci skip] Add note in gc.c about ambiguous case
peterzhu2118 (Peter Zhu)
07:10 PM Revision 3e098224 (git): Fix incorrect line numbers in GC hook
If the previous instruction is not a leaf instruction, then the PC was
incremented before the instruction was ran (me...
peterzhu2118 (Peter Zhu)
07:10 PM Revision d2631c42 (git): Fix RubyVM::CExpr#inspect
@__LINE__ can be nil which causes the inspect method to fail. peterzhu2118 (Peter Zhu)
07:09 PM Revision 05f016cd (git): [ruby/net-http] [DOC] Enhanced RDoc for Net::HTTP
(https://github.com/ruby/net-http/pull/126)
https://github.com/ruby/net-http/commit/4700d0660b
burdettelamar (Burdette Lamar)
02:03 PM Revision f471f461 (git): YJIT: Use enum for expressing type diff (#7370)
k0kubun (Takashi Kokubun)
02:01 PM Revision d8d152e6 (git): YJIT: Compress TempMapping (#7368)
k0kubun (Takashi Kokubun)
01:34 PM Revision 07403de5 (git): [ruby/irb] Cleanup completion tests
(https://github.com/ruby/irb/pull/520)
* Remove redundant completion test
The test case was introduced to guard an ...
st0012 (Stan Lo)
11:48 AM Revision 5d5ff6e5 (git): [ruby/set] Set#merge does not take keyword arguments as a Hash
https://github.com/ruby/set/commit/ca1c9532a9 Akinori MUSHA
11:48 AM Revision 454ac4cb (git): [ruby/set] Set#merge takes many enumerable objects like Hash#merge! does
https://github.com/ruby/set/commit/becaca994d Akinori MUSHA
10:44 AM Revision aff41a36 (git): Add information about runirb in make help
kaiquekandykoga (Kaíque Koga)

02/23/2023

06:13 PM Revision 1fdaa066 (git): Fix a warning on typedef
../gc.c:13317:1: warning: ‘typedef’ is not at beginning of declaration [-Wold-style-declaration]
13317 | } typedef we...
k0kubun (Takashi Kokubun)
06:08 PM Revision b9f9440e (git): YJIT: Trivial fixes in codegen.rs
k0kubun (Takashi Kokubun)
06:03 PM Revision 5444dde7 (git): YJIT: Skip type checks on splat args and expandarray if possible (#7363)
YJIT: Skip type checks on splat args and expandarray
if possible
k0kubun (Takashi Kokubun)
05:12 PM Revision c3cd1910 (git): YJIT: Add `make yjit-smoke-test` [ci skip]
I have this as a shell command and Maxime told me that she finds it
useful, too. I tested this on a release build and...
alanwu (Alan Wu)
04:51 PM Revision 7c47c261 (git): [ruby/net-http] [DOC] Enhanced RDoc for Net::HTTP
(https://github.com/ruby/net-http/pull/125)
https://github.com/ruby/net-http/commit/2ea20380fc
burdettelamar (Burdette Lamar)
03:01 PM Revision 2a5354e5 (git): Implement ObjectSpace::WeakKeyMap basic allocator
[Feature #18498] byroot (Jean Boussier)
08:50 AM Revision 9406245d (git): [rubygems/rubygems] lint fix again
https://github.com/rubygems/rubygems/commit/118d28ad27 Mercedes Bernard
08:50 AM Revision 3d766122 (git): [rubygems/rubygems] lint fix
https://github.com/rubygems/rubygems/commit/de3b69f1a7 Mercedes Bernard
08:50 AM Revision 10a393c2 (git): [rubygems/rubygems] add safe_load_marshal for gem::version and gem::spec
https://github.com/rubygems/rubygems/commit/2ea2ead1b3 Mercedes Bernard
08:50 AM Revision e965133f (git): [rubygems/rubygems] test Bundler::Fetcher that error raised when attempting load unexpected class
https://github.com/rubygems/rubygems/commit/795e796a9e Mercedes Bernard
08:50 AM Revision 68995c21 (git): [rubygems/rubygems] test rubygems_integration that error raised when attempting load unexpected class
https://github.com/rubygems/rubygems/commit/9798718b3b Mercedes Bernard
08:50 AM Revision ffc20273 (git): [rubygems/rubygems] add test for private load_marshal method
https://github.com/rubygems/rubygems/commit/3a772125b8 Mercedes Bernard
08:50 AM Revision 583137fe (git): [rubygems/rubygems] make Bundler.load_marshal private
https://github.com/rubygems/rubygems/commit/4909d071d2 Mercedes Bernard
08:50 AM Revision d5994eb4 (git): [rubygems/rubygems] safe marshal gem specs when inflating
https://github.com/rubygems/rubygems/commit/5c5d0c5350 Mercedes Bernard
08:50 AM Revision 3d5ec840 (git): [rubygems/rubygems] safe marshal gem versions when fetching Marshal.specs.4.8.gz
https://github.com/rubygems/rubygems/commit/23880353c1 Mercedes Bernard
06:14 AM Revision 0602df30 (git): merge revision(s) 613fca01486e47dee9364a2fd86b5f5e77fe23c8: [Backport #19189]
[Bug #19189] Fallback to the default "pkg-config"
---
lib/mkmf.rb | 2 +-
1 file changed, 1...
nagachika (Tomoyuki Chikanaga)
06:10 AM Revision 9f072e9a (git): merge revision(s) 8038d5e40a079d60dfcf7cab1155528959760c28: [Backport #18765]
Revert flawed doc for slice_after, slice_when, and chunk_while
(#5952)
Restores doc for the methods...
nagachika (Tomoyuki Chikanaga)
05:40 AM Revision 3b567eb4 (git): [Bug #19459] Remove unnecessary always-true checks (#7362)
`length` is a required argument for `IO::Buffer#read` and
`IO::Buffer#write` methods, and `argc` is already checked w...
nobu (Nobuyoshi Nakada)
05:36 AM Revision 536f5ba0 (git): merge revision(s) 3ddf6ad4d2f6dae4caa00b8c407768c7062099a0: [Backport #18629]
Private local variables should shadow outer variables [Bug #18629]
---
parse.y | 3 ...
nagachika (Tomoyuki Chikanaga)
03:46 AM Revision d485a5dc (git): bump patchlevel
nagachika (Tomoyuki Chikanaga)
03:45 AM Revision 76c61c99 (git): Backport https://github.com/ruby/ruby/pull/7321
hsbt (Hiroshi SHIBATA)
03:41 AM Revision 4141989b (git): merge revision(s) 656f25987cf2885104d5b13c8d3f5b7d32f1b333,98074a57ca9f3169fe9da9af6c49b636d37db16f,745dcf5326ea2c8e2047a3bddeb0fbb7e7d07649,b335d899fff3cc22b022c9ee2ceb636d714bf1a7: [Backport #19153]
[ruby/cgi] Fix test_cgi_cookie_new_with_domain to pass on older
rubies
https://github.com/ruby/cgi/...
nagachika (Tomoyuki Chikanaga)
02:25 AM Revision da0e6b99 (git): Move `dump_machine_register` definitions
nobu (Nobuyoshi Nakada)

02/22/2023

09:22 PM Revision e9e4e1cb (git): YJIT: Introduce Opnd::Stack (#7352)
k0kubun (Takashi Kokubun)
09:09 PM Revision 4f48debd (git): * remove trailing spaces. [ci skip]
git[bot]
09:09 PM Revision 29ec8e15 (git): Make GC faster when RGENGC_CHECK_MODE >= 2
We shouldn't run gc_verify_internal_consistency after every GC step
when RGENGC_CHECK_MODE >= 2, only when GC has fin...
peterzhu2118 (Peter Zhu)
07:26 PM Revision 220cdbee (git): [lldb] Add a print_flags command (#7358)
eightbitraptor (Matt V-H)
01:58 PM Revision 4edb2a29 (git): [ruby/net-http] [DOC] Enhanced RDoc for Net:HTTP
(https://github.com/ruby/net-http/pull/124)
https://github.com/ruby/net-http/commit/aaf26b21d6
burdettelamar (Burdette Lamar)
01:14 PM Revision b112ae99 (git): Skip failing test on MSWin
nobu (Nobuyoshi Nakada)
10:00 AM Revision 65ab2c1e (git): Backport [Bug #19158] for Ruby 3.2 (#7356)
Backport https://github.com/ruby/ruby/pull/7321 hsbt (Hiroshi SHIBATA)
08:42 AM Revision 6232e1b9 (git): [rubygems/rubygems] Skip extension test on jruby
https://github.com/rubygems/rubygems/commit/38ee82c297 segiddins (Samuel Giddins)
08:42 AM Revision 151ae979 (git): [rubygems/rubygems] Better teardown
https://github.com/rubygems/rubygems/commit/5fa0ebf09b segiddins (Samuel Giddins)
08:42 AM Revision a17b1b19 (git): [rubygems/rubygems] Always join with a string
Gem.path_separator can also be a regexp...
https://github.com/rubygems/rubygems/commit/7e6e56a5f3
segiddins (Samuel Giddins)
08:42 AM Revision 0ca3a095 (git): [rubygems/rubygems] Only update env if var exists
Will save on an error if it would be nil from an exception happening during that line
https://github.com/rubygems/ru...
segiddins (Samuel Giddins)
08:42 AM Revision 616a7e1f (git): [rubygems/rubygems] Nil out Gem.configuration after tests
https://github.com/rubygems/rubygems/commit/3135ad91d4 segiddins (Samuel Giddins)
08:42 AM Revision ae5deb1e (git): [rubygems/rubygems] Use assert_raise instead of assert_raises
For ruby-core compat
https://github.com/rubygems/rubygems/commit/c8f85c91a8
segiddins (Samuel Giddins)
08:42 AM Revision 931db212 (git): [rubygems/rubygems] Add tests covering pre-releases for gem exec
https://github.com/rubygems/rubygems/commit/f6877c29b9 segiddins (Samuel Giddins)
08:42 AM Revision 80bfa1b3 (git): [rubygems/rubygems] Fix resetting env in gem exec, and make sure it is set for gem exec gem
https://github.com/rubygems/rubygems/commit/13a6dd4992 segiddins (Samuel Giddins)
08:42 AM Revision 2dd96983 (git): [rubygems/rubygems] Allow gem exec gem
https://github.com/rubygems/rubygems/commit/a767f7b9be segiddins (Samuel Giddins)
08:42 AM Revision 47d4f73e (git): [rubygems/rubygems] Remove platform option for gem exec
Also fix native extensions that load dependencies
https://github.com/rubygems/rubygems/commit/a06f9870c7
segiddins (Samuel Giddins)
08:42 AM Revision 612ebd10 (git): [rubygems/rubygems] Ensure dependencies are updated by default when running gem exec
https://github.com/rubygems/rubygems/commit/664f3e1e5f segiddins (Samuel Giddins)
08:42 AM Revision 3f0f9a79 (git): [rubygems/rubygems] Add gem exec description
https://github.com/rubygems/rubygems/commit/dac1609fd5 segiddins (Samuel Giddins)
08:42 AM Revision d81be060 (git): [rubygems/rubygems] Add specs for gem exec
https://github.com/rubygems/rubygems/commit/3078e5834e segiddins (Samuel Giddins)
08:42 AM Revision cbe14cc8 (git): [rubygems/rubygems] Add gem exec command
https://github.com/rubygems/rubygems/commit/ca69a317f3 segiddins (Samuel Giddins)
05:40 AM Revision 693e4dec (git): Prohibit GIT after setting readonly
nobu (Nobuyoshi Nakada)
04:11 AM Revision 65ef20d2 (git): Add support for LoongArch (#7343)
* vm_dump.c: Dump machine registers on loongarch64 Linux.
* coroutines: Support for native loongarch64 coroutines.
...
小MAO钓鱼
02:56 AM Revision 2798b13e (git): Bump actions/cache from 3.2.5 to 3.2.6
Bumps [actions/cache](https://github.com/actions/cache) from 3.2.5 to 3.2.6.
- [Release notes](https://github.com/act...
dependabot[bot]
01:23 AM Revision d025ff29 (git): Clone bundled gem sources only if GIT is available
nobu (Nobuyoshi Nakada)
01:23 AM Revision ac5a949c (git): Refine exception messages when git failed
nobu (Nobuyoshi Nakada)
01:20 AM Revision 015bf5c4 (git): Removed accidentally commits with ruby/readline-ext
Partly reverted 1ddda4c0d7d2b83658ab149e36e088961ca0b2dc hsbt (Hiroshi SHIBATA)
01:18 AM Revision fc59b587 (git): [ruby/readline-ext] test_readline.rb only needs EnvUtil
https://github.com/ruby/readline-ext/commit/9245965ecd hsbt (Hiroshi SHIBATA)
01:18 AM Revision 08891906 (git): [ruby/readline-ext] Omit some tests with macOS platform
https://github.com/ruby/readline-ext/commit/efe2be6e4c hsbt (Hiroshi SHIBATA)
01:18 AM Revision 1ddda4c0 (git): [ruby/readline-ext] Import EnvUtils and related test libraries
https://github.com/ruby/readline-ext/commit/f034697a48 hsbt (Hiroshi SHIBATA)

02/21/2023

09:59 PM Revision ae9e1aee (git): Call rb_ivar_set instead of exiting for many ivars
Previously, when we have a lot of ivars defined, we would exit via
`jit_chain_guard` for megamorphic ivars. Now if we...
eileencodes (Eileen Uchitelle)
09:41 PM Revision 9f8056a7 (git): YJIT: Fastpath for Module#=== (#7351)
Co-authored-by: Maxime Chevalier-Boisvert <[email protected]>
Co-authored-by: Jimmy Miller <jimmy....
alanwu (Alan Wu)
09:10 PM Revision 0353277b (git): YJIT: Avoid checking symbol ID twice on send (#7350)
k0kubun (Takashi Kokubun)
07:38 PM Revision 50e77b6a (git): [ruby/irb] Improve RubyLex's tests
(https://github.com/ruby/irb/pull/484)
* Improve assert_indenting helper
Instead of putting assertions inside the `...
st0012 (Stan Lo)
06:21 PM Revision 5baef075 (git): YJIT: Fix clippy issues and remove unused params (#7348)
* YJIT: Fix clippy issues and remove unused params
* Remove an unnecessary whitespace
---------
Co-authored-by: Ta...
Jimmy Miller
06:00 PM Revision d579f475 (git): Bump SHAPE_MAX_NUM_IVS to 80 (#7344)
k0kubun (Takashi Kokubun)
05:07 PM Revision 37b6d988 (git): Use `Gem::Package#build` instead of the class method for old baseruby
nobu (Nobuyoshi Nakada)
05:07 PM Revision 289080e4 (git): Clone and create dummy gemspec in sequential build
nobu (Nobuyoshi Nakada)
05:07 PM Revision 241c4cfd (git): Move dummy gemspec file creation for extract-gems-sequential
nobu (Nobuyoshi Nakada)
05:07 PM Revision 0a9efe87 (git): Use git directories instead of gemspec files as dependency
Minitest repository does not commit its gemspec file. nobu (Nobuyoshi Nakada)
03:57 PM Revision 3c01342e (git): Fix detection of compiler_wd in tool/update-deps
eightbitraptor (Matt V-H)
03:39 PM Revision a26a0af0 (git): Use `BigDecimal::VERSION` instead of `RUBY_VERSION`
nobu (Nobuyoshi Nakada)
03:36 PM Revision ace116fc (git): Update default gems list at 0cde887eb9fd47b9857c9e4a7fbafc [ci skip]
git[bot]
03:35 PM Revision 0cde887e (git): [ruby/bigdecimal] Bump up to 3.1.4
ruby/bigdecimal#187 has changed a behavior and ruby/spec also needed a
follow up at https://github.com/ruby/ruby/comm...
nobu (Nobuyoshi Nakada)
02:24 PM Revision 7b768e43 (git): [ruby/bigdecimal] Move RB_GC_GUARD() at the end, like in BigMath_s_exp()
https://github.com/ruby/bigdecimal/commit/b66ef9fbb5 Eregon (Benoit Daloze)
02:24 PM Revision 5077cc2b (git): [ruby/bigdecimal] Avoid RB_GC_GUARD(a) = b in bigdecimal
* This is not supported on TruffleRuby, which requires the value to be
set before RB_GC_GUARD() is called.
* See ht...
Eregon (Benoit Daloze)
01:05 PM Revision 93ac7405 (git): Add marking and sweeping time to GC.stat
There is a `time` key in GC.stat that gives us the total time spent in
GC. However, we don't know what proportion of ...
peterzhu2118 (Peter Zhu)
01:05 PM Revision d7c1ca48 (git): Refactor to separate marking and sweeping phases
This commit separates the marking and sweeping phases so that marking
functions do not directly call sweeping functions.
peterzhu2118 (Peter Zhu)
12:57 PM Revision d2520b7b (git): Marshal.load: restore instance variables on Regexp
[Bug #19439]
The instance variables were restore on the Regexp source,
not the regexp itself.
Unfortunately we have...
byroot (Jean Boussier)
11:00 AM Revision 61709227 (git): Update default gems list at b572f2436c70bef75126fe4e30910a [ci skip]
git[bot]
10:50 AM Revision b572f243 (git): [ruby/openssl] Stub gemspec for JRuby
JRuby has its own implementation of the `openssl` library in
jruby-openssl. The simplest way for us to allow users to...
headius (Charles Nutter)
10:32 AM Revision bc101f0f (git): [ruby/rdoc] Fix RDoc::Parser::Ruby not being documented
The calls to require prevent the class from being documented.
https://github.com/ruby/rdoc/commit/76283fc42e
etienne (Étienne Barrié)
10:31 AM Revision 4c772651 (git): [ruby/strscan] Mask out this test on JRuby/Windows
See https://github.com/jruby/jruby/issues/7644 for the root issue,
which will require fixes to JRuby's regular expres...
headius (Charles Nutter)
10:31 AM Revision 76a4cdfb (git): [ruby/strscan] test: Run test more with fixed anchor mode
(https://github.com/ruby/strscan/pull/60)
fix https://github.com/ruby/strscan/pull/56
Sutou Kouhei
10:31 AM Revision 260bc7cd (git): [ruby/strscan] Add test case to `test_string`
(https://github.com/ruby/strscan/pull/58)
`string` returns the original string after `scan` is called. Current
test ...
okuramasafumi (Masafumi OKURA)
10:31 AM Revision 18e840ac (git): [ruby/strscan] Bump version
https://github.com/ruby/strscan/commit/681cde0f27 Sutou Kouhei
10:31 AM Revision a44f5ab0 (git): [ruby/strscan] Mention return value of `rest?` in the doc
(https://github.com/ruby/strscan/pull/49)
The doc of `rest?` was unclear about return value. This commit adds the
re...
okuramasafumi (Masafumi OKURA)
10:31 AM Revision a350ef9f (git): [ruby/csv] test: use mailing list ID instead of unavailable URL
https://github.com/ruby/csv/commit/04862ccf87 Sutou Kouhei
10:31 AM Revision 2ac1efc0 (git): [ruby/csv] Use https links instead of http
(https://github.com/ruby/csv/pull/274)
https://github.com/ruby/csv/commit/e2a06929a8
apatniv (Vivek Ak)
10:31 AM Revision 1a05d988 (git): [ruby/csv] Remove unused @double_quote_character from Parser
(https://github.com/ruby/csv/pull/273)
https://github.com/ruby/csv/commit/e5622c53ae
Maumagnaguagno (Mau Magnaguagno)
10:28 AM Revision 38fa8eb4 (git): Merge rubygems/bundler master
Pick from https://github.com/rubygems/rubygems/commit/e9304aed7e43308b99e70c2f7b92028315fee8a5 hsbt (Hiroshi SHIBATA)
10:28 AM Revision a47e1328 (git): [rubygems/rubygems] Give a better message when Gemfile branch does not exist
https://github.com/rubygems/rubygems/commit/cb4fc41cbc deivid (David Rodríguez)
10:28 AM Revision b5eb9ebd (git): [rubygems/rubygems] Fix crash in pub grub involving empty ranges
https://github.com/rubygems/rubygems/commit/0f168516f7 deivid (David Rodríguez)
10:28 AM Revision 4064e3e7 (git): [rubygems/rubygems] Update pub_grub
* Replaces the wording of "is forbidden" with "cannot be used"
* Fixes the method signature of VersionRange::Empty#eq...
jhawthorn (John Hawthorn)
10:28 AM Revision 80389915 (git): [rubygems/rubygems] Sync with pub_grub main branch
We became a bit out of sync lately.
https://github.com/rubygems/rubygems/commit/6161a2610a
deivid (David Rodríguez)
10:28 AM Revision e7bf8596 (git): [rubygems/rubygems] Restore better error message when locked ref does not exist
https://github.com/rubygems/rubygems/commit/c8e024359f deivid (David Rodríguez)
10:26 AM Revision 9b6d421f (git): [rubygems/rubygems] [DOC] Update the link to OpenSource.org
The static list in alphabetical order seems no longer provided.
https://github.com/rubygems/rubygems/commit/a37dff7736
nobu (Nobuyoshi Nakada)
10:05 AM Revision ba2bd6d0 (git): [rubygems/rubygems] Bump rb-sys
Bumps [rb-sys](https://github.com/oxidize-rb/rb-sys) from 0.9.64 to 0.9.65.
- [Release notes](https://github.com/oxid...
dependabot[bot]
09:50 AM Revision d13879f8 (git): [ruby/bigdecimal] Read version from bigdecimal.c
The dependency of extconf.h on bigdecimal.gemspec does not make sense
as far as no rule is defined for it. Also, the...
nobu (Nobuyoshi Nakada)
09:40 AM Revision cb40432c (git): Use `ERROR_ARGS_AT`
nobu (Nobuyoshi Nakada)
04:46 AM Revision 6384f798 (git): Prevent "warning: ambiguity between regexp and two divisions"
http://rubyci.s3.amazonaws.com/ubuntu/ruby-master/log/20230221T031004Z.log.html.gz
```
/home/chkbuild/chkbuild/tmp/bu...
mame (Yusuke Endoh)

02/20/2023

09:57 PM Revision 899fad90 (git): [ruby/net-http] [DOC] Enhanced RDoc for Net::HTTP
(https://github.com/ruby/net-http/pull/123)
https://github.com/ruby/net-http/commit/220ff3f741
burdettelamar (Burdette Lamar)
06:04 PM Revision 0459eaec (git): compile.c: eliminate getinstancevariable -> pop sequences
This case wasn't eliminated before because `getinstancevariable`
could emit a warning, but that's no longer the case ...
byroot (Jean Boussier)
05:06 PM Revision ecd0cdaf (git): YJIT: Fix assertion for partially mapped last pages (#7337)
Follows up [Bug #19400] k0kubun (Takashi Kokubun)
01:50 AM Revision b326a5f3 (git): Adjust indent [ci skip]
nobu (Nobuyoshi Nakada)
01:33 AM Revision 7d5794ba (git): error.c: Use "undefined local variable or method `...' for main"
... for the toplevel. mame (Yusuke Endoh)
01:33 AM Revision 0e830e63 (git): Update some ruby specs for the new message format of NoMethodError
mame (Yusuke Endoh)
01:33 AM Revision 8f868a1a (git): Update some tests for the new message format of NoMethodError
mame (Yusuke Endoh)
01:33 AM Revision 1fd181b4 (git): error.c: Update the message format for NoMethodError
* If the receiver is a Class, use "... for class <class name>".
* If the receiver is a Module, use "... for module <m...
mame (Yusuke Endoh)
01:33 AM Revision e7b8d32e (git): Stop using receiver#inspect for "undefined method" errors
```
42.time #=> undefined method `time' for object Integer (NoMethodError)
class Foo
privatee #=> undefined loc...
mame (Yusuke Endoh)

02/19/2023

11:07 PM Revision 5c0298bf (git): [ruby/pstore] Remove (newly unneeded) remarks about aliases
(https://github.com/ruby/pstore/pull/8)
https://github.com/ruby/pstore/commit/01c4ccc7aa
burdettelamar (Burdette Lamar)
10:50 PM Revision 5fb64f52 (git): [ruby/fileutils] Remove (newly unneeded) remarks about aliases
(https://github.com/ruby/fileutils/pull/108)
https://github.com/ruby/fileutils/commit/bbe595cfa5
burdettelamar (Burdette Lamar)
10:39 PM Revision 924ab1b7 (git): test/readline/test_readline.rb: skip a test x86_64-linux-(x32|i[3-6]86)
I run a 32-bit (x86) userspace on a 64-bit kernel to save memory
and this test fails for the same reason it does on p...
Eric Wong
10:26 PM Revision 3b239d24 (git): Remove (newly unneeded) remarks about aliases
burdettelamar (Burdette Lamar)
10:24 PM Revision 3d538271 (git): [ruby/date] Removed (newly unneeded) alias remarks
(https://github.com/ruby/date/pull/88)
https://github.com/ruby/date/commit/cfa7e9868b
burdettelamar (Burdette Lamar)
08:32 PM Revision 976cc385 (git): [DOC] Return *args to Enumerable method definitions
zverok (Victor Shepelev)
08:32 PM Revision ce0f3de0 (git): [DOC] Update pattern matching docs for 3.2
* Remove section about experimental status
* Add references to core objects that can deconstruct
zverok (Victor Shepelev)
08:32 PM Revision 4f049e91 (git): [DOC] Document IO::Timeout
zverok (Victor Shepelev)
08:32 PM Revision e1b447a3 (git): [DOC] Improve ObjectSpace#dump_XXX method docs
* remove false call-seq (output from Ruby parsing is cleaner)
* explain output: argument in plain words
* change para...
zverok (Victor Shepelev)
08:32 PM Revision 0258e92e (git): [DOC] Improve Kernel#binding docs
* Add links to Binding class
* Make examples practical
* Extend possible usages description
zverok (Victor Shepelev)
08:32 PM Revision 51bb5b23 (git): [DOC] Small adjustment for String method docs
* Hide freeze method (no useful docs, same as Object#freeze)
* Add dedup to call-seq of str_uminus
zverok (Victor Shepelev)
08:32 PM Revision 0c0b9191 (git): [DOC] Update TracePoint#binding docs for 3.2 behavior
zverok (Victor Shepelev)
08:32 PM Revision 01509f34 (git): [DOC] Restore Process module doc lost due to RDoc update
zverok (Victor Shepelev)
07:58 PM Revision 59f7bf96 (git): Mention when it is appropriate to document aliases in call-seq
jeremyevans (Jeremy Evans)
07:41 PM Revision ea507659 (git): [DOC] Change to handling of aliases (#7340)
Change to handling of aliases burdettelamar (Burdette Lamar)
12:06 PM Revision 759d2358 (git): Create a dummy minitest.gemspec for a bundled gem
To use the repository version of bundled gems, we need to build a gem by
"gem build", but the repository of minitest ...
mame (Yusuke Endoh)
12:06 PM Revision 8eaa3466 (git): No validation for bundled gems
https://github.com/mame/ruby/actions/runs/4208869556/jobs/7305356097
```
WARNING: open-ended dependency on irb (>= 1...
mame (Yusuke Endoh)
12:06 PM Revision 8a59f75d (git): Use the development versions of minitest and debug gems
This is a preparation for a new message format of NameError.
[Feature #18285]
https://github.com/minitest/minitest/p...
mame (Yusuke Endoh)
10:29 AM Revision 29f88b9f (git): [ruby/error_highlight] Support the new message format of NameError in Ruby 3.3
https://bugs.ruby-lang.org/issues/18285
https://github.com/ruby/ruby/pull/6950
https://github.com/ruby/error_highlig...
mame (Yusuke Endoh)
09:58 AM Revision ba1b9d31 (git): [ruby/bigdecimal] Fix the license name [ci skip]
```
$ gem build bigdecimal.gemspec
WARNING: license value 'BSD-2-clause' is invalid. Use a license identifier from
...
nobu (Nobuyoshi Nakada)
07:10 AM Revision 4dc2cb3c (git): [ruby/did_you_mean] Support the new message format of NameError in
Ruby 3.3
(https://github.com/ruby/did_you_mean/pull/184)
This change accepts the following change of the message of ...
mame (Yusuke Endoh)
 

Also available in: Atom