From dlazaro at mac.com Mon Nov 7 09:30:15 2005 From: dlazaro at mac.com (=?ISO-8859-1?Q?David_L=E1zaro_Saz?=) Date: Mon, 7 Nov 2005 15:30:15 +0100 Subject: [Yarv-devel] YARV web site moved or down? Message-ID: <14778E5A-AD80-447C-B3D1-65EDE715FE49@mac.com> Hi, there, I've been trying to access the YARV web site during the past hours without success. Has it moved from , or is it simply down? Thanks, David. From ko1 at atdot.net Mon Nov 7 11:58:35 2005 From: ko1 at atdot.net (SASADA Koichi) Date: Tue, 08 Nov 2005 01:58:35 +0900 Subject: [Yarv-devel] YARV web site moved or down? In-Reply-To: <14778E5A-AD80-447C-B3D1-65EDE715FE49@mac.com> References: <14778E5A-AD80-447C-B3D1-65EDE715FE49@mac.com> Message-ID: <436F87BB.8020501@atdot.net> Hi, David L?zaro Saz wrote: > Hi, there, > > I've been trying to access the YARV web site during the past hours > without success. Has it moved from , or is > it simply down? > > Thanks, > > David. > apache was down. Thanks, -- SASADA Koichi at atdot dot net From ko1 at atdot.net Sun Nov 20 13:44:17 2005 From: ko1 at atdot.net (SASADA Koichi) Date: Mon, 21 Nov 2005 03:44:17 +0900 Subject: [Yarv-devel] Warning on win32 In-Reply-To: <20051029002947.90424.qmail@web26208.mail.ukl.yahoo.com> References: <20051029002947.90424.qmail@web26208.mail.ukl.yahoo.com> Message-ID: <4380C401.2040105@atdot.net> Hi, gabriele renzi wrote: > I just tried compiling the latest revision on win32, > and I get this warnings: Sorry, I missed this post. I fixed it. BTW, mkmf.rb and ext/extmk.rb work on YARV :) -- // SASADA Koichi at atdot dot net From joaopedrosa at gmail.com Sun Nov 20 16:08:34 2005 From: joaopedrosa at gmail.com (Joao Pedrosa) Date: Sun, 20 Nov 2005 18:08:34 -0300 Subject: [Yarv-devel] Warning on win32 In-Reply-To: <4380C401.2040105@atdot.net> References: <20051029002947.90424.qmail@web26208.mail.ukl.yahoo.com> <4380C401.2040105@atdot.net> Message-ID: Hi, On 11/20/05, SASADA Koichi wrote: > > Hi, > > gabriele renzi wrote: > > I just tried compiling the latest revision on win32, > > and I get this warnings: > > Sorry, I missed this post. I fixed it. > > BTW, mkmf.rb and ext/extmk.rb work on YARV :) This is great news! I am anxious to try it out. :-) Cheers, Joao -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/yarv-devel/attachments/20051120/c7788649/attachment-0001.htm From surrender_it at yahoo.it Sun Nov 20 17:31:33 2005 From: surrender_it at yahoo.it (gabriele renzi) Date: Sun, 20 Nov 2005 14:31:33 -0800 (PST) Subject: [Yarv-devel] Warning on win32 In-Reply-To: Message-ID: <20051120223133.35124.qmail@web26211.mail.ukl.yahoo.com> --- Joao Pedrosa ha scritto: > Hi, > > On 11/20/05, SASADA Koichi wrote: > > > > Hi, > > > > gabriele renzi wrote: > > > I just tried compiling the latest revision on > win32, > > > and I get this warnings: > > > > Sorry, I missed this post. I fixed it. > > > > BTW, mkmf.rb and ext/extmk.rb work on YARV :) > > > This is great news! I am anxious to try it out. :-) > > Cheers, > Joao > -- icq: #69488917 ___________________________________ Yahoo! Mail: gratis 1GB per i messaggi e allegati da 10MB http://mail.yahoo.it From surrender_it at yahoo.it Mon Nov 21 05:32:27 2005 From: surrender_it at yahoo.it (gabriele renzi) Date: Mon, 21 Nov 2005 02:32:27 -0800 (PST) Subject: [Yarv-devel] Warning on win32 In-Reply-To: Message-ID: <20051121103227.29658.qmail@web26212.mail.ukl.yahoo.com> --- Joao Pedrosa ha scritto: > Hi, > > On 11/20/05, SASADA Koichi wrote: > > > > Hi, > > > > gabriele renzi wrote: > > > I just tried compiling the latest revision on > win32, > > > and I get this warnings: > > > > Sorry, I missed this post. I fixed it. > > > > BTW, mkmf.rb and ext/extmk.rb work on YARV :) > > > This is great news! I am anxious to try it out. :-) eheh, I could'nt resist and already did it :) But I am noticing some things, one test fails on my ubuntu box with gcc4 and bison 2.0: 1) Failure: test_rest(TestBlock) [./yarvtest/yarvtest.rb:104:in `ae' ./yarvtest/test_block.rb:335:in `test_rest']: <"[1, [2]]\n"> expected but was <"[[1, 2], nil]\n">. And "make ext" fails. I heard ruby has some problems on ubuntu (with ubuntu's bison, IIRC), so I don't think this is important. gcc also says that: eval_thread.c: In function `rb_thread_signal_raise': eval_thread.c:1853: warning: assignment discards qualifiers from pointer target type adding "const" to the th_signm declaration seem to still let tests run fine (except for the above one) and make gcc happy. Finally, everything runs fine and extensions compile cleanly on win32/mingw, congratulations -- icq: #69488917 ___________________________________ Yahoo! Mail: gratis 1GB per i messaggi e allegati da 10MB http://mail.yahoo.it From ko1 at atdot.net Mon Nov 21 06:27:41 2005 From: ko1 at atdot.net (SASADA Koichi) Date: Mon, 21 Nov 2005 20:27:41 +0900 Subject: [Yarv-devel] Warning on win32 In-Reply-To: <20051121103227.29658.qmail@web26212.mail.ukl.yahoo.com> References: <20051121103227.29658.qmail@web26212.mail.ukl.yahoo.com> Message-ID: <4381AF2D.7060900@atdot.net> Hi, gabriele renzi wrote: > eheh, I could'nt resist and already did it :) > > But I am noticing some things, one test fails on my > ubuntu box with gcc4 and bison 2.0: > 1) Failure: > test_rest(TestBlock) > [./yarvtest/yarvtest.rb:104:in `ae' > ./yarvtest/test_block.rb:335:in `test_rest']: > <"[1, [2]]\n"> expected but was > <"[[1, 2], nil]\n">. > > And "make ext" fails. why? can you show error or problem points? I have not checked YARV on any linux box. > eval_thread.c: In function `rb_thread_signal_raise': > eval_thread.c:1853: warning: assignment discards > qualifiers from pointer target type > adding "const" to the th_signm declaration seem to > still let tests run fine (except for the above one) > and make gcc happy. Ok. I'll fix it. -- // SASADA Koichi at atdot dot net // From joaopedrosa at gmail.com Mon Nov 21 08:27:01 2005 From: joaopedrosa at gmail.com (Joao Pedrosa) Date: Mon, 21 Nov 2005 10:27:01 -0300 Subject: [Yarv-devel] Warning on win32 In-Reply-To: <4381AF2D.7060900@atdot.net> References: <20051121103227.29658.qmail@web26212.mail.ukl.yahoo.com> <4381AF2D.7060900@atdot.net> Message-ID: Hi, On 11/21/05, SASADA Koichi wrote: > > Hi, > > gabriele renzi wrote: > > eheh, I could'nt resist and already did it :) > > > > But I am noticing some things, one test fails on my > > ubuntu box with gcc4 and bison 2.0: > > 1) Failure: > > test_rest(TestBlock) > > [./yarvtest/yarvtest.rb:104:in `ae' > > ./yarvtest/test_block.rb:335:in `test_rest']: > > <"[1, [2]]\n"> expected but was > > <"[[1, 2], nil]\n">. > > I could confirm this one on Ubuntu Breezy and on a variant of Debian Unstable. > And "make ext" fails. > > why? can you show error or problem points? > I have not checked YARV on any linux box. > This one too I could confirm on Ubuntu Breezy and on a variant of Debian Unstable. dewd at marieta:~/t_/svn/yarv$ make ext ./miniruby ./ext/extmk.rb --dest-dir="" --make="make" --mflags="" --make-flags="" --extout=".ext" --extension --extstatic -- compiling Win32API make[1]: Entrando no diret?rio `/home/dewd/t_/svn/yarv/ext/Win32API' make[1]: Nada a ser feito para `all'. make[1]: Saindo do diret?rio `/home/dewd/t_/svn/yarv/ext/Win32API' compiling bigdecimal /home/dewd/t_/svn/yarv/lib/mkmf.rb:1123:in `basename': can't convert Array into String (TypeError) from /home/dewd/t_/svn/yarv/lib/mkmf.rb:1123:in `block (3 levels) in create_makefile' from /home/dewd/t_/svn/yarv/lib/mkmf.rb:1122:in `each' from /home/dewd/t_/svn/yarv/lib/mkmf.rb:1122:in `block (2 levels) in create_makefile' from /home/dewd/t_/svn/yarv/lib/mkmf.rb:1117:in `each' from /home/dewd/t_/svn/yarv/lib/mkmf.rb:1117:in `block in create_makefile' from /home/dewd/t_/svn/yarv/lib/mkmf.rb:1115:in `each' from /home/dewd/t_/svn/yarv/lib/mkmf.rb:1115:in `create_makefile' from ../.././ext/bigdecimal/extconf.rb:2:in `' from ./ext/extmk.rb:138:in `load' from ./ext/extmk.rb:138:in `extmake' from ./ext/extmk.rb:398:in `block in
' from ./ext/extmk.rb:397:in `each' from ./ext/extmk.rb:397:in `
' make: ** [ext] Erro 1 If you need some more tests I would be glad to provide them. Environment: dewd at marieta:~$ ruby -v ruby 1.9.0 (2005-11-20) [i686-linux] dewd at marieta:~$ bison --version bison (GNU bison) 2.0 Escrito por Robert Corbett e Richard Stallman. Copyright (c) 2004 Free Software Foundation, Inc. Este ? um software livre; veja o c?digo fonte para condi??es de copyright. N?o existe NENHUMA garantia; nem mesmo a garantia impl?cita de COMERCIABILIDADE ou ADEQUA??O ? QUALQUER FINALIDADE PARTICULAR. dewd at marieta:~$ gcc --version gcc (GCC) 4.0.2 20050808 (prerelease) (Ubuntu 4.0.1-4ubuntu9) Copyright (C) 2005 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. dewd at marieta:~$ uname -a Linux marieta 2.6.12-9-386 #1 Mon Oct 10 13:14:36 BST 2005 i686 GNU/Linux dewd at marieta:~$ autoconf --version autoconf (GNU Autoconf) 2.59 Written by David J. MacKenzie and Akim Demaille. Copyright (C) 2003 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. dewd at marieta:~$ make --version GNU Make 3.80 Copyright (C) 2002 Free Software Foundation, Inc. Este ? um programa livre; veja o fonte para as condi??es de c?pia. N?o h? garantias; nem mesmo de COMERCIALIZA??O OU ATENDIMENTO A UMA FUN??O EM PARTICULAR. Exciting times ahead! Rite rocks! :-) Cheers, Joao, your fan from Brazil. :-) -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/yarv-devel/attachments/20051121/c117c933/attachment.htm From surrender_it at yahoo.it Tue Nov 22 13:37:33 2005 From: surrender_it at yahoo.it (gabriele renzi) Date: Tue, 22 Nov 2005 10:37:33 -0800 (PST) Subject: [Yarv-devel] small bug accessing class variables from singleton methods Message-ID: <20051122183734.15700.qmail@web26205.mail.ukl.yahoo.com> strange problem, using this as a testcase: class C @@c=1 class << self def m @@c += 1 end end end C.m it raises an error: 1) Failure: test_cvar_from_singleton(TestBIN) [yarv/yarvtest/yarvtest.rb:10 4:in `ae' yarv/yarvtest/test_bin.rb:25 4:in `test_cvar_from_singleton']: <"2\n"> expected but was <"">. But this one is ok: class C @@c = 1 def self.m @@c += 1 end end C.m setup: mingw 3.4, winxp pro sp2, ruby 1.9.0 (2005-10-29), yarv rev 297 -- icq: #69488917 ___________________________________ Yahoo! Messenger: chiamate gratuite in tutto il mondo http://it.messenger.yahoo.com From ko1 at atdot.net Tue Nov 29 11:10:47 2005 From: ko1 at atdot.net (SASADA Koichi) Date: Wed, 30 Nov 2005 01:10:47 +0900 Subject: [Yarv-devel] New BTS for YARV Message-ID: <438C7D87.80808@atdot.net> Hi, I made ML based YARV BTS on my server. If you find YARV bugs (I think too many bugs are hide), please subscribe yarv-dev-en ML and post bugs with test case. And *Add Suitable Prefix to Subject*. Prefix "[BUG]" (or "open>") opens a BTS entry. Maybe you need to know only this prefix. Prefix "fixed>" or "closed>" means "problem is (maybe) fixed" or "problem is fixed completely". You can check all YARV bug entries at http://www.atdot.net/~ko1/yarvbugs/ (This BTS system is based on rubybugs by mput). To subscribe "yarv-dev-en" ML, please send e-mail to "yarv-dev-en at quickml.atdot.net" and add "CC" (carbon copy) to my e-mail address. ML system is QuickML (http://namazu.org/~satoru/quickml/index.html.en). Regards, -- // SASADA Koichi at atdot dot net