[#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:66948] [ruby-trunk - Bug #10120] [Closed] TestSprintf#test_float still an issue
From:
v.ondruch@...
Date:
2014-12-18 12:34:30 UTC
List:
ruby-core #66948
Issue #10120 has been updated by Vit Ondruch. Status changed from Feedback to Closed Backport changed from 2.0.0: UNKNOWN, 2.1: UNKNOWN to 2.0.0: REQUIRED, 2.1: REQUIRED This should be resolved by r48844 according to [1]. [1] https://bugs.ruby-lang.org/issues/10553#note-14 ---------------------------------------- Bug #10120: TestSprintf#test_float still an issue https://bugs.ruby-lang.org/issues/10120#change-50491 * Author: Vit Ondruch * Status: Closed * Priority: Normal * Assignee: Nobuyoshi Nakada * Category: * Target version: * ruby -v: ruby 2.0.0p353 (2013-11-22 revision 43784) [i686-linux] * Backport: 2.0.0: REQUIRED, 2.1: REQUIRED ---------------------------------------- The fix for #8358 is build time solution. Unfortunately it turns out that this does not work so well for for distributions such as Fedora: https://bugzilla.redhat.com/show_bug.cgi?id=1101811 The issues is that the SSE2 support is determined during build time, i.e. if builder supports SSE2, then the instructions are enabled. However, later when the packaged Ruby is executed on platform which does not support SSE2, it may result in issues as described in the above mentioned ticket. Is there some way, how to resolve this issue in runtime rather than build time? -- https://bugs.ruby-lang.org/