[#70257] [Ruby trunk - Feature #11420] [Open] Introduce ID key table into MRI — ko1@...

Issue #11420 has been reported by Koichi Sasada.

11 messages 2015/08/06

[ruby-core:70476] [Ruby trunk - Bug #11470] [Open] extra parens required for if/unless/rescue modifier expressions in single arg method invocations

From: alxtskrnk@...
Date: 2015-08-20 16:28:00 UTC
List: ruby-core #70476
Issue #11470 has been reported by bug hit.

----------------------------------------
Bug #11470: extra parens required for if/unless/rescue modifier expressions in single arg method invocations
https://bugs.ruby-lang.org/issues/11470

* Author: bug hit
* Status: Open
* Priority: Normal
* Assignee: 
* ruby -v: 
* Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN
----------------------------------------
foo(1 if true) is not allowed requiring foo((1 if true))

also foo(1 unless true) foo(bar rescue 1)




-- 
https://bugs.ruby-lang.org/

In This Thread

Prev Next