[#70977] [Ruby trunk - Feature #11473] Immutable String literal in Ruby 3 — arai@...
Issue #11473 has been updated by Shunichi Arai.
3 messages
2015/10/04
[#70982] limiting scope of magic comments like frozen_string_literal — Eric Wong <normalperson@...>
How about being able to limit the scope of magic comments like
4 messages
2015/10/05
[#71062] [Ruby trunk - Bug #10892] Deadlock in autoload — eregontp@...
Issue #10892 has been updated by Benoit Daloze.
4 messages
2015/10/12
[#71090] Re: [Ruby trunk - Bug #10892] Deadlock in autoload
— Eric Wong <normalperson@...>
2015/10/14
eregontp@gmail.com wrote:
[#71127] [Ruby trunk - Feature #11607] [PATCH] fiddle: release GVL for ffi_call — normalperson@...
Issue #11607 has been updated by Eric Wong.
3 messages
2015/10/20
[#71164] [Ruby trunk - Feature #11614] [Open] [RFC] use id_table for constant tables — normalperson@...
Issue #11614 has been reported by Eric Wong.
3 messages
2015/10/22
[#71211] [Ruby trunk - Feature #11607] [PATCH] fiddle: release GVL for ffi_call — naruse@...
Issue #11607 has been updated by Yui NARUSE.
6 messages
2015/10/27
[#71212] Re: [Ruby trunk - Feature #11607] [PATCH] fiddle: release GVL for ffi_call
— Eric Wong <normalperson@...>
2015/10/27
Yes, user must check if the function is MT-safe. Probably fine
[#71246] Re: [Ruby trunk - Feature #11607] [PATCH] fiddle: release GVL for ffi_call
— Aaron Patterson <tenderlove@...>
2015/10/28
On Tue, Oct 27, 2015 at 08:54:07AM +0000, Eric Wong wrote:
[#71254] Re: [Ruby trunk - Feature #11607] [PATCH] fiddle: release GVL for ffi_call
— Eric Wong <normalperson@...>
2015/10/28
Aaron Patterson <tenderlove@ruby-lang.org> wrote:
[#71230] [Ruby trunk - Feature #11625] Unlock GVL for SHA1 calculations — tenderlove@...
Issue #11625 has been updated by Aaron Patterson.
5 messages
2015/10/27
[#71236] Re: [Ruby trunk - Feature #11625] Unlock GVL for SHA1 calculations
— Юрий Соколов <funny.falcon@...>
2015/10/28
What's about other hashsum algos? MD5, SHA2, etc
[#71242] Re: [Ruby trunk - Feature #11625] Unlock GVL for SHA1 calculations
— Eric Wong <normalperson@...>
2015/10/28
Юрий Соколов <funny.falcon@gmail.com> wrote:
[#71239] [Ruby trunk - Bug #11384] multi-threaded autoload sometimes fails — shugo@...
Issue #11384 has been updated by Shugo Maeda.
4 messages
2015/10/28
[ruby-core:71289] [Backport200 - Backport #9802] hash with array process seems has problems for ruby2.0.0p451 windows build
From:
lev.osmo.91@...
Date:
2015-10-31 23:45:47 UTC
List:
ruby-core #71289
Issue #9802 has been updated by Anna Grey. Still presents the information interesting to <a href="http://forum.kompas.com/members/197385-AndreNance">my profile</a> see the admin :) ---------------------------------------- Backport #9802: hash with array process seems has problems for ruby2.0.0p451 windows build https://bugs.ruby-lang.org/issues/9802#change-54664 * Author: hake huang * Status: Feedback * Priority: Normal * Assignee: ---------------------------------------- when I write a hash parser, like below: ~~~ test: - path: a.c .... - path: b.c ~~~ and I can see below error when the parser finish. ~~~ à?.u1A^?f@E'`?f??( z?f0??f: [BUG] Segmentation fault ruby 2.0.0p451 (2014-02-24) [i386-mingw32] -- Control frame information ----------------------------------------------- c:0001 p:7964620 s:0002 E:001bbc TOP [FINISH] -- C level backtrace information ------------------------------------------- C:\Windows\SYSTEM32\ntdll.dll(KiFastSystemCallRet+0x0) [0x779E70B4] C:\Windows\system32\kernel32.dll(WaitForSingleObjectEx+0x43) [0x7635C2F3] C:\Windows\system32\kernel32.dll(WaitForSingleObject+0x12) [0x7635C2A2] C:\Ruby200\bin\msvcrt-ruby200.dll(rb_vm_bugreport+0xa7) [0x668F7FA7] C:\Ruby200\bin\msvcrt-ruby200.dll(rb_name_err_mesg_new+0x69d) [0x667BE36D] C:\Ruby200\bin\msvcrt-ruby200.dll(rb_bug+0x2e) [0x667BF16E] C:\Ruby200\bin\msvcrt-ruby200.dll(rb_check_safe_str+0x180) [0x6687E3B0] [0x00401866] C:\Windows\SYSTEM32\ntdll.dll(EtwReplyNotification+0x366) [0x77A17F1A] ~~~ -- https://bugs.ruby-lang.org/