From: peter@... Date: 2020-09-28T21:59:02+00:00 Subject: [ruby-core:100205] [Ruby master Bug#17186] Integer overflow in "chr" error message (out of char range) Issue #17186 has been updated by peterzhu2118 (Peter Zhu). Hey Semyon. Thanks for reporting the bug. I PR'd a patch that should fix the issue: https://github.com/ruby/ruby/pull/3602. Let me know how it looks! ---------------------------------------- Bug #17186: Integer overflow in "chr" error message (out of char range) https://bugs.ruby-lang.org/issues/17186#change-87775 * Author: semaperepelitsa (Semyon Perepelitsa) * Status: Open * Priority: Normal * ruby -v: ruby 2.7.1p83 (2020-03-31 revision a0c7c23c9c) [x86_64-darwin19] * Backport: 2.5: UNKNOWN, 2.6: UNKNOWN, 2.7: UNKNOWN ---------------------------------------- Example: ``` irb(main):001:0> 300_000_000.chr RangeError (300000000 out of char range) irb(main):002:0> 3_000_000_000.chr RangeError (-1294967296 out of char range) irb(main):003:0> 30_000_000_000.chr RangeError (30000000000 out of char range) ``` -- https://bugs.ruby-lang.org/ Unsubscribe: