Activity
From 04/22/2024 to 04/28/2024
04/28/2024
-
11:38 PM Revision a6308ca9 (git): ripper: Move DSL line pattern
-
11:38 PM Revision f9cf923a (git): Use user defined parameterizing rules
-
06:59 PM Bug #20094: Inline while loop behavior changed unexpectedly in 3.3.0
- It seems like the bug is still present in Ruby 3.3.1:
```ruby
(p 1) while false # 1
``` -
04:11 PM Feature #18583: Pattern-matching: API for custom unpacking strategies?
- Could the match operator, `=~`, could be used as a general complement to `===`?
Example (following original sketch f... -
08:58 AM Revision 29aaf4ab (git): Remove `ast_new` field from `struct rb_parser_config_struct`
- `ast_new` can be embedded into `rb_ast_new`.
-
04:38 AM Revision 5c3d5c7c (git): Lrama v0.6.7
-
03:08 AM Revision ddd8da4b (git): [Universal parser] Improve AST structure
- This patch moves `ast->node_buffer->config` to `ast->config` aiming to improve readability and maintainability of the...
-
12:01 AM Revision 8ad0b2cd (git): Use `' '+` instead of words_sep
-
12:01 AM Feature #18915: New error class: NotImplementedYetError or scope change for NotImplementedError
- nithinbekal (Nithin Bekal) wrote in #note-18:
> > What name candidate do you have?
>
> What do you think about th...
04/27/2024
-
11:21 PM Bug #20461 (Open): Unreadable pipe included in the readable IO of IO.select
- When executing the following script, pipe_r is not supposed to be readable because no writing is done to pipe_w, but ...
-
07:36 PM Feature #20460 (Open): Ripper `eval` option
- There are a couple of differences when producing syntax trees from the parser/ripper when compiling for eval. Namely,...
-
03:06 PM Revision 937cb117 (git): Fix regexps for abbreviated options
-
03:03 PM Revision a0b4f0bc (git): Timeout scale in bootstraptest
-
03:02 PM Revision 602193de (git): Timeout in bootstraptest
-
12:55 PM Revision c844968b (git): ruby tool/update-deps --fix
-
12:55 PM Revision bb5a5382 (git): use of stdckdint.h
- C23 is going to have this header. The industry is already moving
towards accepting it; OSes and compilers started to... -
08:56 AM Revision 9ea77cb3 (git): Remove unnecessary assignment to ast->body.line_count
- This patch removes a code that assigns `-1` to `ast->body.line_count` because, at least as of now, it looks not neces...
-
03:47 AM Revision ef3e3e9a (git): Fixed a value specified for OPT_THREADED_CODE (#10657)
- Values defined for OPT_THREADED_CODE are 0,1,2. However, 1,2,3 are set in workflow. It seems that case 3 does not exi...
-
03:43 AM Revision 8089faee (git): Revert "YJIT: Try splitting getlocal/setlocal blocks (#10648)"
- This reverts commit ab228bd0844758a1c444e39030c153874adf9120.
-
03:08 AM Revision 55a402bb (git): Add line_count field to rb_ast_body_t
- This patch adds `int line_count` field to `rb_ast_body_t` structure.
Instead, we no longer cast `script_lines` to Fix... -
01:47 AM Bug #20450: Ruby 3.3.1 broken with bootsnap
- RVM is now patching this by default for 3.3.1 installs. https://github.com/rvm/rvm/pull/5457
-
01:06 AM Revision bf1f16ef (git): Lrama v0.6.6
-
01:03 AM Revision 2ba7c1b1 (git): YJIT: Correct signature of rb_yjit_root_mark()
- Even though unused, it's supposed to take a pointer like the C side
expects. -
01:03 AM Revision 83c03cc7 (git): YJIT: Stop asserting rb_objspace_markable_object_p()
- Because of the way things are sequenced, it doesn't work properly during
auto-compaction. -
01:03 AM Revision 73eeb864 (git): YJIT: Fix reference update for `Invariants::no_ep_escape_iseqs`
- Previously, the update was done in the ISEQ callback. That effectively
never updated anything because the callback it... -
12:35 AM Revision c746332c (git): Revert "Use -v to investigate which test is stuck"
- This reverts commit 444553b528a54a97e539de212ffc4c6466a6db20.
At least it should no longer timeout. -
12:18 AM Revision c32366ff (git): Avoid overriding GNUMAKEFLAGS's -j
- .github/actions/setup/directories/action.yml sets GNUMAKEFLAGS. Having
-j here is rather harmful.
Partly reverts f8d...
04/26/2024
-
09:02 PM Revision f64c9741 (git): Allow RUBY_GC_LIBRARY_PATH to be set in miniruby
- miniruby is used by tool/runruby.rb, so we need to ensure we don't rb_bug
when RUBY_GC_LIBRARY_PATH is set so we can ... - 09:01 PM Revision 392b811b (git): Update default gems list at 3872e54039f467cdab5c9a0e384d91 [ci skip]
-
09:01 PM Revision ddce8ca8 (git): [PRISM] Enable integer test
-
09:01 PM Revision 3872e540 (git): [ruby/prism] Bump to v0.27.0
- https://github.com/ruby/prism/commit/c9edeef91a
-
09:01 PM Revision bb3dd5b8 (git): [PRISM] Sync latest config.yml documentation updates
-
08:58 PM Revision 41e17f56 (git): Fix compiler warning for ruby_external_gc_init
- Fixes:
warning: old-style function definition [-Wold-style-definition] -
08:02 PM Revision ab228bd0 (git): YJIT: Try splitting getlocal/setlocal blocks (#10648)
-
07:16 PM Revision 46480e30 (git): [PRISM] Use redundant return flag
-
07:05 PM Revision 96880931 (git): [ruby/prism] Location#slice_lines, Node#slice_lines
- https://github.com/ruby/prism/commit/9b61f6fdb3
-
06:55 PM Revision 0599184a (git): [ruby/prism] Match CRuby error messages for invalid numerics
- https://github.com/ruby/prism/commit/be21a1bd1d
-
06:11 PM Revision a1db69f0 (git): Skip a flaky Ractor test for YJIT
- https://github.com/ruby/ruby/actions/runs/8852277192/job/24310631888
https://github.com/ruby/ruby/actions/runs/885132... -
06:10 PM Revision 6a296089 (git): [ruby/prism] Add a flag on returns when they are redundant
- https://github.com/ruby/prism/commit/450541d2c3
-
05:52 PM Revision 148518ba (git): [ruby/irb] Suppress command return values
- (https://github.com/ruby/irb/pull/934)
Since commands can't be chained with methods, their return values are
not int... -
05:51 PM Misc #20272: Ambiguity around Ractor message sending FIFO semantics
- The messages in that case would be guaranteed to be received in order (first "hello" then "world").
If you have 2 ... -
05:21 PM Bug #20457: Final `return` is eliminated from the AST
- I want to add for context that naturally Prism already provides this information (and much more) and has a much bette...
-
06:16 AM Bug #20457: Final `return` is eliminated from the AST
- Optimizations in the parser such as `reduce_nodes` that are not intended for the VM will no longer be necessary.
htt... - 04:55 PM Revision 6b120135 (git): [ruby/openssl] Only CSR version 1 (encoded as 0) is allowed by PKIX standards
- RFC 2986, section 4.1 only defines version 1 for CSRs. This version
is encoded as a 0. Starting with OpenSSL 3.3, set... -
04:25 PM Revision 9aecff25 (git): [PRISM] Fix up if condition branch coverage location
-
04:25 PM Revision c46e32e3 (git): [PRISM] Fix up branch coverage for &. with block
-
04:25 PM Revision d06bbafd (git): [PRISM] Enable branch coverage for if/unless conditionals
-
04:25 PM Revision 881c4501 (git): [PRISM] Enable branch coverage for while/until loops
-
04:25 PM Revision 43076bf9 (git): [PRISM] Enable branch coverage for case pattern matching
-
04:25 PM Revision e5bd4c78 (git): [PRISM] Enable branch coverage for case
-
04:25 PM Revision 235a3f3b (git): [PRISM] Enable branch coverage for &.
-
04:25 PM Revision 6509634e (git): [PRISM] Modify test_coverage to take prism into account
-
04:25 PM Revision 94d6295b (git): [PRISM] Enable coverage in eval ISEQs
-
04:25 PM Revision 49764869 (git): [PRISM] Enable coverage in top and main iseqs
-
04:25 PM Revision af800bef (git): Remove dependency on NODE from coverage structure
-
03:59 PM Bug #20459: Ractor.select() deadlock?
- I just took a look at this and it's related to this ticket: https://redmine.ruby-lang.org/issues/20168. The linked pu...
-
12:27 PM Bug #20459 (Closed): Ractor.select() deadlock?
- When I run this script
```
echo = Ractor.new { Ractor.receive }
Thread.new { puts Ractor.select(echo).inspect ... -
03:43 PM Revision 353cba49 (git): Use fprintf for error message when loading external GC
- The error message is often long, so using a small buffer could cause it
to be truncated. rb_bug also has a 256 byte m... - 03:10 PM Revision 67b79d48 (git): Enable Ruby to run on Windows with frozen string literals
- 02:31 PM Revision 69c1bd90 (git): [DOC] Fix a typo in globals.rdoc
- Noticed this small type while reading the docs.
- 12:33 PM Revision dd578cf2 (git): [DOC] Enhance `Numeric#nonzero?` doc
- Add `zero?` as a related method
-
12:12 PM Revision 25a8b76c (git): [ruby/irb] Command registration should take both strings and symbols
- as names
(https://github.com/ruby/irb/pull/932)
This will save users some heads scratching when they try to register... -
11:34 AM Revision 140c59c6 (git): Set `SCRIPT_LINES__` outside of parser
- Parser should not depend on functions defiend on "ruby_parser.c".
-
10:22 AM Revision 500586b4 (git): Set executable on rdoc-srcdir [ci skip]
-
10:07 AM Feature #20444: Kernel#loop: returning the "result" value of StopIteration doesn't work when raised directly
- nobu (Nobuyoshi Nakada) wrote in #note-9:
> That example does not need `Ractor`.
Yes, you are right, it actually ... -
08:28 AM Feature #20444: Kernel#loop: returning the "result" value of StopIteration doesn't work when raised directly
- That example does not need `Ractor`.
```ruby
class MyStop < ::StopIteration
attr_reader :result
def initial... -
10:06 AM Bug #20456: Hash can get stuck marked as iterating through process forking
- > I think we should remove [auto unlock of mutexes owned by dead thread]
I very strongly oppose that.
-
09:54 AM Bug #20456: Hash can get stuck marked as iterating through process forking
- > I don't think we should shy away from making it easier to use and more robust when we can.
The best way to do th... -
08:28 AM Bug #20456: Hash can get stuck marked as iterating through process forking
- > like STR_TMPLOCK.
True. That said `STR_TMPLOCK` is used to lock a string for mutation, so much less likely to be... -
08:19 AM Bug #20456: Hash can get stuck marked as iterating through process forking
- I think this problem is not limited to Hash's `iter_lev`, but potentially all states, like STR_TMPLOCK. Once you sta...
-
07:41 AM Bug #20456: Hash can get stuck marked as iterating through process forking
- > but it sounds to me like it can't.
It could, and there's precedent. For instance Ruby unlock mutexes owned by dead... -
09:45 AM Misc #20436: DevMeeting at RubyKaigi 2024
- * [Bug #20455] rb_errinfo() inconsistent with $! in the caller Ruby code (eregon)
* Could we make them consistent? ... -
09:17 AM Revision 762491db (git): [DOC] Caveat about "allocate then wrap"
- 03:03 AM Revision 0907127f (git): Bump github/codeql-action from 3.25.2 to 3.25.3
- Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.2 to 3.25.3.
- [Release notes](https:... -
02:21 AM Revision 2244c58b (git): [Universal parser] Decouple IMEMO from rb_ast_t
- This patch removes the `VALUE flags` member from the `rb_ast_t` structure making `rb_ast_t` no longer an IMEMO object...
04/25/2024
-
10:38 PM Revision 9b5bc8e6 (git): YJIT: Relax `--yjit-verify-ctx` after singleton class creation
- Types like `Type::CString` really only assert that at one point the object had
its class field equal to `String`. Onc... -
10:00 PM Bug #20458 (Closed): OpensSSL::SSL::SSLContext#min_version= and #max_version no longer accept Symbol values
-
09:58 PM Bug #20458: OpensSSL::SSL::SSLContext#min_version= and #max_version no longer accept Symbol values
- Also I just now noticed that `SSLContext#ssl_version=` is deprecated. This issue can be closed.
-
09:42 PM Bug #20458: OpensSSL::SSL::SSLContext#min_version= and #max_version no longer accept Symbol values
- Ah I see the problem now. `OpenSSL::SSL::SSLContext#ssl_version` accepts `:TLSv1*` symbols, but `#min_version` and `#...
-
08:45 PM Bug #20458 (Closed): OpensSSL::SSL::SSLContext#min_version= and #max_version no longer accept Symbol values
- It appears that `OpenSSL::SSL::SSLContext#min_version=` and `#max_version=` no longer accept Symbol values, contrary ...
-
09:11 PM Revision 49753cd0 (git): Use xcalloc for allocating shape tree
- The GC is initialized by this point, so we can use xcalloc instead of
ruby_mimcalloc. -
08:02 PM Bug #20457 (Closed): Final `return` is eliminated from the AST
- Given the following code:
```ruby
def foo
a = 1
return a
end
```
If you parse this with RubyVM::Abstra... -
07:56 PM Bug #20456: Hash can get stuck marked as iterating through process forking
- I would think this is a general pitfall of `fork(2)`, it can leave things in other threads in a random inconsistent a...
-
06:47 PM Bug #20456 (Open): Hash can get stuck marked as iterating through process forking
- # Steps to Reproduce
1. Iterate over a hash
1. While that iteration is happening, fork the process
a. This sho... -
07:37 PM Bug #20455: rb_errinfo() inconsistent with $! in the caller Ruby code
- @ko1 (and the code) pointed me to `$!` is `rb_ec_get_errinfo`, which walks the stack to find the first `rescue`/`ensu...
-
05:35 PM Bug #20455 (Open): rb_errinfo() inconsistent with $! in the caller Ruby code
- This (slightly modified for clarity) test in ruby/spec demonstrates the unexpected result:
```ruby
describe "rb_e... -
06:59 PM Revision af24ba40 (git): [PRISM] Raise LoadError when file cannot be read
- 06:46 PM Revision 6f4f360f (git): [rubygems/rubygems] Add auto_install support to require "bundler/setup"
- We have some places that already use `bundle config auto_install true`,
ie:
https://github.com/technicalpickles/ruby... -
06:00 PM Revision b6489e9f (git): [ruby/prism] Remove need for Natalie patches
- https://github.com/ruby/prism/commit/7fc7e13476
-
05:38 PM Revision 444553b5 (git): Use -v to investigate which test is stuck
-
05:29 PM Bug #20447: Ruby 3.3.1 broken on i686 due to "incompatible pointer type" error
- And it should also be reproducible on local environment, having 32bit user space libraries installed. And the same ap...
-
05:22 PM Bug #20447: Ruby 3.3.1 broken on i686 due to "incompatible pointer type" error
- jaruga (Jun Aruga) wrote in #note-4:
> ## Mock
>
> I tried the mock, Fedora's building software.
> https://rpm-s... -
12:31 PM Bug #20447: Ruby 3.3.1 broken on i686 due to "incompatible pointer type" error
- I tried several ways to reproduce this issue on Fedora rawhide i686 environment.
## Containers
First, I don't f... -
04:12 PM Revision 4ff24936 (git): [ruby/reline] Fix inputrc nested $if $else $endif bug
- (https://github.com/ruby/reline/pull/689)
https://github.com/ruby/reline/commit/0d8aea26ec -
03:28 PM Revision 3a5d9553 (git): Don't use assert_separately in Bug 20453 test
- https://github.com/ruby/ruby/pull/10630#discussion_r1579565056
The PR was merged before I had a chance to address th... -
02:50 PM Bug #20452: Ruby 3.3 on Alpine Linux results in a relatively shallow SystemStackError exception
- nobu (Nobuyoshi Nakada) wrote in #note-5:
> Does this help you?
> https://github.com/nobu/ruby/tree/mainstackaddr
... -
12:05 PM Bug #20452: Ruby 3.3 on Alpine Linux results in a relatively shallow SystemStackError exception
- Does this help you?
https://github.com/nobu/ruby/tree/mainstackaddr -
11:38 AM Bug #20452: Ruby 3.3 on Alpine Linux results in a relatively shallow SystemStackError exception
- `make DEFS=-DMAINSTACKADDR_AVAILABLE=0 thread.o` seems working.
-
02:28 PM Bug #20453 (Closed): Pointer being freed was not allocated in Regexp timeout
- Applied in changeset commit:git|d292a9b98ce03c76dbe13138d20b9fbf613cc02d.
----------
[Bug #20453] segfault in Regexp... -
02:51 AM Bug #20453: Pointer being freed was not allocated in Regexp timeout
- I opened https://github.com/ruby/ruby/pull/10630. I'm still fairly new to all this, so please correct me if I got som...
-
02:19 AM Bug #20453 (Closed): Pointer being freed was not allocated in Regexp timeout
- https://bugs.ruby-lang.org/issues/20228 frees `stk_base` to avoid a memory leak, but `stk_base` is sometimes stack al...
-
02:28 PM Revision d292a9b9 (git): [Bug #20453] segfault in Regexp timeout
- https://bugs.ruby-lang.org/issues/20228 started freeing `stk_base` to
avoid a memory leak. But `stk_base` is sometime... -
02:04 PM Revision 7ab1a608 (git): YJIT: Optimize local variables when EP == BP (take 2) (#10607)
- * Revert "Revert "YJIT: Optimize local variables when EP == BP" (#10584)"
This reverts commit c8783441952217c18e5237... -
01:25 PM Revision f248e100 (git): Embed rb_gc_function_map_t in rb_vm_t
- Avoids a pointer indirection and memory allocation.
-
01:23 PM Bug #20454 (Third Party's Issue): IRB echoes excessive input in dumb terminal
- When IRB is started on a terminal with the environment variable TERM=dumb, excessive output is generated as shown bel...
-
01:22 PM Misc #20436: DevMeeting at RubyKaigi 2024
- - [Feature #20443] Allow Major GC's to be disabled
- Introduces the ability to "turn off" Major GC's, so that only... -
12:14 PM Revision b50e1e68 (git): [PRISM] Enable more passing tests
-
10:35 AM Revision 5d2fb5d7 (git): [rubygems/rubygems] Don't upcase Windows ENV when backing it up
- I apparently did that to fix some issue with case insensitivity but I
didn't add a spec, and I think not upcasing sho... -
10:35 AM Revision 28713765 (git): [rubygems/rubygems] Remove unnecessary workaround
- All supported rubies include the fix.
https://github.com/rubygems/rubygems/commit/9d74b699f5 -
10:35 AM Revision 5577f138 (git): [rubygems/rubygems] Properly resolve aliases when `bundle help` is run
- https://github.com/rubygems/rubygems/commit/5d9bf03c59
-
08:53 AM Bug #20450: Ruby 3.3.1 broken with bootsnap
- Thanks all. I added https://github.com/ruby/ruby/pull/10619 to [backport PR](https://github.com/ruby/ruby/pull/10354)...
-
04:29 AM Bug #20450 (Closed): Ruby 3.3.1 broken with bootsnap
- Applied in changeset commit:git|67dd9af17e5c6c541a8cc84b1741deaf175fcf83.
----------
[Bug #20450] Remove rubyarchdir... -
08:12 AM Revision 64bd8e41 (git): false is not a pointer
- This function returned VALUE before. False made sense back then.
Now that it returns a pointer. NULL should be used... - 08:01 AM Revision 03f84775 (git): [ruby/net-http] Skip test_session_reuse_but_expire with OpenSSL 3.3
- OpenSSL 3.3.0 9 Apr 2024 is also broken.
Signed-off-by: Xi Ruoyao <[email protected]>
https://github.com/ruby/net-... -
06:15 AM Feature #20443: Allow Major GC's to be disabled
- > what happens on oldgen->younggen references? points from the remembers set?
Yes.
> I think we can promote thi... -
03:44 AM Feature #20443: Allow Major GC's to be disabled
- ko1 (Koichi Sasada) wrote in #note-8:
> Basically I like this idea. Some points.
>
> * should not use "major" as ... -
01:12 AM Feature #20443: Allow Major GC's to be disabled
- * `needs_major` "s" should not be on method name (like `File.exists` -> `File.exist`)
* can you measure the memory c... -
12:59 AM Feature #20443: Allow Major GC's to be disabled
- Basically I like this idea. Some points.
* should not use "major" as a "major gc", so `GC.disable_major` should be... -
04:29 AM Revision 67dd9af1 (git): [Bug #20450] Remove rubyarchdir from bootsnap paths
- 03:18 AM Revision 01f6ea15 (git): Bump actions/checkout in /.github/actions/setup/directories
- Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.3 to 4.1.4.
- [Release notes](https://github.c... - 03:04 AM Revision d1813609 (git): Bump actions/checkout from 4.1.3 to 4.1.4
- Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.3 to 4.1.4.
- [Release notes](https://github.c... - 03:04 AM Revision e8bc8f60 (git): Bump dependabot/fetch-metadata from 2.0.0 to 2.1.0
- Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 2.0.0 to 2.1.0.
- [Release notes...
04/24/2024
-
10:40 PM Bug #20450: Ruby 3.3.1 broken with bootsnap
- For what it's worth, here are some untested install scripts using a minimalist version of @eugeneius's patch for ruby...
-
07:20 PM Bug #20450: Ruby 3.3.1 broken with bootsnap
- Thank you for fixing this. I confirmed that making this change fixed Ruby 3.3.1 for gusto
-
11:14 AM Bug #20450: Ruby 3.3.1 broken with bootsnap
- I submitted a fix for this issue at https://github.com/ruby/ruby/pull/10619.
-
10:36 AM Bug #20450: Ruby 3.3.1 broken with bootsnap
- hsbt (Hiroshi SHIBATA) wrote in #note-1:
> Can you provide your `Gemfile`? I did confirm to work that with bootsnap ... -
09:34 AM Bug #20450 (Assigned): Ruby 3.3.1 broken with bootsnap
- Can you provide your `Gemfile`? I did confirm to work that with bootsnap and zeitwerk at https://github.com/ruby/ruby...
-
09:25 AM Bug #20450 (Closed): Ruby 3.3.1 broken with bootsnap
- The issue looks like https://bugs.ruby-lang.org/issues/20060
With the new release of ruby 3.1.1, bootsnap does not... -
10:21 PM Bug #20186: Ripper does not generate AST for some keywords in Ruby 3.3
- Another case of this causing a problem https://github.com/davidwessman/syntax_tree-erb/issues/81
Relevant commits,... -
10:16 PM Bug #20452 (Feedback): Ruby 3.3 on Alpine Linux results in a relatively shallow SystemStackError exception
- Unfortunately, there is no active maintainer for musl or alpine platform.
I tagged them to [musl](https://bugs.rub... -
02:24 PM Bug #20452: Ruby 3.3 on Alpine Linux results in a relatively shallow SystemStackError exception
- nobu (Nobuyoshi Nakada) wrote in #note-1:
> Does `configure` with `ac_cv_func_pthread_get_stackaddr_np=no` change so... -
02:07 PM Bug #20452: Ruby 3.3 on Alpine Linux results in a relatively shallow SystemStackError exception
- Does `configure` with `ac_cv_func_pthread_get_stackaddr_np=no` change something?
-
01:41 PM Bug #20452 (Open): Ruby 3.3 on Alpine Linux results in a relatively shallow SystemStackError exception
- This is a redo of https://bugs.ruby-lang.org/issues/14387, reported against a non-eol version. The same issue still a...
-
10:09 PM Revision 0434dfb7 (git): We don't need to check if the ci is markable anymore
- It doesn't matter if CI's are stack allocated or not.
-
07:45 PM Revision d3a7e555 (git): Update common.mk dependencies
-
07:39 PM Revision 4c431744 (git): [ruby/prism] Warn for nested hashes as well
- https://github.com/ruby/prism/commit/76e802f59e
-
07:39 PM Revision 7d64fbda (git): [ruby/prism] Remove static literals dependence on parser definition
- https://github.com/ruby/prism/commit/b3e104e8a2
-
07:30 PM Revision 21481197 (git): Add ruby_mimcalloc
- Many places call ruby_mimmalloc then MEMZERO. This can be reduced by
using ruby_mimcalloc instead. -
07:05 PM Misc #20432: Proposal for workflow changes related to teeny releases
- Thank you for looking into this!
I saw the minutes of the discussion at https://github.com/ruby/dev-meeting-log/blob... -
06:32 PM Revision 4349c790 (git): [ruby/irb] Memoize helper method instances with Singleton module
- (https://github.com/ruby/irb/pull/931)
Some helpers, like Rails console's `app`, requires memoization of the
helper'... -
06:21 PM Revision 73a7e515 (git): Pass a callinfo object to global call cache search
- Global call cache can be used with only a CI
-
06:21 PM Revision 2cc59c1b (git): pass CI to gccct_method_search_slowpath
- Also the slow path only needs to look up the method once: via
vm_search_method_slowpath0. gccct just returns whateve... -
06:16 PM Revision 58847b7d (git): [PRISM] Generate inspect_visitor in common.mk
-
06:16 PM Revision 6d9ba1e0 (git): [ruby/prism] Change inspect from recursive to a queue
- We would previously cause a stack overflow if we parsed a file that
was too deeply nested when we were calling inspec... -
05:33 PM Revision cf24a048 (git): [ruby/reline] Long line performance
- (https://github.com/ruby/reline/pull/688)
* Improve C-e (ed_move_to_end) performance for long line
* Reline::Unicod... -
05:10 PM Revision 5c32a150 (git): Change dln_open in dmydln.c to return error instead of raise
-
05:10 PM Revision 057b69cf (git): Pass string error buffer into dln_open
- On Windows, the error exists on the stack so we should pass an error
buffer from the caller. -
04:30 PM Revision 853c0b1a (git): Reuse slow path method search for gccct
- This way all code paths use the same search code for finding call caches
for a particular method. -
04:01 PM Revision 9bba999b (git): [ruby/irb] Revert "Memoize helper method instances with Singleton module"
- This reverts commit https://github.com/ruby/irb/commit/169a9a2c3097.
https://github.com/ruby/irb/commit/221b0a4928 -
04:01 PM Revision e5ca3d07 (git): [ruby/irb] Memoize helper method instances with Singleton module
- Some helpers, like Rails console's `app`, requires memoization of the
helper's ivars. To support it IRB needs to memo... -
03:57 PM Feature #20448: Make coverage event hooking C API public
- Oh, this API does not allow to get information of branch_from and branch_to for branches that are never fired. It is ...
-
03:48 PM Feature #20448: Make coverage event hooking C API public
- > I just need a hook for BRANCH events.
It's a hard mode ;-)
> Ruzzy requires two separate scripts
I guess t... -
12:07 PM Feature #20448: Make coverage event hooking C API public
- > I understand that what you need is a hook for LINE and BRANCH events. Am I correct?
I just need a hook for BRANC... -
02:56 PM Feature #20443: Allow Major GC's to be disabled
- I wonder if "full_sweep" would be worth considering as an alternative to "major" to align with the existing `GC.start...
-
11:57 AM Feature #20443: Allow Major GC's to be disabled
- > I slightly prefer having a new method pair for this
Same. it makes it easy to test for existence with `respond_t... -
10:17 AM Feature #20443: Allow Major GC's to be disabled
- nateberkopec (Nate Berkopec) wrote in #note-4:
> Regarding the interface:
>
> ``` ruby
> GC.disable(major: true)... - 02:31 PM Revision afc7799c (git): YJIT: Add a specialized codegen function for `Class#superclass`. (#10613)
- Add a specialized codegen function for `Class#superclass`.
Co-authored-by: Maxime Chevalier-Boisvert <maxime.chevali... -
02:31 PM Revision 480287d1 (git): Add macro load_external_gc_func for loading functions from external GC
-
11:12 AM Bug #20451 (Closed): Bad Ruby 3.1.5 backport causes fiddle to fail to build
- Ruby 3.1.5 shipped with the following backport: https://github.com/ruby/ruby/commit/84f2aabd272a54e79979795d2d4050907...
-
11:00 AM Feature #20444: Kernel#loop: returning the "result" value of StopIteration doesn't work when raised directly
- ufuk (Ufuk Kayserilioglu) wrote in #note-7:
> @esad If you just want to return a result from the `loop`, you can use ... -
10:40 AM Feature #20444: Kernel#loop: returning the "result" value of StopIteration doesn't work when raised directly
- @esad If you just want to return a result from the `loop`, you can use `break <value>` to do that:
```
$ ruby -e "p... -
09:07 AM Feature #20444: Kernel#loop: returning the "result" value of StopIteration doesn't work when raised directly
- nobu (Nobuyoshi Nakada) wrote in #note-3:
> I'm curious what your use case is.
>
> Although I don't know the reas... -
03:33 AM Feature #20444 (Feedback): Kernel#loop: returning the "result" value of StopIteration doesn't work when raised directly
-
02:40 AM Feature #20444: Kernel#loop: returning the "result" value of StopIteration doesn't work when raised directly
- I'm curious what your use case is.
Although I don't know the reason why `StopIteration#initialize` does not have t... -
09:02 AM Revision 91ff2fd9 (git): Fix dllimport warnings
- From Visual C:
```
../../../../../src/ext/-test-/load/resolve_symbol_target/resolve_symbol_target.c(5): warning C4273... -
08:19 AM Revision 7e8d8f25 (git): Removed obsoleted section because make docs is removed from default make task
-
08:12 AM Bug #20262 (Closed): Regex mismatch between Ruby 3.2.2 and 3.3.0
- Maybe the same issue as https://bugs.ruby-lang.org/issues/20083. Fixed at 3.3.1.
```
$ RBENV_VERSION=3.2.2 ruby -... -
07:15 AM Bug #20446 (Closed): Outdated https://cache.ruby-lang.org/pub/ruby/index.txt
-
04:36 AM Bug #20446: Outdated https://cache.ruby-lang.org/pub/ruby/index.txt
- mame (Yusuke Endoh) wrote in #note-3:
> I recommend monitoring https://github.com/ruby/www.ruby-lang.org/blob/master... -
02:24 AM Bug #20446: Outdated https://cache.ruby-lang.org/pub/ruby/index.txt
- I recommend monitoring https://github.com/ruby/www.ruby-lang.org/blob/master/_data/releases.yml.
However, the rele... -
07:13 AM Bug #20447: Ruby 3.3.1 broken on i686 due to "incompatible pointer type" error
- i686 container or just 32bit user space could do the job. @jaruga any chance you would have cycles to look at that?
-
12:12 AM Bug #20447: Ruby 3.3.1 broken on i686 due to "incompatible pointer type" error
- Unfortunately, we no longer test with i686 arch. Because AWS that is our main test infrastructure didn't provide i686...
-
06:35 AM Feature #15554 (Assigned): warn/error passing a block to a method which never use a block
- BTW on our application I found the following issue on RSpec tests on strict mode.
```
it ... do
subject do ...... -
06:19 AM Feature #15554: warn/error passing a block to a method which never use a block
- > Acceptable for a codebase as big as Rails?
IMO:
- Rails isn't a big code base. Perhaps when compared to the... - 03:22 AM Revision 0b3bc723 (git): Bump ruby/setup-ruby from 1.174.0 to 1.175.0
- Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.174.0 to 1.175.0.
- [Release notes](https://github... -
03:06 AM Revision 66edc33f (git): [DOC] Wait for `docs` to complete before installing all
- The document directories may be incomplete or empty before `docs` is
completed.
04/23/2024
-
10:59 PM Revision 813e1255 (git): Remove unused functions from `struct rb_parser_config_struct`
-
10:43 PM Feature #20443: Allow Major GC's to be disabled
- Regarding the interface:
``` ruby
GC.disable(major: true)
GC.disable(type: :major)
```
Should we consider th... -
09:38 PM Feature #15554: warn/error passing a block to a method which never use a block
- byroot (Jean Boussier) wrote in #note-53:
> @ko1 here's the result (I ran it on the 5 most important sub components)
... -
07:01 AM Feature #15554: warn/error passing a block to a method which never use a block
- > could you compare the relax results on that? or all of your results are false positive?
Yes. It's all false posi... -
02:17 AM Feature #15554: warn/error passing a block to a method which never use a block
- Thank you, could you compare the relax results on that? or all of your results are false positive?
- 09:00 PM Revision e1123790 (git): Sync IRB f9347b1 (#10611)
-
08:45 PM Bug #20449: Ripper issue in field production on Ruby 3.1.5
- I created a PR to fix this https://github.com/ruby/ruby/pull/10610
The issue was with backporting https://bugs.rub... -
07:44 PM Bug #20449 (Closed): Ripper issue in field production on Ruby 3.1.5
- ```ruby
Ripper.sexp("foo::bar = baz")
# => [:program, [[:assign, [:field, [:vcall, [:@ident, "foo", [1, 0]]], 73, [... -
08:02 PM Feature #20448: Make coverage event hooking C API public
- First of all, it's great that you are creating a fuzzing tool for Ruby. Thank you for your work.
I understand that... -
05:55 PM Feature #20448 (Open): Make coverage event hooking C API public
- # Abstract
Gathering code coverage information is a well-known goal within software engineering. It is most common... -
07:29 PM Revision b9109b27 (git): Get error from dln_open when USE_SHARED_GC
- Before, if dln_open failed to open RUBY_GC_LIBRARY_PATH, it would segfault
because it would try to raise an error, wh... -
07:29 PM Revision 81433fd0 (git): [ruby/prism] srange_find should only look on current line
- https://github.com/ruby/prism/commit/3604aa15e7
-
06:17 PM Revision 0defbc11 (git): [ruby/prism] Fix recursive multiply when values are switched in karatsuba_multiply
- https://github.com/ruby/prism/commit/4dc6ea960d
-
05:56 PM Bug #20446: Outdated https://cache.ruby-lang.org/pub/ruby/index.txt
- Thx for pointer.
Is there a change to update the file "manually" during official release? I assume the answer is "... -
04:31 PM Bug #20446: Outdated https://cache.ruby-lang.org/pub/ruby/index.txt
- It updates daily by <https://github.com/ruby/actions/blob/master/.github/workflows/update_index.yml>.
So wait a few ... -
03:13 PM Bug #20446 (Closed): Outdated https://cache.ruby-lang.org/pub/ruby/index.txt
- Is the https://cache.ruby-lang.org/pub/ruby/index.txt the place, where all Ruby releases can be found? If yes, then c...
-
05:35 PM Bug #20447 (Closed): Ruby 3.3.1 broken on i686 due to "incompatible pointer type" error
- ~~~
gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -... -
05:26 PM Revision 4f572623 (git): [ruby/prism] Use GC-able symbols for AST
- https://github.com/ruby/prism/commit/801117e45a
-
04:51 PM Revision 87396dbe (git): Skip test_inspect_under_gc_compact_stress w/ RJIT too
- 03:29 PM Revision 729e08cb (git): Update default gems list at 981a8e89a3542e0a29206d7e159cb5 [ci skip]
-
03:28 PM Feature #6648: Provide a standard API for retrieving all command-line flags passed to Ruby
- As another note, this would be useful within CRuby itself. Right now there are lots of tests that run `assert_in_out_...
-
03:27 PM Revision 981a8e89 (git): [ruby/reline] Bump version to 0.5.3
- (https://github.com/ruby/reline/pull/686)
https://github.com/ruby/reline/commit/e9d5236c74 -
03:27 PM Bug #20154: aarch64: configure overrides `-mbranch-protection` if it was set in CFLAGS via environment
- Any update please? We are still carrying downstream patch in Fedora, so it would be nice to get this upstreamed
-
03:20 PM Revision 99a46d7f (git): [ruby/prism] Document UnlessNode fields
- https://github.com/ruby/prism/commit/eee8276ae6
-
03:18 PM Revision b62ab952 (git): [ruby/prism] Document `IfNode` fields
- - Adds documentation for the fields of the `IfNode`. Also updates the overall description to mention ternary expressi...
-
03:11 PM Revision b3350e3e (git): [ruby/prism] Document BreakNode fields
- https://github.com/ruby/prism/commit/7a3ed22f14
-
03:09 PM Feature #20384 (Closed): RubyVM::InstructionSequence.{new,compile} use --parser option
-
02:45 PM Revision 53a67efc (git): [ruby/reline] Separate prompt and input line in rendering
- (https://github.com/ruby/reline/pull/652)
* Separate prompt and input line in rendering
Often, only one of prompt a... -
01:53 PM Revision f7d1699f (git): [ruby/prism] Implement case equality on nodes
- https://github.com/ruby/prism/commit/dc121e4fdf
- 01:22 PM Revision 87b829aa (git): [ruby/prism] Document the `AliasGlobalVariableNode` fields
- https://github.com/ruby/prism/commit/35bc711069
- 01:13 PM Revision 5fd08b50 (git): [ruby/prism] Document `ArrayNode`, `SourceFileNode` fields
- https://github.com/ruby/prism/commit/0bdc566f67
-
12:45 PM Revision dae59003 (git): [ruby/prism] Fix up rdoc
- Fixes https://github.com/ruby/prism/issues/2572
https://github.com/ruby/prism/commit/a446580e75 -
11:47 AM Bug #20445 (Closed): Backport 2571d5376a38c333b8fe85f1f9b2f9c2422c0ad9 to ruby_3_3
- Building Ruby 3.3.1 prints the following warning:
```
regexec.c: In function 'match_at':
regexec.c:2598:59: warn... -
11:14 AM Revision 3fadd684 (git): Remove newlines of MIME encoded subject line
-
11:14 AM Revision 0b4bf059 (git): exit 1 if failed
-
10:23 AM Revision 724a0711 (git): Bump up 3.0.7
-
10:23 AM Revision 14510521 (git): merge revision(s) 989a2355808a63fc45367785c82ffd46d18c900a:
- Fix Use-After-Free issue for Regexp
Co-authored-by: Isaac Peka <[email protected]>... -
10:22 AM Revision 6c6dca74 (git): merge revision(s) 33e5b47c16f1fd3382186e6ffe73cfc6e00946f7:
- Fix handling of reg->dmin in Regex matching
---
regexec.c | 10 ++++++++++
1 file changed, ... -
10:20 AM Revision 1945f8dc (git): Bump up 3.1.5
-
10:20 AM Revision bfe9164a (git): merge revision(s) 989a2355808a63fc45367785c82ffd46d18c900a:
- Fix Use-After-Free issue for Regexp
Co-authored-by: Isaac Peka <[email protected]>... -
10:20 AM Revision c56cd863 (git): v3.3.1
-
10:20 AM Revision af471c0e (git): bump teeny
-
10:19 AM Revision 8f665664 (git): merge revision(s) 33e5b47c16f1fd3382186e6ffe73cfc6e00946f7:
- Fix handling of reg->dmin in Regex matching
---
regexec.c | 10 ++++++++++
1 file changed, ... -
10:18 AM Revision 90b194b5 (git): merge revision(s) 989a2355808a63fc45367785c82ffd46d18c900a:
- Fix Use-After-Free issue for Regexp
Co-authored-by: Isaac Peka <[email protected]>... -
10:17 AM Revision 404f1e21 (git): merge revision(s) 33e5b47c16f1fd3382186e6ffe73cfc6e00946f7:
- Fix handling of reg->dmin in Regex matching
---
regexec.c | 10 ++++++++++
1 file changed, ... -
10:16 AM Revision 989a2355 (git): Fix Use-After-Free issue for Regexp
- Co-authored-by: Isaac Peka <[email protected]>
- 10:16 AM Revision 33e5b47c (git): Fix handling of reg->dmin in Regex matching
- 07:05 AM Revision 06769086 (git): * 2024-04-23 [ci skip]
-
07:04 AM Revision 36b6490f (git): Merge RDoc-6.4.1.1
-
07:04 AM Revision 26ec606b (git): Merge StringIO 3.0.1.2
-
07:03 AM Revision bd9424c7 (git): Merge StringIO 3.0.1.1
- 07:03 AM Revision 77791877 (git): * 2024-04-23 [ci skip]
-
07:02 AM Revision 7957a25e (git): Merge RDoc-6.3.4.1
- 07:02 AM Revision 45631622 (git): Bump github/codeql-action from 3.25.1 to 3.25.2
- Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.1 to 3.25.2.
- [Release notes](https:... -
06:59 AM Revision fff22848 (git): Consolitate redefined the method warning
- Currently redefining a method doesn't emit one but two warnings.
One at the location of the new method, and one at th... -
06:21 AM Feature #20444: Kernel#loop: returning the "result" value of StopIteration doesn't work when raised directly
- nobu (Nobuyoshi Nakada) wrote in #note-1:
> `StopIteration.new(3)` does not set `result`, and no way to set it in Ru... -
05:02 AM Feature #20444 (Closed): Kernel#loop: returning the "result" value of StopIteration doesn't work when raised directly
- `StopIteration.new(3)` does not set `result`, and no way to set it in Ruby level.
```
$ ruby -e 'e = StopIteratio... -
04:38 AM Revision a5343586 (git): Traverse tmpdir under chdir
-
04:38 AM Revision 777daae0 (git): Shorten tmpdir path
-
04:11 AM Revision e61f76ce (git): Remove unused functions from `struct rb_parser_config_struct`
-
04:11 AM Revision 33929ef9 (git): Move encoding object conversion outside of parser
- Reduce the parser's dependence on `VALUE` and `rb_enc_from_encoding`.
- 03:23 AM Revision e15a1920 (git): Bump actions/upload-artifact from 4.3.2 to 4.3.3
- Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.2 to 4.3.3.
- [Release notes](ht... -
02:18 AM Revision 3aa04680 (git): Remove unused functions from `struct rb_parser_config_struct`
-
12:21 AM Revision afa0d585 (git): Adjust indent [ci skip]
04/22/2024
-
10:33 PM Misc #20436: DevMeeting at RubyKaigi 2024
- * [Feature #20425] Optimize forwarding callers and callees
* Introduces optimization to avoid allocations regardin... -
10:20 PM Revision c7d9376c (git): Remove unused functions from `struct rb_parser_config_struct`
-
10:20 PM Revision 2992e107 (git): Refactor parser compile functions
- Refactor parser compile functions to reduce the dependence
on ruby functions.
This commit includes these changes
1. ... -
09:41 PM Feature #20444 (Feedback): Kernel#loop: returning the "result" value of StopIteration doesn't work when raised directly
- There was a https://bugs.ruby-lang.org/issues/11498 a while ago which was merged in, but I was surprised to find out ...
- 07:15 PM Revision ed9834ef (git): [rubygems/rubygems] Bump rb-sys
- Bumps [rb-sys](https://github.com/oxidize-rb/rb-sys) from 0.9.94 to 0.9.97.
- [Release notes](https://github.com/oxid... - 07:13 PM Revision 9eeb86df (git): [rubygems/rubygems] Bump rb-sys
- Bumps [rb-sys](https://github.com/oxidize-rb/rb-sys) from 0.9.94 to 0.9.97.
- [Release notes](https://github.com/oxid... -
06:33 PM Revision aeb08bc8 (git): YJIT: Fix String#setbyte crashing for converted arguments
- Previously, passing objects that respond to #to_int to `String#setbyte`
resulted in a crash when compiled by YJIT. Th... -
04:45 PM Feature #20443: Allow Major GC's to be disabled
- To add a little bit more context on @eightbitraptor's description. In some graph you see 3 groups:
- `oobgc-off`... -
04:02 PM Feature #20443 (Closed): Allow Major GC's to be disabled
- [[Github PR #10598]](https://github.com/ruby/ruby/pull/10598)
## Background
Ruby's GC running during Rails requ... -
03:16 PM Revision 1bb7638e (git): YJIT: Fix shrinking block with assumption too much (#10585)
- * YJIT: Fix shrinking block with assumption too much
Under the very specific circumstances, discovered by a test cas... -
02:17 PM Revision aa5b53d2 (git): [ruby/prism] Consolidate integer fields into a single reflection class
- https://github.com/ruby/prism/commit/0156057580
-
10:41 AM Feature #15554: warn/error passing a block to a method which never use a block
- @ko1 here's the result (I ran it on the 5 most important sub components)
```
### Active Record
activemodel/lib... -
10:31 AM Feature #20415: Precompute literal String hash code during compilation
- We pushed a cleaned-up PR at https://github.com/ruby/ruby/pull/10596.
We settled on storing the hash code after th... - 07:42 AM Revision dde99215 (git): Fix handling of reg->dmin in Regex matching
-
07:29 AM Revision c38fc1bb (git): Fix Use-After-Free issue for Regexp
- Co-authored-by: Isaac Peka <[email protected]>
-
06:32 AM Revision f77618c1 (git): Expand `Qnone` and `Qnull` macros
- In the past, `Qnone` and `Qnull` had different values
in ripper context like below.
However 89cfc152071 removes the u... -
06:20 AM Bug #20442 (Rejected): Printing class variable inconsistent when using nested hashes
- Not a bug. For the behavior you want, in `Mock4`
```ruby
@val = Hash.new{|h, k| h[k] = Hash.new(0)}
```
Wit... -
06:09 AM Bug #20442 (Rejected): Printing class variable inconsistent when using nested hashes
- See attached test.rb. I have a class with a class variable. The idea is simple, increment the value and then print ou...
-
04:49 AM Bug #20438: String format "%\n" and "%\0" does not raise format error
- `"%\n"` has been treated as `"%%"` since 554b989ba162, probably Tue Aug 6 01:12:32 1996 according to the commit log....
-
04:27 AM Bug #20431 (Closed): Ruby 3.3.0 build fail with make: *** [io_buffer.o] Error 1
- The main cause is not only by old gcc.
Although newer gcc defines `__BYTE_ORDER__` indeed, but other compilers may... -
04:08 AM Feature #20215: Introduce `IO#readable?`
- > I'm not quite sure why you say this method is like eof? rather than closed?
We work with the interface and taxon... -
04:06 AM Feature #20215: Introduce `IO#readable?`
- Regarding naming, I had other ideas like `open?` or `connected?` but I think they have their own issues. I think my p...
-
04:00 AM Revision d42a8d66 (git): [DOC] Tweek a comment
-
04:00 AM Revision 44d2b594 (git): Extract `list_tree` as a method and separate from removals
-
04:00 AM Revision c65bc2e5 (git): Show left tmpdir recursively
- 03:41 AM Revision 9b6affa4 (git): Bump actions/checkout in /.github/actions/setup/directories
- Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.2 to 4.1.3.
- [Release notes](https://github.c... - 02:56 AM Revision c9732e7a (git): Bump actions/checkout from 4.1.2 to 4.1.3
- Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.2 to 4.1.3.
- [Release notes](https://github.c... -
12:56 AM Revision e59da9c3 (git): Windows does not have "/tmp" path usually
Also available in: Atom