[前][次][番号順一覧][スレッド一覧]

ruby-changes:45009

From: nobu <ko1@a...>
Date: Thu, 15 Dec 2016 15:22:15 +0900 (JST)
Subject: [ruby-changes:45009] nobu:r57082 (trunk): parse.y: one warning, one line [ci skip]

nobu	2016-12-15 15:22:09 +0900 (Thu, 15 Dec 2016)

  New Revision: 57082

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=57082

  Log:
    parse.y: one warning, one line [ci skip]

  Modified files:
    trunk/parse.y
Index: parse.y
===================================================================
--- parse.y	(revision 57081)
+++ parse.y	(revision 57082)
@@ -8526,8 +8526,8 @@ parser_yylex(struct parser_params *parse https://github.com/ruby/ruby/blob/trunk/parse.y#L8526
 	    c = tLPAREN_ARG;
 	}
 	else if (IS_lex_state(EXPR_ENDFN) && space_seen && !lambda_beginning_p()) {
-	    rb_warning0("parentheses after method name is interpreted as");
-	    rb_warning0("an argument list, not a decomposed argument");
+	    rb_warning0("parentheses after method name is interpreted as "
+			"an argument list, not a decomposed argument");
 	}
 	paren_nest++;
 	COND_PUSH(0);

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]