Project

General

Profile

Actions

Bug #15956

closed

`{*nil}` causes confusing error message

Added by Tietew (Toru Iwase) almost 5 years ago. Updated over 4 years ago.

Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
ruby 2.7.0dev (2019-06-24T15:19:49Z trunk e09afd15b7) [x86_64-linux]
[ruby-core:93353]

Description

$ ruby -e 'p({*nil})'
-e:1: syntax error, unexpected *, expecting '}'
p({*nil})
-e:1: Can't assign to nil
p({*nil})

First syntax error is intended.
But second error message Can't assign to nil is confusing.

This happens with nil, true, false and self.
Other identifiers including keywords don't.


Related issues 1 (0 open1 closed)

Is duplicate of Ruby master - Bug #15078: Hash splat of empty hash should not create a positional argument.Closedmatz (Yukihiro Matsumoto)Actions
Actions

Also available in: Atom PDF

Like0
Like0Like0