[#66126] Creation/Conversion methods/functions table for Ruby types — SASADA Koichi <ko1@...>
Hi,
5 messages
2014/11/07
[#66248] [ruby-trunk - Feature #10423] [PATCH] opt_str_lit*: avoid literal string allocations — normalperson@...
Issue #10423 has been updated by Eric Wong.
3 messages
2014/11/13
[#66595] [ruby-trunk - Bug #10557] [Open] Block not given when the argument is a string — bartosz@...
Issue #10557 has been reported by Bartosz Kopinski.
3 messages
2014/11/30
[ruby-core:66041] [ruby-trunk - Bug #10463] :~@ and :!@ are not parsed correctly
From:
silverhammermba+ruby@...
Date:
2014-11-01 02:37:46 UTC
List:
ruby-core #66041
Issue #10463 has been updated by Max Anselm.
That's because bash is trying to interpolate the string.
$ ruby -e 'p :!@'
:!
----------------------------------------
Bug #10463: :~@ and :!@ are not parsed correctly
https://bugs.ruby-lang.org/issues/10463#change-49760
* Author: Tsuyoshi Sawada
* Status: Open
* Priority: Normal
* Assignee:
* Category:
* Target version:
* ruby -v: 2.1.4
* Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN
----------------------------------------
The at mark in literal symbols `:~@` and `:!@` are ignored.
~~~ruby
:~@ # => :~
:!@ # => :!
~~~
--
https://bugs.ruby-lang.org/