[#102393] [Ruby master Feature#17608] Compact and sum in one step — sawadatsuyoshi@...

Issue #17608 has been reported by sawa (Tsuyoshi Sawada).

13 messages 2021/02/04

[#102438] [Ruby master Bug#17619] if false foo=42; end creates a foo local variable set to nil — pkmuldoon@...

Issue #17619 has been reported by pkmuldoon (Phil Muldoon).

10 messages 2021/02/10

[#102631] [Ruby master Feature#17660] Expose information about which basic methods have been redefined — tenderlove@...

Issue #17660 has been reported by tenderlovemaking (Aaron Patterson).

9 messages 2021/02/27

[#102639] [Ruby master Misc#17662] The herdoc pattern used in tests does not syntax highlight correctly in many editors — eregontp@...

Issue #17662 has been reported by Eregon (Benoit Daloze).

13 messages 2021/02/27

[#102652] [Ruby master Bug#17664] Behavior of sockets changed in Ruby 3.0 to non-blocking — ciconia@...

Issue #17664 has been reported by ciconia (Sharon Rosner).

23 messages 2021/02/28

[ruby-core:102477] [Ruby master Bug#17338] ruby-spec stuck in "C-API Kernel function rb_rescue2"

From: merch-redmine@...
Date: 2021-02-13 07:55:38 UTC
List: ruby-core #102477
Issue #17338 has been updated by jeremyevans0 (Jeremy Evans).

Status changed from Feedback to Closed

I think @nobu fixed this issue a different way in commit:97cf290063ab940d08819cd96cbcca0ef6d50e4c.  If this is still an issue, please reopen.

----------------------------------------
Bug #17338: ruby-spec stuck in "C-API Kernel function rb_rescue2"
https://bugs.ruby-lang.org/issues/17338#change-90366

* Author: vo.x (Vit Ondruch)
* Status: Closed
* Priority: Normal
* Assignee: Eregon (Benoit Daloze)
* ruby -v: ruby 3.0.0dev (2020-11-20 master 1f7b557890) [i386-linux]
* Backport: 2.5: UNKNOWN, 2.6: UNKNOWN, 2.7: UNKNOWN
----------------------------------------
Trying to build Ruby on Fedora Rawhide, the ruby-spec test suite gets stuck on some platforms (I noticed this on i686 and ppc64le) somewhere around:

~~~
C-API Kernel function rb_rescue2
- only rescues if one of the passed exceptions is raised
~~~

I have tried to disable the last test listed via `-P 'only rescues if one of the passed exceptions is raised'` but the test suite is stuck again. My next suspect is [1].


[1]: https://github.com/ruby/spec/commit/fb363fb1d4382f6cc25ac3dde5d44afeccf7f80c



-- 
https://bugs.ruby-lang.org/

Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>

In This Thread