[#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
ko1@atdot.net 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@...
Issue #15130 has been updated by duerst (Martin D端rst).
5 messages
2018/09/30
[ruby-core:88820] [Ruby trunk Bug#14966] 2.5 branch - Appveyor failures - backport missed line
From:
nagachika00@...
Date:
2018-09-03 11:07:05 UTC
List:
ruby-core #88820
Issue #14966 has been updated by nagachika (Tomoyuki Chikanaga).
Backport changed from 2.3: UNKNOWN, 2.4: UNKNOWN, 2.5: REQUIRED to 2.3: UNKNOWN, 2.4: UNKNOWN, 2.5: DONE
Hello Greg,
Thank you very much for your notice.
I have applied your patch at r64621 in ruby_2_5 branch.
----------------------------------------
Bug #14966: 2.5 branch - Appveyor failures - backport missed line
https://bugs.ruby-lang.org/issues/14966#change-73865
* Author: MSP-Greg (Greg L)
* Status: Closed
* Priority: Normal
* Assignee:
* Target version:
* ruby -v: Current Ruby 2.5 branch
* Backport: 2.3: UNKNOWN, 2.4: UNKNOWN, 2.5: DONE
----------------------------------------
A while ago, @hsbt committed r62990, and the following line was in `test\test_tmpdir.rb`:
```
TRAVERSAL_PATH.delete!(':') if /mswin|mingw/ =~ RUBY_PLATFORM
```
When it was backported to 2.5 (r62971), the line was omitted. I believe it needs to be inserted at line 61. That should allow Appveyor ruby_2_5 branch to pass...
Thanks, Greg
---Files--------------------------------
1939.patch (719 Bytes)
--
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>