zetter (Chris Zetter)
- Login: zetter
- Email: zetter@gmail.com
- Registered on: 11/21/2011
- Last sign in: 01/26/2025
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 1 | 3 | 4 |
Activity
01/26/2025
-
12:08 PM Ruby Bug #21089 (Assigned): Missing methods on enumerators created from Enumerator::product and Enumerator::Chain
- I was using `Enumerator.product` and noticed the enumerators it returned were missing the `next` method.
When looking at the source code, I saw all the stateful enumerator methods were missing (`next`, `peek_values`, `peek`, `next_val...
02/09/2024
-
10:11 AM Ruby Bug #20250 (Closed): Crash with "Object ID seen, but not in mapping table: proc" error
Hello, I experienced a crash which I was able to reliably reproduce with the following:
``` ruby
require 'bundler/inline'
gemfile(true) do
source 'https://rubygems.org'
gem 'activesupport', '7.1.3'
end
require 'act...
01/31/2019
-
04:17 PM Ruby Bug #15578 (Closed): Missing TracePoint return event when a conditional is used before a rescue
- Hello, I've been using TracePoint on a Ruby on Rails project and noticed that the number of method 'return' events was less than the number of 'call' events. An example of a return event that isn't always logged (depending on inputs) is ...
11/22/2011
-
08:08 AM Ruby Bug #5656 (Closed): Improve documentation for Range
- I've tried to improve the documentation for range by:
+ adding more examples
+ simplifying existing examples
+ moving case statement example to top level documentation
+ adding and fixing links to methods
+ using consistent ter...