yarv-dev-en:62
From: Ilmari Heikkinen <kig misfiring.net>
Date: Wed, 22 Feb 2006 20:09:01 +0200
Subject: [yarv-dev-en:62] Re: YARV 0.3.3 bug report
On Wed, 2006-02-22 at 18:48 +0100, Christian Neukirchen wrote: > SASADA Koichi <ko1 atdot.net> writes: > > > Hi, > > > > Ilmari Heikkinen wrote: > >>> Please try with "miniruby" in your build directory. > >> > >> $ ./miniruby -ve 'for d,*f in [[1,2,3]]; p d,f; end' > >> ruby 2.0.0 (Base: Ruby 1.9.0 2006-02-14) [i686-linux] > >> YARVCore 0.4.0 Rev: 470 (2006-02-22) [opts: ] > >> 1 > >> nil > >> > > mmm... how about in other person? > > #843<4|>lilith:~/src/yarv$ ./miniruby -ve 'for d,*f in [[1,2,3]]; p d,f; end' > ruby 2.0.0 (Base: Ruby 1.9.0 2006-02-14) [powerpc-darwin7.9.0] > YARVCore 0.4.0 Rev: 470 (2006-02-22) [opts: ] > 1 > [2, 3] > > Darwin lilith 7.9.0 Darwin Kernel Version 7.9.0: Wed Mar 30 20:11:17 PST 2005; root:xnu/xnu-517.12.7.obj~1/RELEASE_PPC Power Macintosh powerpc > gcc version 3.3 20030304 (Apple Computer, Inc. build 1666) > bison (GNU Bison) 2.0 > > Now it becomes fun, eh? Indeed. Tried on my Pentium III-M laptop: [kig jugend:~/downloads/yarv-0.4.0] ./miniruby -ve 'for d,*f in [[1,2,3]]; p d,f; end' ruby 2.0.0 (Base: Ruby 1.9.0 2006-02-14) [i686-linux] YARVCore 0.4.0 Rev: 466 (2006-02-22) [opts: ] 1 [2, 3] CPU: Intel Pentium III (Coppermine) stepping 0a Linux jugend 2.6.6-2-686 #1 Wed Jun 16 01:25:38 PDT 2004 i686 GNU/Linux gcc version 3.3.6 (Debian 1:3.3.6-9) bison (GNU Bison) 2.0 But on the Athlon desktop it doesn't work... $ ./miniruby -ve 'for d,*f in [[1,2,3]]; p d,f; end' ruby 2.0.0 (Base: Ruby 1.9.0 2006-02-14) [i686-linux] YARVCore 0.4.0 Rev: 470 (2006-02-22) [opts: ] 1 nil CPU: AMD Athlon(TM) XP 2100+ stepping 02 Linux bauhaus 2.6.15 #1 PREEMPT Thu Jan 12 20:04:01 EET 2006 i686 GNU/Linux gcc version 3.3.6 (Debian 1:3.3.6-12) bison (GNU Bison) 2.1 -- ML: yarv-dev-en quickml.atdot.net Info: http://www.atdot.net/~ko1/quickml
38 2006-02-18 12:33 [kig misfiring.net ] YARV 0.3.3 bug report 42 2006-02-20 16:28 ┗[ko1 atdot.net ] 46 2006-02-21 02:22 ┣[ko1 atdot.net ] 51 2006-02-22 15:26 ┗[kig misfiring.net ] 53 2006-02-22 18:28 ┗[ko1 atdot.net ] 54 2006-02-23 00:58 ┗[kig misfiring.net ] 57 2006-02-23 01:41 ┗[ko1 atdot.net ] 58 2006-02-23 01:50 ┗[kig misfiring.net ] 60 2006-02-23 02:26 ┗[ko1 atdot.net ] 61 2006-02-23 02:48 ┗[chneukirchen gmail.c] -> 62 2006-02-23 03:09 ┗[kig misfiring.net ] 63 2006-02-23 04:26 ┣[kig misfiring.net ] 64 2006-02-23 12:32 ┗[kig misfiring.net ] 68 2006-02-24 07:19 ┗[ko1 atdot.net ] 83 2006-02-27 22:24 ┗[ko1 atdot.net ]