Activity
From 05/29/2023 to 06/04/2023
06/04/2023
-
07:02 PM Bug #19710: Wrong answer output in "All together now" exercise at try.ruby-lang.org
- byroot (Jean Boussier) wrote in #note-1:
> Please report it to the upstream project: https://github.com/ruby/TryRuby... -
06:36 PM Bug #19710 (Third Party's Issue): Wrong answer output in "All together now" exercise at try.ruby-lang.org
- Please report it to the upstream project: https://github.com/ruby/TryRuby
-
04:08 PM Bug #19710 (Third Party's Issue): Wrong answer output in "All together now" exercise at try.ruby-lang.org
- Couldn't find the error in my typed version of the code, so then I copied the provided solution and discovered it had...
- 03:25 PM Revision 068672cf (git): Update default gems list at 4275a8098e59c43daa4a85efce9465 [ci skip]
-
03:24 PM Revision 4275a809 (git): [ruby/irb] Bump version to 1.7.0
- (https://github.com/ruby/irb/pull/596)
https://github.com/ruby/irb/commit/c2e7002867 -
02:33 PM Feature #19056: Introduce `Fiber.annotation` for attaching messages to fibers.
- I came back to this issue.
> I don't see the convenience of `Fiber.annotate`. Convince me.
- Logging what the c...
06/03/2023
-
11:50 AM Revision 73a31546 (git): Attrset name is not allowed as an attribute
-
11:22 AM Revision 45890563 (git): Exit with a failure if any test files failed to load
-
11:13 AM Misc #19693: Data initialization is significantly slower than Struct
- @byroot
nice idea! i've [tried it](https://gist.github.com/jaynetics/0d04eb85177140e2a84fc88aeea68764). it still dou... -
09:35 AM Feature #19708: Support `attr_reader :foo?`
- Personally I agree with the proposal, largely because I love methods that end with a trailing '?' - I think that was
... -
12:23 AM Feature #19708: Support `attr_reader :foo?`
- You can workaround this by using `attr_reader` to create the optimized method, `alias_method` to give it the nice `ac...
-
12:15 AM Feature #19708 (Open): Support `attr_reader :foo?`
- Creating reader methods with `attr_reader` is preferable over defining them by hand, not only because it's more conve...
- 08:28 AM Revision 1bb7c3c4 (git): Update default gems list at e6bd1852fb0c4775f6bc9588df30a1 [ci skip]
-
08:28 AM Revision e6bd1852 (git): [ruby/reline] Bump version to 0.3.5
- (https://github.com/ruby/reline/pull/548)
https://github.com/ruby/reline/commit/4330a52572 -
03:41 AM Bug #19709 (Closed): `Thread.join(timeout)` hangs in fiber scheduler.
- Merged.
-
02:04 AM Bug #19709: `Thread.join(timeout)` hangs in fiber scheduler.
- PR: https://github.com/ruby/ruby/pull/7903
-
01:43 AM Bug #19709 (Closed): `Thread.join(timeout)` hangs in fiber scheduler.
- Unfortunately the following script can hang:
```ruby
require_relative 'test/fiber/scheduler'
scheduler = Sched... - 03:41 AM Revision 04021937 (git): Fix `Thread#join(timeout)` when running inside the fiber scheduler. (#7903)
-
03:07 AM Feature #18894: Object#make_shareable
- `#make_shareable` sounds like it's an alias for `Ractor.make_shareable`. Callbacks tend to be past tense, how about `...
-
01:42 AM Revision a4d92475 (git): [ruby/rdoc] Auto-correct trailing new lines
- https://github.com/ruby/rdoc/commit/4b68c0728a
-
01:34 AM Revision 7b803eaf (git): Ripper does not depend on Bison [ci skip]
- It also uses Lrama then no dependency on Bison.
-
12:35 AM Revision bebd05fb (git): [ruby/singleton] Simplify the implementation
- (https://github.com/ruby/singleton/pull/7)
Remove `__init__` and move logic to `included`. -
12:00 AM Feature #19197: Add Exception#root_cause
- mame (Yusuke Endoh) wrote in #note-8:
> Discussed at the dev meeting.
>
> Please elaborate the use case a bit mor...
06/02/2023
-
10:24 PM Misc #19679 (Assigned): Migrate Wiki from bugs.ruby-lang.org to ruby/ruby GitHub repository
- I added @jemmai to Triage team and added wiki CRUD grants to Triage team.
If you don't have wiki permission, pleas... -
05:31 PM Misc #19679: Migrate Wiki from bugs.ruby-lang.org to ruby/ruby GitHub repository
- @hsbt I think @jemmai should have Wiki edit permission on Redmine for updating/deleting migrated pages. Can we maybe ...
-
09:16 PM Revision 4e26ae3c (git): YJIT: Use #[cfg] instead of if cfg! (#7899)
-
07:49 PM Bug #19707 (Closed): Backport openssl fix to ruby_3_2 branch
- Hi! While working on backports to fix another bug, I noticed that the openssl tests for Visual Studio code were faili...
-
03:58 PM Bug #19696: YJIT panicked - branch stubs should never enlarge branches
- We would also like to know if you are able to reproduce the issue with Ruby 3.3-preview1 on your CI. That would give ...
-
02:11 PM Revision 22bea37c (git): Stabilize test_latest_gc_info_need_major_by
- Fix:
```
1) Failure:
TestGc#test_latest_gc_info_need_major_by [/home/runner/work/ruby/ruby/src/test/ruby/test_g... -
01:54 PM Revision 83056817 (git): [ruby/irb] Require `test/lib` helpers from main test helper
- (https://github.com/ruby/irb/pull/595)
Because they are handled differently in `ruby/irb` and `ruby/ruby`. -
12:18 PM Revision e38fb050 (git): [ruby/reline] Remove unnecessary conditions for
- `Fiddle::TYPE_VARIADIC`
(https://github.com/ruby/reline/pull/547)
https://github.com/ruby/reline/commit/71ba3a9432 -
09:55 AM Revision 60d75a56 (git): MJIT: Check if self is T_OBJECT before opt_pc jump
- 08:21 AM Revision d7e82512 (git): Update default gems list at c32a30ec09997b3ee846a33a6873ed [ci skip]
-
08:20 AM Revision c32a30ec (git): [ruby/stringio] Development of 3.0.8 started.
- https://github.com/ruby/stringio/commit/1587d3698e
-
07:58 AM Revision 21b61b21 (git): Fix the case no file under bin directory
- NMake cannot handle empty expanded targets.
-
07:30 AM Revision ae70d2d7 (git): YJIT: Use #[cfg] instead of if cfg!
-
05:27 AM Revision 729b92ea (git): [ruby/uri] Drop support for 2.4
- https://github.com/ruby/uri/commit/21baf2ba16
- 03:44 AM Revision 5a3c782a (git): Bump octokit/request-action from 2.1.7 to 2.1.8
- Bumps [octokit/request-action](https://github.com/octokit/request-action) from 2.1.7 to 2.1.8.
- [Release notes](http... -
02:33 AM Feature #19706: Make JSON.[] support ARGF object
- `JSON.load(ARGF)["foo"]` is possible in all versions (1.5.5 bundled with ruby1.9, at least).
-
02:28 AM Feature #19706 (Third Party's Issue): Make JSON.[] support ARGF object
- Json has its own upstream, https://github.com/flori/json.
BTW: I've never used `JSON[]`, but it looks like whole o... -
01:46 AM Feature #19706 (Third Party's Issue): Make JSON.[] support ARGF object
- **Abstract**
I propose to extend the `JSON.[]` method in the `json` standard library to support `ARGF` object direct... -
01:12 AM Bug #19700: TestProcess#test_execopts_redirect_open_fifo_interrupt_print is flaky on macOS
- I opened https://github.com/ruby/ruby/pull/7876 to skip this.
-
12:41 AM Revision 08bf3bcf (git): MJIT: Trigger compaction when the queue is empty
-
12:28 AM Revision 3a4206c7 (git): No need to define "BISON" on extconf.rb
- "BISON" is defined in "ext/ripper/depend".
06/01/2023
-
09:55 PM Revision 10621f7c (git): Revert "Fix cvar caching when class is cloned"
- This reverts commit 77d1b082470790c17c24a2f406b4fec5d522636b.
-
08:10 PM Revision 2d2893f2 (git): [ruby/irb] Improve debug command tests
- (https://github.com/ruby/irb/pull/594)
* Use require_relative for envutil.rb
Requiring test helper files with `requ... -
07:27 PM Bug #19705 (Rejected): Ruby IPAddr class accepting wrong IPv6 address string
- It's expected that IPv6 with zone identifiers addresses are supported starting in Ruby 3.1 (ipaddr 1.2.3). See #10911...
-
10:52 AM Bug #19705 (Rejected): Ruby IPAddr class accepting wrong IPv6 address string
- We are middle of upgrading ruby versions v2.7.3 -> v3.1.3
One of our test cases are failing related to valid ipv6 ... -
04:16 PM Revision 39968112 (git): YJIT: Introduce RubyVM::YJIT.stats_string (#7857)
- * YJIT: Introduce RubyVM::YJIT.printed_stats
* Use #string instead
Co-authored-by: Nobuyoshi Nakada <nobu@ruby-lang... -
03:52 PM Revision 77d1b082 (git): Fix cvar caching when class is cloned
- The class variable cache that was added in
https://github.com/ruby/ruby/pull/4544 changed the behavior of class
varia... - 01:54 PM Revision b7ee51e8 (git): Expose `enum rb_io_event` flags without `_t` suffix. (#7887)
- 12:46 PM Revision 47a8de60 (git): Drop `_t` suffix from struct names. (#7886)
- POSIX reserves `_t` suffix in types.
-
12:44 PM Revision a5e1d549 (git): [DOC] Mention the edge case of `any?`/`all?`
-
12:32 PM Revision a16cffe3 (git): Simplify duplicated code
- The capacity of the string can be calculated using the str_capacity
function. -
12:32 PM Revision 8a8618d4 (git): Don't refetch ptr and len
- The call to RSTRING_GETMEM already fetched the pointer and length, so we
don't need to fetch it again. -
12:16 PM Bug #19576: Backport request: Gemfile.lock resolving is broken with bundler shipped with Ruby 3.1.4
- With the --deployment option true:
This commit introduced the issue: https://github.com/rubygems/rubygems/commit/09b9... -
08:55 AM Bug #19576: Backport request: Gemfile.lock resolving is broken with bundler shipped with Ruby 3.1.4
- Thank you. I can confirm that PR fixes what I described in the initial report.
Unfortunately, I recently found sec... -
07:57 AM Bug #19576: Backport request: Gemfile.lock resolving is broken with bundler shipped with Ruby 3.1.4
- I prepared to release new versions with your commits.
https://github.com/rubygems/rubygems/pull/6717 - 11:41 AM Revision d5a53331 (git): [ruby/stringio] Avoid direct struct usage.
- (https://github.com/ruby/stringio/pull/54)
We will eventually want to refactor this, but for now this is compatible
... -
11:11 AM Feature #19057: Hide implementation of `rb_io_t`.
- I'm in favour of eventually deprecating `rb_io_t` and I think that means anything related to it.
I think deprecation... -
09:56 AM Feature #19057: Hide implementation of `rb_io_t`.
- I am not sure there is an easier path here, IMO it's OK for some extensions to break while they test against ruby-hea...
-
12:53 AM Feature #19057 (Assigned): Hide implementation of `rb_io_t`.
-
12:52 AM Feature #19057: Hide implementation of `rb_io_t`.
- Unfortunately this was reverted due to some extensions no longer compiling.
- https://bugs.ruby-lang.org/issues/19... -
10:02 AM Feature #19616: Remove ext/readline from Ruby 3.3
- I noticed Rails's Gemfile added a dependency to readline-ext in https://github.com/rails/rails/commit/a6e0b0acb2d1e85...
-
09:41 AM Revision 957b6a49 (git): rb_io_descriptor() is available since 3.1
- 08:43 AM Revision 64ec1813 (git): Restores the changes in `io-console` without breaking backwards compatibility. (#7882)
- This reverts commit 35da41b29bf0a1a8fd2cd7e1d7fcb036ca8c2c7c.
This updates `io-console` to avoid accessing the inter... -
08:37 AM Revision edee9b6a (git): Use a real Ruby mutex in rb_io_close_wait_list (#7884)
- Because a thread calling IO#close now blocks in a native condvar wait,
it's possible for there to be _no_ threads lef... -
05:46 AM Revision d8f33349 (git): [ruby/syntax_suggest] Use hard-coded filename for executables.
- It's hard to handle between ruby/syntax_suggest and ruby/ruby at gemspec.
https://github.com/ruby/syntax_suggest/com... - 05:23 AM Revision a218ed56 (git): Hide the usage of `rb_io_t` where possible. (#7880)
- This retries the compatible parts of the previously reverted PR so we can continue to update related code without bre...
-
02:59 AM Feature #19702: Promote racc as bundled gems
- https://github.com/ruby/ruby/pull/7877
-
12:55 AM Misc #19684: DevMeeting-2023-06-08
- - [Feature #19057] Hide implementation of `rb_io_t`.
- ~~So far the agreed approach is to hide the entire implement... -
12:39 AM Bug #19704 (Closed): Unable to install readline-ext since 18e55fc1e1ec20e8f3166e3059e76c885fc9f8f2
- Applied in changeset commit:git|85dcc4866d9ff29834596e9186cc97d622ee06f8.
----------
Revert "Hide most of the implem... -
12:00 AM Bug #19704: Unable to install readline-ext since 18e55fc1e1ec20e8f3166e3059e76c885fc9f8f2
- https://github.com/ruby/stringio is also build failure since 18e55fc1e1ec20e8f3166e3059e76c885fc9f8f2.
-
12:36 AM Revision 35da41b2 (git): Revert https://github.com/ruby/io-console/pull/43
- This reverts commit 1889133c04f337fec3969cb5040a544088249046 and
commit 764207e47ce38d1b73774a8e65114c87bc888298.
...
05/31/2023
-
11:43 PM Revision 85dcc486 (git): Revert "Hide most of the implementation of `struct rb_io`. (#6511)"
- This reverts commit 18e55fc1e1ec20e8f3166e3059e76c885fc9f8f2.
fix [Bug #19704]
https://bugs.ruby-lang.org/issues/197... -
11:25 PM Bug #19704 (Assigned): Unable to install readline-ext since 18e55fc1e1ec20e8f3166e3059e76c885fc9f8f2
-
03:47 PM Bug #19704 (Closed): Unable to install readline-ext since 18e55fc1e1ec20e8f3166e3059e76c885fc9f8f2
- Rails CI against Ruby 3.3.0dev fails to install readline-ext recenty.
https://buildkite.com/rails/rails/builds/96780... -
08:16 PM Revision e4163112 (git): More debug code to GC compaction test
-
06:03 PM Revision e8212c55 (git): Fix flaky test in test_objspace.rb
- Ensure that the frozen string is promoted to the old generation by
running the GC 4 times. -
04:11 PM Revision 55c9c658 (git): ruby/spec no longer supports 2.7 since it is EOL
-
02:34 PM Bug #19703 (Open): text/binary mode of parent process fd is not properly inherited on windows
- Windows OS can't inherit parent process fds greater than 2, but C runtime library support this.
https://learn.micros... -
01:22 PM Revision 1ac17693 (git): Add debug code to GC compaction test
- This test is flaky on some CI systems.
-
12:35 PM Bug #19701: The rb_classext_t::classpath field is not marked for T_ICLASS
- I prefer option 2 as most (if not all other) ICLASS do not have a classpath so we shouldn't be paying the performance...
-
06:26 AM Bug #19701 (Open): The rb_classext_t::classpath field is not marked for T_ICLASS
- I am hacking Ruby to dump information about some objects, and I found that the `rb_classext_t::classpath` field for `...
-
09:11 AM Misc #19684: DevMeeting-2023-06-08
- * [Bug #19702] Promote racc as bundled gems
* Does anyone have objection this? -
09:04 AM Feature #19702 (Closed): Promote racc as bundled gems
- In the past, we need to bundle `racc` runtime for RD parser of RDoc. Now, We have racc compiler and runtime in ruby r...
-
06:15 AM Revision e502600f (git): Assertion on message length for the `-h` option
-
06:15 AM Bug #19700 (Feedback): TestProcess#test_execopts_redirect_open_fifo_interrupt_print is flaky on macOS
- The test `TestProcess#test_execopts_redirect_open_fifo_interrupt_print` in `test_process.rb` is flaky on macOS for me...
-
06:14 AM Bug #19685: ruby --helpに --yydebugの情報がない
- > * ruby -h は一画面に収まるようにしたいのでこっちの説明はよく使うものだけにしたい
> * ruby --help はいろいろでるのでこっちに追加するのは反対ではない
ということで、`usage_msg[]`ではな... -
04:55 AM Revision 3bc5f6b2 (git): [rubygems/rubygems] tool_dir needs to handle ruby/ruby repo now
- https://github.com/rubygems/rubygems/commit/550d90f4ba
-
01:02 AM Misc #19599: DevMeeting-2023-05-10 @ Matsumoto, Japan
- Is a log going to be posted?
05/30/2023
-
11:42 PM Feature #19698: Need an idiomatic way to define an empty range
- What is your “intention” to use an “empty” range?
And what do you think “idiomatic” way is? -
10:55 PM Misc #19684: DevMeeting-2023-06-08
- * [Bug #11704] Refinements only get "used" once in loop (jeremyevans0)
* Is it expected that if a refinement is ac... -
10:43 PM Bug #9944 (Rejected): in ruby for windows in "system" a redirection to append a file works incorrectly
- @headius and I discussed this on the train back from RubyKaigi and determined this is a Windows-specific limitation, ...
-
10:09 PM Feature #19699 (Closed): Need a way to store values like dig
- I believe this is a duplicate of [Feature #14564], [Feature #13179] and [Feature #11747].
This was previously reje... -
08:07 PM Feature #19699: Need a way to store values like dig
- Currently, there is no way to perform a `.store` operation on nested hashes in Ruby as there is for accessing them us...
-
08:05 PM Feature #19699 (Closed): Need a way to store values like dig
- Currently, there is no way to perform a `.store` operation on nested hashes in Ruby as there is for accessing them us...
-
06:41 PM Misc #19693: Data initialization is significantly slower than Struct
- Have you tried:
```ruby
def initialize(_a = nil, _b = nil, a: _a, b: _b)
```
But that too I'm not sure is s... -
06:36 PM Misc #19693: Data initialization is significantly slower than Struct
- @Eregon Just in case you are interested, I tried implementing your suggestion:
> Defining a `new` singleton method... -
06:03 PM Feature #19694: Add Regexp#timeout= setter
- I guess the only noteworthy argument for a change goes like this:
A custom `timeout` only being available on `Reg... -
10:12 AM Feature #19694: Add Regexp#timeout= setter
- janosch-x (Janosch Müller) wrote in #note-7:
> ```ruby
> regexp = Regexp.with_timeout(2.0) { /foo/ }
> regexp.time... -
03:20 PM Revision 1f74e25c (git): YJIT: Force showing a backtrace on panic (#7869)
-
12:53 PM Feature #19697: Resolv::DNS resolution for international domains fails with "Encoding::CompatibilityError: incompatible character encodings: UTF-8 and ASCII-8BIT"
- byroot (Jean Boussier) wrote in #note-5:
> > FWIW I've touched on the potential feature request in the stdlib uri li... -
12:50 PM Revision 4bbeed61 (git): Merge RubyGems/Bundler master from 4076391fce5847689bf2ec402b17133fe4e32285
-
12:39 PM Revision 30b960ba (git): [ruby/io-nonblock] Add TruffleRuby support and add it in CI
- * Do not use a C extension on TruffleRuby for these 3 methods.
https://github.com/ruby/io-nonblock/commit/1b8e52abfa -
12:39 PM Revision c7c8e4c9 (git): [ruby/io-nonblock] Use the correct pattern for the fallback of rb_io_descriptor()
- * See https://github.com/ruby/io-console/pull/43/commits/d1d9aef45ceb14365fdf0ebee3e5ea06f27da682
https://github.com... -
12:27 PM Misc #19122: Use MADV_DONTNEED instead of MADV_FREE when freeing a Fiber's stack
- ioquatix (Samuel Williams) wrote in #note-5:
> If you want to use a specific mode (OS specific), you can do this:
>... -
01:44 AM Bug #19680 (Closed): test_process.rb tests fail sometimes on FreeBSD
- Closed per request.
-
01:42 AM Bug #19680: test_process.rb tests fail sometimes on FreeBSD
- FreeBSD 13.1 CI hasn't failed since these fixes were merged so *touch wood* I think we can call this done.
-
01:43 AM Revision ec9364e5 (git): [ruby/racc] Remove ErrorSymbolValue reference
- I cannot find where this is defined. I'm guessing neither this
nor the else branch is ever hit. I only found out wh... -
01:04 AM Feature #19057 (Closed): Hide implementation of `rb_io_t`.
- https://github.com/ruby/ruby/pull/6511 was merged.
In addition, the following related PRs were merged:
- https://gi... - 01:02 AM Revision 18e55fc1 (git): Hide most of the implementation of `struct rb_io`. (#6511)
- * Add rb_io_path and rb_io_open_descriptor.
* Use rb_io_open_descriptor to create PTY objects
* Rename FMODE_PREP -...
05/29/2023
-
10:23 PM Feature #19694: Add Regexp#timeout= setter
- I think it is better if no code can mutate the timeout of the Regexps that are passed into it, even if that affected ...
- 09:24 PM Revision 7ddcd062 (git): [rubygems/rubygems] Bump rb-sys
- Bumps [rb-sys](https://github.com/oxidize-rb/rb-sys) from 0.9.77 to 0.9.78.
- [Release notes](https://github.com/oxid... -
07:33 PM Revision f61bd3ca (git): [ruby/cgi] Add TruffleRuby support and add it in CI
- https://github.com/ruby/cgi/commit/1240fec9c9
-
07:31 PM Revision 610038f3 (git): [ruby/etc] Use the correct pattern for the fallback of rb_io_descriptor()
- * See https://github.com/ruby/io-console/pull/43/commits/d1d9aef45ceb14365fdf0ebee3e5ea06f27da682
https://github.com... -
04:33 PM Revision 99ce4156 (git): Refactor guards for Time.new spec
-
03:55 PM Revision b7a26dfa (git): Unify error messages of rb_num2ulong and rb_num2ull
- The error messages were slightly different due, which causes different
behaviour on 32-bit and 64-bit systems. -
01:27 PM Revision c48d496e (git): Update to ruby/spec@c3677cf
- 01:01 PM Revision 98f500d0 (git): [ruby/openssl] Remove usage of IO internals.
- 12:37 PM Revision 764207e4 (git): [ruby/io-console] Remove trailing whitespace.
- https://github.com/ruby/io-console/commit/55f1586463
- 12:30 PM Revision 1889133c (git): [ruby/io-console] Remove usage of IO internals.
- (https://github.com/ruby/io-console/pull/43)
https://github.com/ruby/io-console/commit/4b839a504f
Co-authored-by: B... -
09:15 AM Feature #19057: Hide implementation of `rb_io_t`.
- ianks (Ian Ker-Seymer) wrote in #note-8:
> > With one tweak: not int rb_ioptr_descriptor(struct rb_io *ioptr); but i... -
09:05 AM Feature #19695: mkmf: Adding the extra option --with-verbose to enable verbose mode.
- > $ rake compiler -- --with-verbose
Sorry for my typo in the commit message. It's not "rake compiler" but "rake co... -
08:55 AM Feature #19695 (Closed): mkmf: Adding the extra option --with-verbose to enable verbose mode.
- Applied in changeset commit:git|57459b83a9a52ab921094a1562fe3056df9a437a.
----------
mkmf: Add the extra option `--w... -
03:01 AM Feature #19695: mkmf: Adding the extra option --with-verbose to enable verbose mode.
- LGTM
-
09:01 AM Misc #19679: Migrate Wiki from bugs.ruby-lang.org to ruby/ruby GitHub repository
- I enabled GitHub wiki page: https://github.com/ruby/ruby/wiki
- 08:09 AM Revision 57459b83 (git): mkmf: Add the extra option `--with-verbose` to enable verbose mode. (#7863)
- This commit is to add an extra option to enable verbose mode (V=1) in the
generated `Makefile` at runtime of the Ruby... -
05:06 AM Feature #19698 (Open): Need an idiomatic way to define an empty range
- It seems there is no idiomatic way to define an empty range. We can define empty ranges in several ways such as
``... -
02:56 AM Misc #19691: File.realpath on Windows does not return actual case of the file
- `File.absolute_path` and `File.expand_path` normalize a short path to the long path, and the case too (maybe as a sid...
Also available in: Atom