[#66678] [ruby-trunk - Feature #10481] Add "if" and "unless" clauses to rescue statements — alex@...
Issue #10481 has been updated by Alex Boyd.
3 messages
2014/12/04
[#66762] Re: [ruby-changes:36667] normal:r48748 (trunk): struct: avoid all O(n) behavior on access — Tanaka Akira <akr@...>
2014-12-10 0:44 GMT+09:00 normal <ko1@atdot.net>:
3 messages
2014/12/10
[#66851] [ruby-trunk - Feature #10585] struct: speedup struct.attr = v for first 10 attributes and struct[:attr] for big structs — funny.falcon@...
Issue #10585 has been updated by Yura Sokolov.
3 messages
2014/12/15
[#67126] Ruby 2.2.0 Released — "NARUSE, Yui" <naruse@...>
We are pleased to announce the release of Ruby 2.2.0.
8 messages
2014/12/25
[#67128] Re: Ruby 2.2.0 Released
— Rodrigo Rosenfeld Rosas <rr.rosas@...>
2014/12/25
I can't install it in any of our Ubuntu servers using rbenv:
[#67129] Re: Ruby 2.2.0 Released
— SHIBATA Hiroshi <shibata.hiroshi@...>
2014/12/25
> I can't install it in any of our Ubuntu servers using rbenv:
[ruby-core:66681] [ruby-trunk - Feature #10565] [cleanup] remove unused rb_iseq_new_with_bopt
From:
ko1@...
Date:
2014-12-04 09:37:06 UTC
List:
ruby-core #66681
Issue #10565 has been updated by Koichi Sasada. No problem. Thanks. ---------------------------------------- Feature #10565: [cleanup] remove unused rb_iseq_new_with_bopt https://bugs.ruby-lang.org/issues/10565#change-50286 * Author: Eric Wong * Status: Open * Priority: Normal * Assignee: Koichi Sasada * Category: core * Target version: current: 2.2.0 ---------------------------------------- OK to remove? Or is block-inlining to be resurrected in the future? rb_iseq_new_with_bopt seems unused and block_opt param in prepare_iseq_build does nothing useful. * iseq.c (prepare_iseq_build): remove unused block_opt param (rb_iseq_new_with_bopt_and_opt): remove (rb_iseq_new_with_opt): inline removed function (rb_iseq_new_with_bopt): remove (iseq_load): adjust prepare_iseq_build call ---Files-------------------------------- 0001-iseq.c-remove-unused-rb_iseq_new_with_bopt.patch (3.24 KB) -- https://bugs.ruby-lang.org/