[#97678] [Ruby master Feature#16752] :private param for const_set — bughitgithub@...
Issue #16752 has been reported by bughit (bug hit).
5 messages
2020/04/02
[ruby-core:98051] [Ruby master Feature#16815] Implement Fiber#backtrace
From:
eregontp@...
Date:
2020-04-24 08:57:10 UTC
List:
ruby-core #98051
Issue #16815 has been updated by Eregon (Benoit Daloze). I think this makes sense and can definitely be useful for debugging. If called on a Fiber of another Thread, that might be slow on non-GIL implementations, but that's the same as Thread#backtrace so I think not really an issue. ---------------------------------------- Feature #16815: Implement Fiber#backtrace https://bugs.ruby-lang.org/issues/16815#change-85279 * Author: ioquatix (Samuel Williams) * Status: Open * Priority: Normal ---------------------------------------- Previously discussed here: https://bugs.ruby-lang.org/issues/8215 Add a new method `Fiber#backtrace`. It would produce a backtrace similar to how `Thread#backtrace` works. -- https://bugs.ruby-lang.org/ Unsubscribe: <mailto:[email protected]?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>