[#64703] Add `Hash#fetch_at` (issue #10017) — Wojtek Mach <wojtek@...>
Hey guys
1 message
2014/09/01
[#64711] [ruby-trunk - Bug #10193] [Closed] TestIO#test_readpartial_locktmp fails randomly — nobu@...
Issue #10193 has been updated by Nobuyoshi Nakada.
3 messages
2014/09/02
[#64744] [ruby-trunk - Bug #10202] [Open] TestBenchmark#test_realtime_output breaks on ARM — v.ondruch@...
Issue #10202 has been reported by Vit Ondruch.
3 messages
2014/09/03
[#64823] documenting constants — Xavier Noria <fxn@...>
I am writing a Rails guide about constant autoloading in Ruby on
5 messages
2014/09/07
[#64838] [ruby-trunk - Bug #10212] [Open] MRI is not for lambda calculus — ko1@...
Issue #10212 has been reported by Koichi Sasada.
6 messages
2014/09/08
[#64858] Re: [ruby-trunk - Bug #10212] [Open] MRI is not for lambda calculus
— Eric Wong <normalperson@...>
2014/09/08
rb_env_t may use a flexible array, helps a little even on my busy system:
[#64871] Re: [ruby-trunk - Bug #10212] [Open] MRI is not for lambda calculus
— SASADA Koichi <ko1@...>
2014/09/08
(2014/09/08 19:48), Eric Wong wrote:
[#64972] [ruby-trunk - Bug #10231] [Open] Process.detach(pid) defines new singleton classes every call — headius@...
Issue #10231 has been reported by Charles Nutter.
3 messages
2014/09/11
[#64980] [ruby-trunk - Bug #10212] MRI is not for lambda calculus — ko1@...
Issue #10212 has been updated by Koichi Sasada.
4 messages
2014/09/12
[#65142] [ruby-trunk - Feature #10267] [Open] Number of processors — akr@...
Issue #10267 has been reported by Akira Tanaka.
4 messages
2014/09/20
[#65144] Re: [ruby-trunk - Feature #10267] [Open] Number of processors
— Eric Wong <normalperson@...>
2014/09/20
akr@fsij.org wrote:
[#65210] [ruby-trunk - misc #10278] [Assigned] [RFC] st.c: use ccan linked list — nobu@...
Issue #10278 has been updated by Nobuyoshi Nakada.
3 messages
2014/09/22
[ruby-core:64705] [ruby-trunk - Bug #6592] test_call_double(DL::TestDL) fails on ARM HardFP
From:
v.ondruch@...
Date:
2014-09-01 13:24:01 UTC
List:
ruby-core #64705
Issue #6592 has been updated by Vit Ondruch. ping ... any update? Still an issue with ruby 2.2.0dev (2014-08-26 trunk 47288) [armv7hl-linux] ---------------------------------------- Bug #6592: test_call_double(DL::TestDL) fails on ARM HardFP https://bugs.ruby-lang.org/issues/6592#change-48599 * Author: Vit Ondruch * Status: Assigned * Priority: Normal * Assignee: Aaron Patterson * Category: ext * Target version: next minor * ruby -v: ruby 2.0.0dev (2012-06-05 trunk 35922) [armv7hl-linux] * Backport: ---------------------------------------- Hi, I am observing following test suite error on armv7hl Fedora 17 [1] (but it seems that Debian suffers the same issues [3]): 2) Failure: test_call_double(DL::TestDL) [/builddir/build/BUILD/ruby-2.0.0-r35922/test/dl/test_dl2.rb:90]: Expected |0.1 - 2.1638932342073e-311| (0.1) to be < 0.001. I was digging a bit deeper and I identified issue in this part of code [2]. I tried a bit to unfold the macros and found, that the issue is because of variadic arguments. If the function prototype is declared without them (novar.disasm), the test passes, if they are in use (variadic.disasm), the test fails. The attached files shows the code with partially unfolded marcos and their disassembly. The atof.disasm contains the disassembly of the atof call if it might be of help. I am not sure if it might be compiler bug (GCC 4.7) or if it should be fixed in Ruby. Any help appreciated [1] http://arm.koji.fedoraproject.org/koji/getfile?taskID=904523&name=build.log [2] https://github.com/ruby/ruby/blob/v1_9_3_195/ext/dl/cfunc.c#L464 [3] https://buildd.debian.org/status/fetch.php?pkg=ruby1.9.1&arch=armhf&ver=1.9.3.194-1&stamp=1338887114 ---Files-------------------------------- novar.disasm (659 Bytes) variadic.disasm (699 Bytes) atof.disasm (695 Bytes) noname (500 Bytes) noname (500 Bytes) -- https://bugs.ruby-lang.org/