[#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窶ヲ seven stacks. Is it an implementation choice (and it could be implemented with one stack), or is there really a need for seven logical stacks? For example, Lua has one stack, and still closures with upvalues are totally possible (it窶冱 like Ruby窶冱 blocks that can reference local variables of their enclosing method, but it works for any function with any upvalues).
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:68649] [Ruby trunk - Bug #11004] make-snapshost does not work
From:
v.ondruch@...
Date:
2015-03-26 14:53:41 UTC
List:
ruby-core #68649
Issue #11004 has been updated by Vit Ondruch. Assignee set to Nobuyoshi Nakada I tracked down the offending commit to r50093 ... r50092 works just fine ---------------------------------------- Bug #11004: make-snapshost does not work https://bugs.ruby-lang.org/issues/11004#change-51946 * Author: Vit Ondruch * Status: Open * Priority: Normal * Assignee: Nobuyoshi Nakada * ruby -v: trunk * Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN ---------------------------------------- ~~~ # rpm -q ruby ruby-2.2.1-10.fc23.x86_64 # tool/make-snapshot -packages=xz tmp Exporting trunk@50098 Exported revision 50098. take a breath, and go ahead creating configure... done creating prerequisites... generating id.h id.h updated generating opt_sc.inc generating optinsn.inc generating optunifs.inc generating insns.inc generating insns_info.inc generating vmtc.inc generating vm.inc generating node_name.inc generating known_errors.inc known_errors.inc updated file2lastrev.rb: does not seem to be under a vcs: . Makefile:1340: recipe for target '.revision.time' failed make: [.revision.time] Error 1 (ignored) ./revision.h unchanged ruby --disable-gem ./tool/gen_dummy_probes.rb ./probes.d > probes.dmyh generating parse.c copying lex.c generating enc/trans/newline.c ... converter for universal_newline converter for crlf_newline converter for cr_newline done. (0.02user 0.00system 0.00elapsed) generating id.c id.c updated generating ext/ripper/ripper.c make[1]: Entering directory '/tmp/ruby-snapshot20150326-12249-15kak01/ruby-2.3.0-r50098/ext/ripper' extracting ripper.y from ../../parse.y compiling compiler ripper.y generating eventids1.c from ../../parse.y generating eventids2table.c from ./eventids2.c make[1]: Leaving directory '/tmp/ruby-snapshot20150326-12249-15kak01/ruby-2.3.0-r50098/ext/ripper' generating ext/rbconfig/sizeof/sizes.c make[1]: Entering directory '/tmp/ruby-snapshot20150326-12249-15kak01/ruby-2.3.0-r50098/ext/rbconfig/sizeof' sizes.c updated make[1]: Leaving directory '/tmp/ruby-snapshot20150326-12249-15kak01/ruby-2.3.0-r50098/ext/rbconfig/sizeof' rbconfig.rb updated generating enc.mk /tmp/ruby-snapshot20150326-12249-15kak01/ruby-2.3.0-r50098/rbconfig.rb:6:in `<module:RbConfig>': ruby lib version (2.3.0) doesn't match executable version (2.2.1) (RuntimeError) from /tmp/ruby-snapshot20150326-12249-15kak01/ruby-2.3.0-r50098/rbconfig.rb:4:in `<top (required)>' from /tmp/ruby-snapshot20150326-12249-15kak01/ruby-2.3.0-r50098/lib/mkmf.rb:5:in `require' from /tmp/ruby-snapshot20150326-12249-15kak01/ruby-2.3.0-r50098/lib/mkmf.rb:5:in `<top (required)>' from ./enc/make_encmake.rb:8:in `load' from ./enc/make_encmake.rb:8:in `<main>' Makefile:1133: recipe for target 'enc.mk' failed make: *** [enc.mk] Error 1 prerequisites failed ~~~ This is probably due to r49740 -- https://bugs.ruby-lang.org/