[#87773] timer thread [was Re: [ruby-alerts:7905] failure alert on trunk-asserts@silicon-docker (NG (r63844))] — Eric Wong <normalperson@...>
> test_all <main>: warning: pthread_create failed for timer: Resource temporarily unavailable, scheduling broken
[#87836] [Ruby trunk Bug#14898] test/lib/test/unit/parallel.rb: TestSocket#test_timestamp stuck sometimes — ko1@...
Issue #14898 has been reported by ko1 (Koichi Sasada).
ko1@atdot.net wrote:
On 2018/07/06 18:47, Eric Wong wrote:
[#87847] undefined symbol: mjit_init_p — Leam Hall <leamhall@...>
I pulled Ruby trunk on 3 Jul and am now getting errors similar to the
As I told you, `make install` is needed to make Ruby work. Running
One more reason for https://bugs.ruby-lang.org/issues/13620 maybe? ;)
Benoit Daloze <eregontp@gmail.com> wrote:
[#87986] [Ruby trunk Feature#14915] Deprecate String#crypt, move implementation to string/crypt — mame@...
Issue #14915 has been updated by mame (Yusuke Endoh).
mame@ruby-lang.org wrote:
normalperson (Eric Wong) wrote:
[#88088] [Ruby trunk Misc#14937] [PATCH] thread_pthread: lazy-spawn timer-thread only on contention — normalperson@...
Issue #14937 has been reported by normalperson (Eric Wong).
[#88104] [Ruby trunk Bug#14898] test/lib/test/unit/parallel.rb: TestSocket#test_timestamp stuck sometimes — ko1@...
Issue #14898 has been updated by ko1 (Koichi Sasada).
[#88173] [Ruby trunk Bug#14950] r64109 thread.c: move ppoll wrapper before thread_pthread.c - Windows compile failure - thread.c — Greg.mpls@...
Issue #14950 has been reported by MSP-Greg (Greg L).
[#88189] [Ruby trunk Bug#14950] r64109 thread.c: move ppoll wrapper before thread_pthread.c - Windows compile failure - thread.c — nobu@...
Issue #14950 has been updated by nobu (Nobuyoshi Nakada).
[#88199] [Ruby trunk Misc#14937] [PATCH] thread_pthread: lazy-spawn timer-thread only on contention — takashikkbn@...
Issue #14937 has been updated by k0kubun (Takashi Kokubun).
takashikkbn@gmail.com wrote:
> yet, sky3 had a failure at
> http://ci.rvm.jp/results/trunk@P895/1173951
> > http://ci.rvm.jp/results/trunk@P895/1173951
[ruby-core:87884] Re: [Ruby trunk Misc#14902] Replace benchmark/driver.rb with benchmark_driver.gem
Oh I see. I'll fix so later. Thanks for notification.
On Mon, Jul 9, 2018 at 6:14 <Greg.mpls@gmail.com> wrote:
> Issue #14902 has been updated by MSP-Greg (Greg L).
>
>
> @k0kubun
>
> Thank you for your work on this. Somewhat off topic...
>
> I ran the suite on ruby-loco, and the only change needed was adding the
> following line to file_rename.yml, before the `max.times do` line:
>
> ```ruby
> tmp.each { |t| t.close } if RUBY_PLATFORM[/mingw|mswin/]
> ```
>
> Windows won't allow renaming an open file. Thanks, Greg
>
> ----------------------------------------
> Misc #14902: Replace benchmark/driver.rb with benchmark_driver.gem
> https://bugs.ruby-lang.org/issues/14902#change-72897
>
> * Author: k0kubun (Takashi Kokubun)
> * Status: Closed
> * Priority: Normal
> * Assignee: k0kubun (Takashi Kokubun)
> ----------------------------------------
> ## What's benchmark_driver.gem?
> benchmark_driver.gem is a gem created by a project accepted as Ruby
> Association Grant 2017.
> https://github.com/benchmark-driver/benchmark-driver
>
> This is built as a general-purpose benchmark driver for Ruby and allows to
> collect any metric and to output in any way by writing plugins.
>
> ## Why to replace benchmark/driver.rb?
> First of all, the benchmark_driver.gem is created as a successor of
> benchmark/driver.rb, requested by ko1 (author of benchmark/driver.rb).
> After the yesterday's project report of Ruby Association Grant 2017, ko1
> and I agreed to replace benchmark/driver.rb with benchmark_driver.gem.
> So I'll start working on this.
>
> ## How to replace benchmark/driver.rb?
> Some metrics supported by benchmark/driver.rb can't be collected by
> benchmark_driver.gem by default for now, but I'll leave them as plugins of
> benchmark_driver.gem.
> It's a gem implemented outside this repository, but I'm going to implement
> make task to clone the gem repository like simplecov.
>
> Unfortunately the scripts in benchmark directory can't be run by
> benchmark_driver.gem by default. So I'll implement some wrapper script to
> allow benchmark_driver.gem to run them at first, rewrite benchmark scripts
> to benchmark_driver.gem format one by one, drop old scripts and
> benchmark/driver.gem in the end.
>
> During the migration, I'm going to keep the interface of `make benchmark`
> and `make benchmark-each`, but directly running benchmark/driver.rb will be
> broken at some moment.
>
>
>
> --
> https://bugs.ruby-lang.org/
>
> Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe>
> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>
>
Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>