Activity
From 06/26/2021 to 07/02/2021
07/02/2021
-
06:02 PM Bug #18019 (Closed): 3.0.X fails to link on Mac OS X 10.15.7 due to linker error related to _coroutine_transfer
- I'm struggling with building ruby 3.0.X on my Mac Catalina (Intel based). Please note all 2.X versions are compiling ...
-
05:11 PM Bug #17048: Calling initialize_copy on live modules leads to crashes
- This example in the original post has been fixed recently in the master branch. I bisected the fixing commit to comm...
-
04:15 PM Bug #17101 (Closed): YAML.load_file: Massive slowdown under Ruby 2.7 vs. Ruby 2.4
- I tried this on OpenBSD, and ruby 2.7 and 3.0 were faster than ruby 2.4 (all of these use libyaml 0.2.2):
```
/us... -
03:49 PM Bug #17049 (Closed): Net::IMAP - Handling of NOOP untagged responses sent by Zimbra
-
03:39 PM Feature #17745: `IO#close_on_exec=` returns different value when called with `send, __send__, public_send` or not
- Is there any reason to call close_on_exec= with `send/__send__`, or to use its return value?
I would be on the sid... -
03:38 PM Misc #17997: DevelopersMeeting20210715Japan
- * [Feature #15856] Performance of redundant `Kernel.require` is slow when many gems are activated (jeremyevans0)
*... -
03:16 PM Bug #15856: Performance of redundant `Kernel.require` is slow when many gems are activated
- This is still a performance issue in the master branch. I think it makes sense to fix the issue by using the approac...
-
12:47 PM Bug #18018: Float#floor / truncate sometimes result that is too small.
- sawa (Tsuyoshi Sawada) wrote in #note-1:
> With:
>
> > g's decimal string representation has at most n digits
> ... -
12:17 PM Bug #18018: Float#floor / truncate sometimes result that is too small.
- With:
> g's decimal string representation has at most n digits
I think you mean:
> g's decimal string repres... -
07:48 AM Revision 3a958347 (git): [ruby/error_highlight] Suppress SyntaxError during RubyVM::AST.of
- When the original source code is erb, RubyVM::AST.of does not work well.
https://github.com/rails/rails/issues/42678.... -
04:23 AM Revision e105d93b (git): Fix default prompt mode in doc/irb/irb.rd.ja
-
01:50 AM Bug #17583 (Closed): Segfault on large stack(RUBY_THREAD_VM_STACK_SIZE)
- Applied in changeset commit:git|8ebb5e23ebc5f1675e3479b9a29f124dc458226b.
----------
Keep GC disabled until VM boots... -
01:50 AM Bug #17668 (Closed): Large RUBY_THREAD_VM_STACK_SIZE causes segmentation fault (again)
- Applied in changeset commit:git|8ebb5e23ebc5f1675e3479b9a29f124dc458226b.
----------
Keep GC disabled until VM boots... -
01:49 AM Revision 8ebb5e23 (git): Keep GC disabled until VM bootstrap has done [Bug #17583]
- 12:36 AM Revision 1862d961 (git): Ignore dead threads in `coroutine_join`.
-
12:09 AM Bug #16243 (Closed): case/when is slower than if on MRI
- commit:5ada23ac1265a1da5d7ef82e1c71f14c40dddc26 changed case statements to use a `===` with a call cache, instead of ...
07/01/2021
-
10:53 PM Bug #18018 (Closed): Float#floor / truncate sometimes result that is too small.
```ruby
291.4.floor(1) # => 291.4 (ok)
291.4.floor(2) # => 291.39 (not ok)
291.4.floor(3) # => 291.4 (ok)
291.4...-
10:03 PM Bug #17189 (Closed): test_thread.rb in testsuite deadlocks with musl libc 1.2.1
-
09:54 PM Bug #17492 (Closed): Breakpoints in debug.rb only work when program invoked with absolute filename
- @ko1 has rewritten the debug library (https://github.com/ruby/debug). I've checked that the rewrite fixes this issue...
- 09:47 PM Revision b8da141d (git): * 2021-07-02 [ci skip]
-
09:47 PM Revision e8933fda (git): Remove gdbm/dbm related code from CI
- The related extensions have been removed.
-
09:44 PM Bug #17494 (Closed): ruby is hanged when using activesupport + rspec + rspec-parameterized
- This issue has been fixed in the master branch. I bisected the fixing commit to commit:39a2ba5cc559900c30c3143da3244...
-
08:16 PM Bug #17757: Hash#slice does not keep compare_by_identity on the results
- Thanks for the PR @jeremyevans0, looks pretty good.
On the other hand, I'd like to revise what I wrote and suggest t... -
06:00 PM Bug #17757: Hash#slice does not keep compare_by_identity on the results
- I've submitted a pull request that builds on @kachick's PR and fixes the remaining cases found by @marcandre: https:/...
-
07:34 PM Bug #17583: Segfault on large stack(RUBY_THREAD_VM_STACK_SIZE)
- nobu (Nobuyoshi Nakada) wrote in #note-9:
> Does this work?
> https://github.com/nobu/ruby/tree/disable-gc-while-VM... -
07:33 PM Bug #17561: The timeout option for Addrinfo.getaddrinfo is not reliable on Ruby 2.7.2
- usa (Usaku NAKAMURA) wrote in #note-5:
> About 2.7, to make raise `ArgumentError` (or other exception) is not accept... -
06:58 PM Bug #17607 (Closed): ChildProcess vs RUBY_PIPE_NONBLOCK_DEFAULT
- vo.x (Vit Ondruch) wrote in #note-5:
> I am sure that the behavior changed and I'd like to better understand why.
... -
06:19 PM Bug #17728: [BUG] Segmentation fault at 0x0000000000000000
- @meliborn Can you test with Ruby 3.0.1 and see if it fixes this issue?
-
02:51 PM Feature #16978: Ruby should not use realpath for __FILE__
- This issue seems also somewhat related to another I opened a while ago: #17593
-
01:13 AM Feature #16978: Ruby should not use realpath for __FILE__
- byroot (Jean Boussier) wrote in #note-17:
> The "entrypoint" script could behave differently, but maybe that would be... -
09:28 AM Misc #18017 (Assigned): Broken links from Revision e86c1f6f to changed files
-
08:18 AM Misc #18017 (Closed): Broken links from Revision e86c1f6f to changed files
- All the links at the bottom of
https://bugs.ruby-lang.org/projects/ruby-master/repository/git/revisions/e86c1f6fc534... -
08:33 AM Revision f6539202 (git): - add regression tests for U+6E7F (湿) in ISO-2022-JP
- In ISO-2022-JP, the bytes use to code are the same as those for "<>".
This adds regression tests to make sure that ... -
05:45 AM Revision 9ca30516 (git): [DOC] fixed the default value of flags [ci skip]
-
05:45 AM Revision 9692aeed (git): [DOC] expanded `pattern`s in examples of File.fnmatch [ci skip]
-
03:41 AM Feature #18015 (Closed): Replace copy coroutine with pthread implementation.
- Merged.
-
12:07 AM Bug #18016 (Closed): fiddle\types.rb typealias maybe wrong
- This was fixed upstream just after the release of 3.0: https://github.com/ruby/fiddle/commit/28ee5b16086f77e1f079853b...
06/30/2021
-
11:57 PM Bug #17885: require_relative and require should be compatible with each other when symlinked files are used
- I've submitted a pull request to prevent loading the same realpath multiple times: https://github.com/ruby/ruby/pull/...
- 11:23 PM Revision 1467328e (git): More general matrix "configure" parameter, add `--with-coroutine=pthread`.
- 11:23 PM Revision 42130a64 (git): Replace copy coroutine with pthread implementation.
-
09:42 PM Revision 9c953195 (git): rbinstall.rb: get rid of making directories when dryrun
- 08:16 PM Revision 8ee24840 (git): [ruby/irb] Update ls.rb without requiring Set, because Set is one of standard libraries
- https://github.com/ruby/irb/commit/7092ad2ab5
- 08:12 PM Revision 518d3938 (git): * 2021-07-01 [ci skip]
-
08:12 PM Revision 4a3df352 (git): Use stride passed into os_obj_of_i
-
03:10 PM Bug #17933 (Closed): `Net::HTTP#write_timeout` doesn't work with `body_stream`
-
02:26 PM Feature #17992: Upstreaming the htmlentities gem into CGI#.(un)escape_html
- I'm reasonably convinced that augmenting the existing `unescapeHTML` API is off the table, for performance reasons.
... -
08:48 AM Feature #17992: Upstreaming the htmlentities gem into CGI#.(un)escape_html
- Sorry, forgot to give a link to a human-readable table of html5 entities: https://html.spec.whatwg.org/multipage/name...
-
08:46 AM Feature #17992: Upstreaming the htmlentities gem into CGI#.(un)escape_html
- It is difficult to make this complete without overdoing it because there are many different kinds of entity sets. The...
-