ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-core:101248] [Ruby master Bug#17368] `Ractor.select()` loops forever
@ 2020-12-05  7:41 marcandre-ruby-core
  2020-12-07  7:08 ` [ruby-core:101281] " ko1
  2020-12-07  7:47 ` [ruby-core:101282] " marcandre-ruby-core
  0 siblings, 2 replies; 3+ messages in thread
From: marcandre-ruby-core @ 2020-12-05  7:41 UTC (permalink / raw
  To: ruby-core

Issue #17368 has been reported by marcandre (Marc-Andre Lafortune).

----------------------------------------
Bug #17368: `Ractor.select()` loops forever
https://bugs.ruby-lang.org/issues/17368

* Author: marcandre (Marc-Andre Lafortune)
* Status: Open
* Priority: Normal
* Assignee: ko1 (Koichi Sasada)
* ruby -v: ruby 3.0.0dev (2020-11-30T10:06:25Z master 89774a938a) [x86_64-darwin18]
* Backport: 2.5: UNKNOWN, 2.6: UNKNOWN, 2.7: UNKNOWN
----------------------------------------
I propose it raises an error in https://github.com/ruby/ruby/pull/3848

```ruby
Ractor.select # => loops

# after
Ractor.select # => ArgumentError, "specify at least one ractor or `yield_value`"
```



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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [ruby-core:101281] [Ruby master Bug#17368] `Ractor.select()` loops forever
  2020-12-05  7:41 [ruby-core:101248] [Ruby master Bug#17368] `Ractor.select()` loops forever marcandre-ruby-core
@ 2020-12-07  7:08 ` ko1
  2020-12-07  7:47 ` [ruby-core:101282] " marcandre-ruby-core
  1 sibling, 0 replies; 3+ messages in thread
From: ko1 @ 2020-12-07  7:08 UTC (permalink / raw
  To: ruby-core

Issue #17368 has been updated by ko1 (Koichi Sasada).


+1

----------------------------------------
Bug #17368: `Ractor.select()` loops forever
https://bugs.ruby-lang.org/issues/17368#change-88959

* Author: marcandre (Marc-Andre Lafortune)
* Status: Open
* Priority: Normal
* Assignee: ko1 (Koichi Sasada)
* ruby -v: ruby 3.0.0dev (2020-11-30T10:06:25Z master 89774a938a) [x86_64-darwin18]
* Backport: 2.5: UNKNOWN, 2.6: UNKNOWN, 2.7: UNKNOWN
----------------------------------------
I propose it raises an error in https://github.com/ruby/ruby/pull/3848

```ruby
Ractor.select # => loops

# after
Ractor.select # => ArgumentError, "specify at least one ractor or `yield_value`"
```



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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [ruby-core:101282] [Ruby master Bug#17368] `Ractor.select()` loops forever
  2020-12-05  7:41 [ruby-core:101248] [Ruby master Bug#17368] `Ractor.select()` loops forever marcandre-ruby-core
  2020-12-07  7:08 ` [ruby-core:101281] " ko1
@ 2020-12-07  7:47 ` marcandre-ruby-core
  1 sibling, 0 replies; 3+ messages in thread
From: marcandre-ruby-core @ 2020-12-07  7:47 UTC (permalink / raw
  To: ruby-core

Issue #17368 has been updated by marcandre (Marc-Andre Lafortune).

Status changed from Open to Closed

Merged, thanks!

----------------------------------------
Bug #17368: `Ractor.select()` loops forever
https://bugs.ruby-lang.org/issues/17368#change-88960

* Author: marcandre (Marc-Andre Lafortune)
* Status: Closed
* Priority: Normal
* Assignee: ko1 (Koichi Sasada)
* ruby -v: ruby 3.0.0dev (2020-11-30T10:06:25Z master 89774a938a) [x86_64-darwin18]
* Backport: 2.5: UNKNOWN, 2.6: UNKNOWN, 2.7: UNKNOWN
----------------------------------------
I propose it raises an error in https://github.com/ruby/ruby/pull/3848

```ruby
Ractor.select # => loops

# after
Ractor.select # => ArgumentError, "specify at least one ractor or `yield_value`"
```



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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-12-07  7:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-05  7:41 [ruby-core:101248] [Ruby master Bug#17368] `Ractor.select()` loops forever marcandre-ruby-core
2020-12-07  7:08 ` [ruby-core:101281] " ko1
2020-12-07  7:47 ` [ruby-core:101282] " marcandre-ruby-core

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).