Actions
Feature #11568
closedMisleading warning for duplicate keys in a hash
Feature #11568:
Misleading warning for duplicate keys in a hash
Status:
Closed
Assignee:
-
Target version:
-
Description
When a hash literal has duplicate keys as follows,
the warning message goes as follows:
This message gives the impression as if it is the value "bar" at line 3 that is ignored, even though in reality it is the value "foo" at line 2 that is ignored. It is misleading. I suggest the message to be changed.
Updated by nobu (Nobuyoshi Nakada) almost 11 years ago
- Is duplicate of Bug #11327: Improve duplicate key warning. added
Updated by nobu (Nobuyoshi Nakada) almost 11 years ago
- Description updated (diff)
- Status changed from Open to Closed
Actions