Groups
Conversations
All groups and messages
Send feedback to Google
Help
Training
Sign in
Groups
xruby-devel
Conversations
About
xruby-devel
Contact owners and managers
1–30 of 92
Mark all as read
Report group
0 selected
Xue Yong Zhi
,
Michael Chen
3
9/2/08
Fwd: Chrome and V8
so sorry i miss the first line: Google announce... On Wed, Sep 3, 2008 at 9:05 AM, Michael Chen <
unread,
Fwd: Chrome and V8
so sorry i miss the first line: Google announce... On Wed, Sep 3, 2008 at 9:05 AM, Michael Chen <
9/2/08
Xue Yong Zhi
, …
lijie
8
3/21/08
Change license to BSD?
agree. On Thu, Mar 20, 2008 at 10:44 AM, Xue Yong Zhi <zhixu...@hotmail.com> wrote: XRuby has
unread,
Change license to BSD?
agree. On Thu, Mar 20, 2008 at 10:44 AM, Xue Yong Zhi <zhixu...@hotmail.com> wrote: XRuby has
3/21/08
pat eyler
,
Xue Yong Zhi
2
2/7/08
LogWatchr on xruby for my real world performance articles
Hey pat, Thank you for reporting the issue. The problem is xruby is not following c ruby correctly
unread,
LogWatchr on xruby for my real world performance articles
Hey pat, Thank you for reporting the issue. The problem is xruby is not following c ruby correctly
2/7/08
prhlava
, …
sishen
9
12/5/07
xruby and external .jar libraries
> Try the below two ways: > > 1. compile the rb file first, then run the app > 1 java -
unread,
xruby and external .jar libraries
> Try the below two ways: > > 1. compile the rb file first, then run the app > 1 java -
12/5/07
dreamhead
12/4/07
The Great Ruby Shootout
The latest performance report for Ruby implementations. http://antoniocangiano.com/2007/12/03/the-
unread,
The Great Ruby Shootout
The latest performance report for Ruby implementations. http://antoniocangiano.com/2007/12/03/the-
12/4/07
sishen
, …
sishen
12
11/10/07
Personal TODO List: make the test_rand.rb work.
Er....... I can't re-produce it... Maybe nothing is wrong... On Nov 10, 2007 9:35 PM, dreamhead
unread,
Personal TODO List: make the test_rand.rb work.
Er....... I can't re-produce it... Maybe nothing is wrong... On Nov 10, 2007 9:35 PM, dreamhead
11/10/07
sishen
11/4/07
the future of YAML
These days, Ruby-Core group are discussing about the future of YAML. You can see the post from the
unread,
the future of YAML
These days, Ruby-Core group are discussing about the future of YAML. You can see the post from the
11/4/07
dreamhead
9/24/07
XRuby 0.3.1 released!
Hi! XRuby team is glad to announce the release of XRuby 0.3.1! The major improvements in this release
unread,
XRuby 0.3.1 released!
Hi! XRuby team is glad to announce the release of XRuby 0.3.1! The major improvements in this release
9/24/07
dreamhead
9/3/07
Slide in Bangalore Geek Night
Hi! I've given a presentation about XRuby overview in Bangalore Geek Night. You can view the
unread,
Slide in Bangalore Geek Night
Hi! I've given a presentation about XRuby overview in Bangalore Geek Night. You can view the
9/3/07
Xue Yong Zhi
8/8/07
xruby 0.3.0 released
The announcement is at: http://xruby.blogspot.com/2007/08/xruby-030-released.html Dreamhead has more
unread,
xruby 0.3.0 released
The announcement is at: http://xruby.blogspot.com/2007/08/xruby-030-released.html Dreamhead has more
8/8/07
dreamhead
,
Xue Yong Zhi
2
8/7/07
Annotation Status Updated
Looks great. One question, how is method with default arguments being handled? For example def f(a= 1
unread,
Annotation Status Updated
Looks great. One question, how is method with default arguments being handled? For example def f(a= 1
8/7/07
dreamhead
, …
femto gary
5
7/29/07
Builtin Builder Class
I have finished the first version of this idea. Here is a demo for test. @RubyLevelClass(name="
unread,
Builtin Builder Class
I have finished the first version of this idea. Here is a demo for test. @RubyLevelClass(name="
7/29/07
femto gary
,
Xue Yong Zhi
2
7/25/07
Hi
Basically we use java's exception handling. So throw an exception in ruby(Kernel#raise) will do
unread,
Hi
Basically we use java's exception handling. So throw an exception in ruby(Kernel#raise) will do
7/25/07
Xue Yong Zhi
, …
dreamhead
12
7/24/07
Implementing Kernel#local_variables
Great! That's what I want to know. We can preserve a field for this purpose. The code will be
unread,
Implementing Kernel#local_variables
Great! That's what I want to know. We can preserve a field for this purpose. The code will be
7/24/07
dreamhead
7/23/07
Optimization for special case
Hi! Maybe some one has noticed that some optimizations have been added into XRuby runtime. 0 or 1
unread,
Optimization for special case
Hi! Maybe some one has noticed that some optimizations have been added into XRuby runtime. 0 or 1
7/23/07
femto
,
Xue Yong Zhi
3
7/17/07
equals method for assertEquals
yes, so actually delegating to ruby level's equals still returns false because ruby's
unread,
equals method for assertEquals
yes, so actually delegating to ruby level's equals still returns false because ruby's
7/17/07
dreamhead
7/8/07
Generate method wrapper
Hi! Many of us are confused by package builtin and value. In fact, package builtin is just used for
unread,
Generate method wrapper
Hi! Many of us are confused by package builtin and value. In fact, package builtin is just used for
7/8/07
femto
7/3/07
Changes in Ruby 1.9
http://eigenclass.org/hiki.rb?Changes+in+Ruby+1.9 Just FYI
unread,
Changes in Ruby 1.9
http://eigenclass.org/hiki.rb?Changes+in+Ruby+1.9 Just FYI
7/3/07
femto gary
,
Xue Yong Zhi
2
6/30/07
Trunk compile fail
How about do a 'build clean' first, then 'build' again? On 6/30/07, femto gary <
unread,
Trunk compile fail
How about do a 'build clean' first, then 'build' again? On 6/30/07, femto gary <
6/30/07
Xue Yong Zhi
,
dreamhead
2
6/27/07
xruby 0.2.1 released
Sorry, I optimized method/block calls for 0/1 args. :) 2007/6/28, Xue Yong Zhi <zhixueyong@hotmail
unread,
xruby 0.2.1 released
Sorry, I optimized method/block calls for 0/1 args. :) 2007/6/28, Xue Yong Zhi <zhixueyong@hotmail
6/27/07
feiyu
, …
bean...@gmail.com
4
6/20/07
Integrate Java
Bravo !!! :) On Jun 19, 11:23 pm, feiyu <zhangyu8...@gmail.com> wrote: > Hi all! >
unread,
Integrate Java
Bravo !!! :) On Jun 19, 11:23 pm, feiyu <zhangyu8...@gmail.com> wrote: > Hi all! >
6/20/07
Ola Bini
, …
feiyu
5
6/12/07
Introduction
Welcome:)
unread,
Introduction
Welcome:)
6/12/07
dreamhead
, …
Haofei
7
6/11/07
Method/Block Invocation Optimization
I also use Ubuntu 7.04. 2007/6/11, Haofei <yue...@gmail.com>: > > > On 11/06/07,
unread,
Method/Block Invocation Optimization
I also use Ubuntu 7.04. 2007/6/11, Haofei <yue...@gmail.com>: > > > On 11/06/07,
6/11/07
Xue Yong Zhi
, …
femto
13
5/29/07
New folder for third party code?
I got complains from other member that this thread has become too long. For anyone who is interested
unread,
New folder for third party code?
I got complains from other member that this thread has become too long. For anyone who is interested
5/29/07
Michael Chen
,
Xue Yong Zhi
4
5/20/07
IO.pipe issues -- related to RubyIO
Hey Michael, Thanks. It is very good news as IO#pipe is used in several ruby test cases. You can
unread,
IO.pipe issues -- related to RubyIO
Hey Michael, Thanks. It is very good news as IO#pipe is used in several ruby test cases. You can
5/20/07
dreamhead
5/19/07
Antlr 3.0 released!
Hi! Antlr 3.0 has been released! Now it's time for us to upgrade parser to Antlr 3.0. femto and
unread,
Antlr 3.0 released!
Hi! Antlr 3.0 has been released! Now it's time for us to upgrade parser to Antlr 3.0. femto and
5/19/07
femto gary
, …
dreamhead
8
5/17/07
about require_java
search jar or directory, yeap. but spring uses classpath:**, so how do I know where in the classpath
unread,
about require_java
search jar or directory, yeap. but spring uses classpath:**, so how do I know where in the classpath
5/17/07
Xue Yong Zhi
, …
dreamhead
11
5/17/07
XRuby 0.2.0 released
Sounds interesting! It'll help us support YAML. 2007/5/17, Haofei <yue...@gmail.com>: >
unread,
XRuby 0.2.0 released
Sounds interesting! It'll help us support YAML. 2007/5/17, Haofei <yue...@gmail.com>: >
5/17/07
femto
,
Xue Yong Zhi
2
5/16/07
Problem with false or a=1;a
I will try to fix it tafter work. If anyone want to take a look of the problem, we have instructions
unread,
Problem with false or a=1;a
I will try to fix it tafter work. If anyone want to take a look of the problem, we have instructions
5/16/07
Xue Yong Zhi
5/10/07
Created test\xruby\test.rb to host our tests
As test::unit is usable now, I created a file called 'test\xruby\test.rb' to host our own
unread,
Created test\xruby\test.rb to host our tests
As test::unit is usable now, I created a file called 'test\xruby\test.rb' to host our own
5/10/07