[#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:64701] [ruby-trunk - Bug #10188] Regression of Benchmark.realtime
From:
shibata.hiroshi@...
Date:
2014-09-01 06:21:06 UTC
List:
ruby-core #64701
Issue #10188 has been updated by Hiroshi SHIBATA.
Eric Wong wrote:
> shibata.hiroshi@gmail.com wrote:
> > I investigate this on Amazon Linux 2014.3
>
> Is this shared machine/VM? What kernel config/version?
It's VM(AWS)
> $ uname -a
> Linux chkbuild001.hsbt.org 3.10.40-50.136.amzn1.x86_64 #1 SMP Tue May 13 21:35:08 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
>
> Kernel config may be in /proc/config.* , otherwise distros may put
> kernel config in /boot/config*
>
> I'm mainly interested in *_HZ and preempt options.
```
[hsbt@chkbuild001 ~]$ cat /boot/config-3.10.53-56.140.amzn1.x86_64 | grep HZ
CONFIG_NO_HZ_COMMON=y
# CONFIG_HZ_PERIODIC is not set
CONFIG_NO_HZ_IDLE=y
# CONFIG_NO_HZ_FULL is not set
CONFIG_NO_HZ=y
# CONFIG_RCU_FAST_NO_HZ is not set
# CONFIG_HZ_100 is not set
CONFIG_HZ_250=y
# CONFIG_HZ_300 is not set
# CONFIG_HZ_1000 is not set
CONFIG_HZ=250
```
> I think the test case is too fragile. We should increase delta+sleep or
> remove test. Based on comments on thread_pthread.c, 0.1s might be a
> lower bound on portable timing granularity.
>
> I think this can fail on your system even with the lib/benchmark.rb
> optimization in r47260 reverted.
nobu added workaround to this issue. I think this regression is only available on
virtual environment.
PS. we discussed this issue using Japanese:
https://twitter.com/kosaki55tea/status/505593070336081920
----------------------------------------
Bug #10188: Regression of Benchmark.realtime
https://bugs.ruby-lang.org/issues/10188#change-48597
* Author: Hiroshi SHIBATA
* Status: Open
* Priority: Normal
* Assignee: Eric Wong
* Category:
* Target version: current: 2.2.0
* ruby -v: ruby 2.2.0dev (2014-08-22 trunk 47254) [x86_64-darwin14]
* Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN
----------------------------------------
After r47260, rubyci is sometimes failed. It seems to relate https://bugs.ruby-lang.org/issues/10165 .
* http://chkbuild001.hsbt.org/chkbuild/ruby-trunk/log/20140830T000025Z.fail.html.gz
* http://fb64b.rubyci.org/~chkbuild/ruby-trunk/log/20140830T033300Z.fail.html.gz
I investigate this on Amazon Linux 2014.3
https://gist.github.com/hsbt/2647af71d60121034c1c
In this results, ```Benchmark.realtime { sleep 0.001 }``` returns 0.01 every 10 times.
> Eric Wong
How about do you think this fail?
--
https://bugs.ruby-lang.org/