ruby-dev (Japanese) list archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-dev:50460] [Ruby trunk Bug#14427] Backport r61469
       [not found] <redmine.issue-14427.20180131145604@ruby-lang.org>
@ 2018-01-31 14:56 ` zn
  2018-02-21  6:00 ` [ruby-dev:50480] " naruse
  1 sibling, 0 replies; 2+ messages in thread
From: zn @ 2018-01-31 14:56 UTC (permalink / raw)
  To: ruby-dev

Issue #14427 has been reported by znz (Kazuhiro NISHIYAMA).

----------------------------------------
Bug #14427: Backport r61469
https://bugs.ruby-lang.org/issues/14427

* Author: znz (Kazuhiro NISHIYAMA)
* Status: Closed
* Priority: Normal
* Assignee: 
* Target version: 
* ruby -v: 2.5.0
* Backport: 2.3: DONTNEED, 2.4: DONTNEED, 2.5: REQUIRED
----------------------------------------
Please backport r61469 to ruby_2_5 branch.

2.5.0:

```
% rbenv exec irb -r irb/completion --simple-prompt
>> {foo: 1}.fetch(:fooo)
Traceback (most recent call last):
        3: from .../bin/irb:11:in `<main>'
        2: from (irb):1
        1: from (irb):1:in `fetch'
KeyError (key not found: :fooo
Did you mean?  :foo)
```

trunk:

```
>> {foo: 1}.fetch(:fooo)
Traceback (most recent call last):
        3: from .../bin/irb:11:in `<main>'
        2: from (irb):1
        1: from (irb):1:in `fetch'
KeyError (key not found: :fooo)
Did you mean?  :foo
```



-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [ruby-dev:50480] [Ruby trunk Bug#14427] Backport r61469
       [not found] <redmine.issue-14427.20180131145604@ruby-lang.org>
  2018-01-31 14:56 ` [ruby-dev:50460] [Ruby trunk Bug#14427] Backport r61469 zn
@ 2018-02-21  6:00 ` naruse
  1 sibling, 0 replies; 2+ messages in thread
From: naruse @ 2018-02-21  6:00 UTC (permalink / raw)
  To: ruby-dev

Issue #14427 has been updated by naruse (Yui NARUSE).

Backport changed from 2.3: DONTNEED, 2.4: DONTNEED, 2.5: REQUIRED to 2.3: DONTNEED, 2.4: DONTNEED, 2.5: DONE

ruby_2_5 r62510 merged revision(s) 61469.

----------------------------------------
Bug #14427: Backport r61469
https://bugs.ruby-lang.org/issues/14427#change-70516

* Author: znz (Kazuhiro NISHIYAMA)
* Status: Closed
* Priority: Normal
* Assignee: 
* Target version: 
* ruby -v: 2.5.0
* Backport: 2.3: DONTNEED, 2.4: DONTNEED, 2.5: DONE
----------------------------------------
Please backport r61469 to ruby_2_5 branch.

2.5.0:

```
% rbenv exec irb -r irb/completion --simple-prompt
>> {foo: 1}.fetch(:fooo)
Traceback (most recent call last):
        3: from .../bin/irb:11:in `<main>'
        2: from (irb):1
        1: from (irb):1:in `fetch'
KeyError (key not found: :fooo
Did you mean?  :foo)
```

trunk:

```
>> {foo: 1}.fetch(:fooo)
Traceback (most recent call last):
        3: from .../bin/irb:11:in `<main>'
        2: from (irb):1
        1: from (irb):1:in `fetch'
KeyError (key not found: :fooo)
Did you mean?  :foo
```



-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-02-21  6:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <redmine.issue-14427.20180131145604@ruby-lang.org>
2018-01-31 14:56 ` [ruby-dev:50460] [Ruby trunk Bug#14427] Backport r61469 zn
2018-02-21  6:00 ` [ruby-dev:50480] " naruse

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).