[#79440] [Ruby trunk Bug#13188] Reinitialize Ruby VM. — shyouhei@...
Issue #13188 has been updated by Shyouhei Urabe.
6 messages
2017/02/06
[#79441] Re: [Ruby trunk Bug#13188] Reinitialize Ruby VM.
— SASADA Koichi <ko1@...>
2017/02/06
On 2017/02/06 10:10, shyouhei@ruby-lang.org wrote:
[#79532] Immutable Strings vs Symbols — Daniel Ferreira <subtileos@...>
Hi,
15 messages
2017/02/15
[#79541] Re: Immutable Strings vs Symbols
— Rodrigo Rosenfeld Rosas <rr.rosas@...>
2017/02/15
Em 15-02-2017 05:05, Daniel Ferreira escreveu:
[#79543] Re: Immutable Strings vs Symbols
— Daniel Ferreira <subtileos@...>
2017/02/16
Hi Rodrigo,
[#79560] Re: Immutable Strings vs Symbols
— Rodrigo Rosenfeld Rosas <rr.rosas@...>
2017/02/16
Em 15-02-2017 22:39, Daniel Ferreira escreveu:
[ruby-core:79805] [Ruby trunk Bug#13012] irb fails to define a method with a reserved-word-ish keyword argument
From:
hsbt@...
Date:
2017-02-28 00:17:57 UTC
List:
ruby-core #79805
Issue #13012 has been updated by Hiroshi SHIBATA. Backport changed from 2.1: UNKNOWN, 2.2: UNKNOWN, 2.3: UNKNOWN to 2.2: REQUIRED, 2.3: REQUIRED, 2.4: DONTNEED ---------------------------------------- Bug #13012: irb fails to define a method with a reserved-word-ish keyword argument https://bugs.ruby-lang.org/issues/13012#change-63235 * Author: Akira Matsuda * Status: Closed * Priority: Normal * Assignee: * Target version: * ruby -v: ruby 2.4.0dev (2016-12-07 trunk 57012) [x86_64-darwin14] * Backport: 2.2: REQUIRED, 2.3: REQUIRED, 2.4: DONTNEED ---------------------------------------- For example ``` def a(if:) end ``` is a valid ruby code but this doesn't work on irb. This seems to be happening for all keywords that are listed in `RubyLex::ENINDENT_CLAUSE` -- https://bugs.ruby-lang.org/ Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>