Quantcast
Channel: Ruby Issue Tracking System: mame (Yusuke Endoh)
Browsing all 134 articles
Browse latest View live

Ruby master - Bug #20059 (Closed): TracePoint#enable can be called multiple...

View Article



Ruby master - Bug #20045 (Assigned): `TestDir#test_home` fails on i686

@jemmai (Jemma Issroff) Could you take a look at this?

View Article

Ruby master - Bug #20029 (Assigned): coroutine/arm64/Context.S does not...

View Article

Ruby master - Feature #20011 (Closed): Reduce implicit array allocations on...

View Article

Ruby master - Feature #20031 (Feedback): Regexp using greedy quantifier and...

This is not a bug. If anyone creates a patch to improve this, we may consider it. We could reduce the stack size consumed, or add a /.*(foo|bar)/ pattern-specific optimization, if this pattern is...

View Article


Ruby master - Feature #20027 (Rejected): Add Range Deconstruction

We discussed this at the dev meeting and decided to reject it.Currently, assignment deconstruction is available only for Arrays (note that assignment deconstruction is not pattern matching). Such...

View Article

Ruby master - Misc #20046 (Closed): DevMeeting-2023-12-20

View Article

Ruby master - Misc #20075 (Closed): DevMeeting-2024-01-17

The next dev meeting¶Date: 2024/01/17 13:00-17:00 (JST) Log: https://github.com/ruby/dev-meeting-log/blob/master/2024/DevMeeting-2024-01-17.mdDev meeting IS NOT a decision-making place. All decisions...

View Article


Ruby master - Bug #20079: alexandria testsuite began to segfault recently

@mtasaka (Mamoru TASAKA) Could you please elaborate on how to reproduce the issue?Also, can you please try to identify the suspect commit by git bisect if you are sure that it is in...

View Article


Ruby master - Feature #19725 (Closed): Improve the match cache optimization...

View Article

Ruby master - Bug #20079: alexandria testsuite began to segfault recently

@mtasaka (Mamoru TASAKA) Hmmm, does the segfault stop reproducing by reverting the commit?Can you check if it will stop reproducing if you apply the following patch?diff --git a/hash.c b/hash.c index...

View Article

Ruby master - Bug #20085: Fiber.new{ }.resume causes Segmentation fault for...

Thanks. I tried the Dockerfile you provided, but I couldn't reproduce the segfault on aarch64.Can you reproduce the issue with gdb and provide the backtrace?Add the following lines to DockerfileRUN...

View Article

Ruby master - Bug #20158: Ractor affects Coverage results

@janosch-x (Janosch Müller) Could you explain the complete reproduction procedure? I couldn't reproduce the issue by the following...

View Article


Ruby master - Bug #20167: Code execution isn't recorded in Ractor

At this time, the coverage library should be able to only measure coverage for Ractor that invoked Coverage.start. (I have not tried but invoking Coverage.start in multiple Ractors may cause fatal...

View Article

Ruby master - Bug #20159: Prism assertion failure even if it is executed with...

@kddnewton (Kevin Newton) I could reproduce the issue with no RUBYOPT. The error occurs because SyntaxSuggest uses Prism.lex_compat$ cat a.rb <<A+% A $ ruby -v a.rb ruby 3.4.0dev...

View Article


Ruby master - Misc #20170: Drop support for GCC < 11

In regard of compilers, we should look at not only the maintenance status of the upstream but also the one of major package distributions. I have investigated some distributions with long maintenance...

View Article

Ruby master - Bug #20172: Socket.addrinfo failing randomly

Yeah, it is probably due to the change of #19965. I cannot debug it soon because I don't have a gentoo environment. I suspect pthread_create is somehow failing. Does 10000.times { Thread.new {}.join }...

View Article


Ruby master - Bug #20172: Socket.addrinfo failing randomly

Incidentally, our Arch Linux CI also uses glibc 2.38, and it is working fine. So I guess either that it is a Gentoo-specific problem, or that your machine is so heavily loaded that it cannot...

View Article

Ruby master - Bug #20175: Broken File.dirname(__FILE__) in eval blocks

Changing __FILE__ is an intended change, so it is basically unavoidable. I think it is very accidental that File.dirname("(eval)") returns ".". Please do not depend on it.You may want to replace...

View Article

Ruby master - Bug #20175: Broken File.dirname(__FILE__) in eval blocks

__dir__ || "." is good enough?

View Article
Browsing all 134 articles
Browse latest View live




Latest Images