[#79532] Immutable Strings vs Symbols — Daniel Ferreira <subtileos@...>

Hi,

15 messages 2017/02/15

[ruby-core:79445] [CommonRuby Feature#8263] Support discovering yield state of individual Fibers

From: ko1@...
Date: 2017-02-06 02:58:19 UTC
List: ruby-core #79445
Issue #8263 has been updated by Koichi Sasada.

Description updated

It seems nice.

----------------------------------------
Feature #8263: Support discovering yield state of individual Fibers
https://bugs.ruby-lang.org/issues/8263#change-62876

* Author: Tim Carey-Smith
* Status: Open
* Priority: Normal
* Assignee: Koichi Sasada
* Target version: 
----------------------------------------
Related to #8215, when debugging a multi-Fiber application or library it is useful to be able to look at the stack for the `Thread` which is possible right now. 
Currently it is not possible to discover where the Fiber was yielded. 

Is this something that could be added?

[Thread.backtrace example](https://gist.github.com/halorgium/f63abf177a96d7113ce3)



-- 
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