[#68478] Looking for MRI projects for Ruby Google Summer of Code 2015 — Tony Arcieri <bascule@...>
Hi ruby-core,
10 messages
2015/03/10
[#68480] Re: Looking for MRI projects for Ruby Google Summer of Code 2015
— SASADA Koichi <ko1@...>
2015/03/10
I have.
[#68549] Re: Looking for MRI projects for Ruby Google Summer of Code 2015
— SASADA Koichi <ko1@...>
2015/03/17
I sent several ideas on previous, mail, but they are seems rejected?
[#68493] [Ruby trunk - Feature #10532] [PATCH] accept_nonblock supports "exception: false" — nobu@...
Issue #10532 has been updated by Nobuyoshi Nakada.
5 messages
2015/03/11
[#68503] Re: [Ruby trunk - Feature #10532] [PATCH] accept_nonblock supports "exception: false"
— Eric Wong <normalperson@...>
2015/03/12
Committed as r49948.
[#68504] Re: [Ruby trunk - Feature #10532] [PATCH] accept_nonblock supports "exception: false"
— Nobuyoshi Nakada <nobu@...>
2015/03/12
On 2015/03/12 12:08, Eric Wong wrote:
[#68506] Seven stacks (and two questions) — Jakub Trzebiatowski <jaktrze1@...>
The Ruby Hacking Guide says that Ruby has=E2=80=A6 seven stacks. Is it =
5 messages
2015/03/12
[#68520] Possible regression in 2.1 and 2.2 in binding when combined with delegate? — Joe Swatosh <joe.swatosh@...>
# The following code
3 messages
2015/03/14
[#68604] GSOC project Cross-thread Fiber support — surya pratap singh raghuvanshi <oshosurya@...>
- *hi i am a third year computer science student interested in working
6 messages
2015/03/22
[#68606] Re: GSOC project Cross-thread Fiber support
— Tony Arcieri <bascule@...>
2015/03/22
Hi Surya,
[#68619] Re: GSOC project Cross-thread Fiber support
— surya pratap singh raghuvanshi <oshosurya@...>
2015/03/23
hi tony,
[ruby-core:68539] [Ruby trunk - Bug #10978] [mswin32, mswin64] SignalException: SIGSEGV
From:
phasis@...
Date:
2015-03-16 09:35:48 UTC
List:
ruby-core #68539
Issue #10978 has been updated by Heesob Park. I guess this issue is a duplicate of Bug #10941 ---------------------------------------- Bug #10978: [mswin32, mswin64] SignalException: SIGSEGV https://bugs.ruby-lang.org/issues/10978#change-51857 * Author: Sergue=C3=AF Cambour * Status: Open * Priority: Normal * Assignee: Usaku NAKAMURA * ruby -v: 2.2.1 * Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN ---------------------------------------- I have an error when running rake command on a simple minitest demo project: C:\Users\XXXX\Documents\projects\tests_projects\minitest-project>rake --tra= ce ** Invoke default (first_time) ** Invoke test (first_time) ** Execute test rake aborted! SignalException: SIGSEGV C:/Ruby22-x64/lib/ruby/2.2.0/rake/testtask.rb:106:in `block (3 levels) in d= efine' C:/Ruby22-x64/lib/ruby/2.2.0/rake/file_utils.rb:57:in `call' C:/Ruby22-x64/lib/ruby/2.2.0/rake/file_utils.rb:57:in `sh' C:/Ruby22-x64/lib/ruby/2.2.0/rake/file_utils_ext.rb:37:in `sh' C:/Ruby22-x64/lib/ruby/2.2.0/rake/file_utils.rb:96:in `ruby' C:/Ruby22-x64/lib/ruby/2.2.0/rake/file_utils_ext.rb:37:in `ruby' C:/Ruby22-x64/lib/ruby/2.2.0/rake/testtask.rb:104:in `block (2 levels) in d= efine' C:/Ruby22-x64/lib/ruby/2.2.0/rake/file_utils_ext.rb:58:in `verbose' C:/Ruby22-x64/lib/ruby/2.2.0/rake/testtask.rb:100:in `block in define' C:/Ruby22-x64/lib/ruby/2.2.0/rake/task.rb:240:in `call' C:/Ruby22-x64/lib/ruby/2.2.0/rake/task.rb:240:in `block in execute' C:/Ruby22-x64/lib/ruby/2.2.0/rake/task.rb:235:in `each' C:/Ruby22-x64/lib/ruby/2.2.0/rake/task.rb:235:in `execute' C:/Ruby22-x64/lib/ruby/2.2.0/rake/task.rb:179:in `block in invoke_with_call= _chain' C:/Ruby22-x64/lib/ruby/2.2.0/monitor.rb:211:in `mon_synchronize' C:/Ruby22-x64/lib/ruby/2.2.0/rake/task.rb:172:in `invoke_with_call_chain' C:/Ruby22-x64/lib/ruby/2.2.0/rake/task.rb:201:in `block in invoke_prerequis= ites' C:/Ruby22-x64/lib/ruby/2.2.0/rake/task.rb:199:in `each' C:/Ruby22-x64/lib/ruby/2.2.0/rake/task.rb:199:in `invoke_prerequisites' C:/Ruby22-x64/lib/ruby/2.2.0/rake/task.rb:178:in `block in invoke_with_call= _chain' C:/Ruby22-x64/lib/ruby/2.2.0/monitor.rb:211:in `mon_synchronize' C:/Ruby22-x64/lib/ruby/2.2.0/rake/task.rb:172:in `invoke_with_call_chain' C:/Ruby22-x64/lib/ruby/2.2.0/rake/task.rb:165:in `invoke' C:/Ruby22-x64/lib/ruby/2.2.0/rake/application.rb:150:in `invoke_task' C:/Ruby22-x64/lib/ruby/2.2.0/rake/application.rb:106:in `block (2 levels) i= n top_level' C:/Ruby22-x64/lib/ruby/2.2.0/rake/application.rb:106:in `each' C:/Ruby22-x64/lib/ruby/2.2.0/rake/application.rb:106:in `block in top_level' C:/Ruby22-x64/lib/ruby/2.2.0/rake/application.rb:115:in `run_with_threads' C:/Ruby22-x64/lib/ruby/2.2.0/rake/application.rb:100:in `top_level' C:/Ruby22-x64/lib/ruby/2.2.0/rake/application.rb:78:in `block in run' C:/Ruby22-x64/lib/ruby/2.2.0/rake/application.rb:176:in `standard_exception= _handling' C:/Ruby22-x64/lib/ruby/2.2.0/rake/application.rb:75:in `run' C:/Ruby22-x64/bin/rake:33:in `<main>' Tasks: TOP =3D> default =3D> test OS: Windows 7 Enterprise, SP1, 64 bits Ruby version:ruby 2.2.1p85 (2015-02-26 revision 49769) [x64-mingw32] Rake version: rake (10.4.2) ---Files-------------------------------- minitest-project.zip (1.84 KB) --=20 https://bugs.ruby-lang.org/