ruby-dev (Japanese) list archive (unofficial mirror)
 help / color / mirror / Atom feed
From: zn@mbf•nifty.com
To: ruby-dev@ruby-lang.org
Subject: [ruby-dev:50460] [Ruby trunk Bug#14427] Backport r61469
Date: Wed, 31 Jan 2018 14:56:05 +0000 (UTC)	[thread overview]
Message-ID: <redmine.issue-14427.20180131145604.d4098ce0cb149ff6@ruby-lang.org> (raw)
In-Reply-To: redmine.issue-14427.20180131145604@ruby-lang.org

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/

       reply	other threads:[~2018-01-31 14:56 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <redmine.issue-14427.20180131145604@ruby-lang.org>
2018-01-31 14:56 ` zn [this message]
2018-02-21  6:00 ` [ruby-dev:50480] [Ruby trunk Bug#14427] Backport r61469 naruse

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.ruby-lang.org/en/community/mailing-lists/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=redmine.issue-14427.20180131145604.d4098ce0cb149ff6@ruby-lang.org \
    --to=ruby-dev@ruby-lang.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).