Project

General

Profile

Actions

Bug #21175

closed

Range#max called on a beginles Integer Range with excluded end raises TypeError

Added by andrykonchin (Andrew Konchin) 6 days ago. Updated 5 days ago.

Status:
Closed
Assignee:
-
Target version:
-
[ruby-core:121253]

Description

I would expect that for a Range with Integer right boundary end - 1 is returned:

(nil...10).max
# => (irb):1:in 'Range#max': cannot exclude end value with non Integer begin value (TypeError)

#max works well with non-nil begin:

(1...10).max
# => 9

Related issue - https://bugs.ruby-lang.org/issues/17034

Actions #1

Updated by andrykonchin (Andrew Konchin) 6 days ago

  • Description updated (diff)
Actions #2

Updated by andrykonchin (Andrew Konchin) 5 days ago

  • Description updated (diff)
Actions #3

Updated by andrykonchin (Andrew Konchin) 5 days ago

  • Description updated (diff)
Actions #5

Updated by nobu (Nobuyoshi Nakada) 5 days ago

  • Status changed from Open to Closed

Applied in changeset git|cbe3156f82ee8b68e734be58badb9b6a3adc8aa6.


[Bug #21174] [Bug #21175] Fix Range#max on beginless integer range

Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like1Like0