[#82311] [Ruby trunk Bug#13794] Infinite loop of sched_yield — charlie@...
Issue #13794 has been reported by catphish (Charlie Smurthwaite).
4 messages
2017/08/09
[#82518] [Ruby trunk Feature#13618] [PATCH] auto fiber schedule for rb_wait_for_single_fd and rb_waitpid — mame@...
Issue #13618 has been updated by mame (Yusuke Endoh).
5 messages
2017/08/30
[#82552] Re: [Ruby trunk Feature#13618] [PATCH] auto fiber schedule for rb_wait_for_single_fd and rb_waitpid
— Eric Wong <normalperson@...>
2017/08/31
mame@ruby-lang.org wrote:
[#82756] Re: [Ruby trunk Feature#13618] [PATCH] auto fiber schedule for rb_wait_for_single_fd and rb_waitpid
— Eric Wrong <normalperson@...>
2017/09/12
Eric Wrong <normalperson@yhbt.net> wrote:
[ruby-core:82291] [Ruby trunk Bug#13793] Compatible issue with keyword args behavior
From:
hsbt@...
Date:
2017-08-09 06:09:38 UTC
List:
ruby-core #82291
Issue #13793 has been reported by hsbt (Hiroshi SHIBATA).
----------------------------------------
Bug #13793: Compatible issue with keyword args behavior
https://bugs.ruby-lang.org/issues/13793
* Author: hsbt (Hiroshi SHIBATA)
* Status: Open
* Priority: Normal
* Assignee:
* Target version:
* ruby -v:
* Backport: 2.2: UNKNOWN, 2.3: UNKNOWN, 2.4: UNKNOWN
----------------------------------------
I found breaking changes for keyword args with Ruby 2.5.1
Reproduction instructions:
* git clone git@github.com:bundler/bundler.git
* gem i rspec
* cd bundler && rspec spec/commands/viz_spec.rb:13
Ruby 2.4.1:
```
~/D/g/b/bundler (master) > rspec spec/commands/viz_spec.rb:13
Run options:
include {:locations=>{"./spec/commands/viz_spec.rb"=>[13]}}
exclude {:bundler=>"=< 1.15", :rubygems_master=>true, :git=>"=< 2.14.0", :rubygems=>"=< 2.6.11", :ruby=>"=< 2.4.1", :realworld=>true, :sudo=>true}
bundle viz
graphs gems from the Gemfile
Retried examples: 0
Finished in 3.35 seconds (files took 1.37 seconds to load)
1 example, 0 failures
```
Ruby 2.5.0(ruby 2.5.0dev (2017-08-08 trunk 59529) [x86_64-darwin16])
```
~/D/g/b/bundler (master) > rspec spec/commands/viz_spec.rb:13
Run options:
include {:locations=>{"./spec/commands/viz_spec.rb"=>[13]}}
exclude {:bundler=>"=< 1.15", :rubygems_master=>true, :git=>"=< 2.14.0", :rubygems=>"=< 2.6.12", :ruby=>"=< 2.5.0", :realworld=>true, :sudo=>true}
bundle viz
(snip)
ArgumentError: unknown keyword: png
/path/to/bundler/bundler/tmp/gems/system/gems/ruby-graphviz-1.2.3/lib/graphviz.rb:441:in `output'
/path/to/bundler/bundler/lib/bundler/graph.rb:142:in `run'
(snip)
```
I also reported bundler's tracker: https://github.com/bundler/bundler/issues/5939
--
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>