Project

General

Profile

ActionsLike0

Bug #10204

closed

A little bit misleading warning message

Added by matsuda (Akira Matsuda) over 10 years ago. Updated over 10 years ago.

Status:
Closed
Assignee:
-
Target version:
ruby -v:
ruby 2.2.0dev (2014-08-20 trunk 47225) [x86_64-darwin13]
[ruby-core:64790]

Description

ruby -we "''.scan //"

warns "-e:1: warning: ambiguous first argument; put parentheses or even spaces".
Despite ruby indicates me to put spaces there, I actually couldn't stop ruby warning no matter how much spaces I put there.

% ruby -we "''.scan                                   //"
-e:1: warning: ambiguous first argument; put parentheses or even spaces

Added by nobu (Nobuyoshi Nakada) over 10 years ago

Revision 3fd37d08

parse.y: fix warning message

  • parse.y (arg_ambiguous_gen): fix warning message, "even" does
    not mean the number of spaces here. state the place to put a
    space and the operator. [ruby-core:64790] [Bug #10204]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47431 b2dd03c8-39d4-4d8f-98ff-823fe69b080e

ActionsLike0

Also available in: Atom PDF