[#88925] [Ruby trunk Feature#15095] [PATCH] share VM stack between threads and fibers if identical — ko1@...
Issue #15095 has been updated by ko1 (Koichi Sasada).
4 messages
2018/09/09
[#88927] Re: [Ruby trunk Feature#15095] [PATCH] share VM stack between threads and fibers if identical
— Eric Wong <normalperson@...>
2018/09/09
[email protected] wrote:
[#88926] [Ruby trunk Feature#15095] [PATCH] share VM stack between threads and fibers if identical — ko1@...
Issue #15095 has been updated by ko1 (Koichi Sasada).
3 messages
2018/09/09
[#89218] [Ruby trunk Bug#15130] open-uri hangs on cygwin — duerst@...
SXNzdWUgIzE1MTMwIGhhcyBiZWVuIHVwZGF0ZWQgYnkgZHVlcnN0IChNYXJ0aW4gRMO8cnN0KS4K
5 messages
2018/09/30
[ruby-core:88863] [Ruby trunk Bug#13336][Closed] Default Parameters don't work
From:
ruby-core@...
Date:
2018-09-05 15:26:00 UTC
List:
ruby-core #88863
Issue #13336 has been updated by marcandre (Marc-Andre Lafortune). Status changed from Open to Closed This is a duplicate of #12717, so closing this. ---------------------------------------- Bug #13336: Default Parameters don't work https://bugs.ruby-lang.org/issues/13336#change-73901 * Author: [email protected] (Herbert Bonaffini) * Status: Closed * Priority: Normal * Assignee: * Target version: * ruby -v: 2.3.1 * Backport: 2.2: UNKNOWN, 2.3: UNKNOWN, 2.4: UNKNOWN ---------------------------------------- ```ruby def funny(a = true, b: nil) p a end funny([1,2,3]) # => [1,2,3] funny({k:1}) # => in `funny': unknown keyword: k (ArgumentError) ``` ---Files-------------------------------- hello_bug.rb (132 Bytes) -- https://bugs.ruby-lang.org/ Unsubscribe: <mailto:[email protected]?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>