[#48582] Fwd: [ruby-changes:35635] nobu:r47717 (trunk): ruby.h: deprecate plain Data — SASADA Koichi <ko1@...>
ちょっといきなりこれは無いんじゃ無いでしょうか。
3 messages
2014/09/27
[#48586] Re: [ruby-cvs:54890] nobu:r47742 (trunk): common.mk: update only non-existing files — "Martin J. Dürst" <duerst@...>
gitweb が Last-Modified を送信しないのはちょっと残念です。誰に報告すれば
4 messages
2014/09/30
[#48589] Re: [ruby-cvs:54890] nobu:r47742 (trunk): common.mk: update only non-existing files
— Nobuyoshi Nakada <nobu@...>
2014/10/01
On 2014/09/30 15:18, "Martin J. Dürst" wrote:
[ruby-dev:48581] [ruby-trunk - Bug #10259] send を使った attr_writer への書き込みができない場合がある
From:
nobu@...
Date:
2014-09-27 12:28:52 UTC
List:
ruby-dev #48581
Issue #10259 has been updated by Nobuyoshi Nakada.
Duplicated by Bug #10299: alias_method :new_foo=, :"#{:foo}=" doesn't work properly on ruby 2.2.0preview1. added
----------------------------------------
Bug #10259: send を使った attr_writer への書き込みができない場合がある
https://bugs.ruby-lang.org/issues/10259#change-49115
* Author: Fumiaki Matsushima
* Status: Closed
* Priority: Normal
* Assignee:
* Category:
* Target version:
* ruby -v: 2.2.0dev, 2.2.0-preview1
* Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN
----------------------------------------
```
class Hoge; attr_writer :a; end
Hoge.new.send(:"#{:a}=", 1)
# => 1 (ruby 2.1.2)
# hoge.rb:3:in `<main>': undefined method `a=' (ruby 2.2.0-preview1)
```
--
https://bugs.ruby-lang.org/