Re: [Mono-dev] [Mono-list] Mono 1.1.18 last release before Mono 1.2.

2006-10-17 Thread Rafael Mizrahi
Hi Alfredo mono 1.1.17 includes VB 2.0 implementation. I guess that the VB.NET support page should be change in order to reflect that. I have no idea if the vbnc (new vb compiler which replaces the old 'mbas' vb compiler) will be included in mono 1.1.18 Rafael Mizrahi

[Mono-dev] Microsoft.VisualBasic compiled into java

2006-09-12 Thread Rafael Mizrahi
FYI, Microsoft.VisualBasic 1.1 at 'mono-basic\vbruntime' now runs on Java. I have added VB.J2EE.build.bat which compiles VB 1.1 (using the define TARGET_JVM) and then, converts it into jar, using Mainsoft Grasshopper. Next steps regard Java: * Port and Run Microsoft.VisualBasic test suites on

Re: [Mono-dev] [PATCH] Use recursive AscW in VB runtime (2)

2006-09-12 Thread Rafael Mizrahi
Kornél, I have tested and I agree with your patch. Sorry for the extra iteration. Please commit, Rafael -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rafael Mizrahi Sent: Tuesday, September 12, 2006 12:38 To: mono-devel-list@lists.ximian.com Subject

Re: [Mono-dev] [PATCH] Generate Consts.vb from Consts.cs (3)

2006-09-06 Thread Rafael Mizrahi
Hi Kornél, In the context of Microsoft.VisualBasic, having the Consts.vb file auto-generated, I agree with your approach. But I guess that this patch should be discussed in context of mono build. Microsoft.VisualBasic run-time and I think vbnc too, are not yet integrated into the mono build

Re: [Mono-dev] [PATCH] Declare modules in VB runtime as modules

2006-08-27 Thread Rafael Mizrahi
Kornél, Why did you changed functions from Public Shared Function into Public Function ? Rafael -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kornél Pál Sent: Saturday, August 26, 2006 17:22 To: mono-devel-list@lists.ximian.com Subject: [Mono-dev]

Re: [Mono-dev] [PATCH] Declare modules in VB runtime as modules

2006-08-27 Thread Rafael Mizrahi
Kornél, Ok, I understood. You changed 'Public Class' into 'Public Module', and therefore its members of are implicitly Shared. Please commit. Thanks. Rafael -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rafael Mizrahi Sent: Sunday, August 27, 2006 11

[Mono-dev] VB runtime - old standalone tests - copied into NUnit

2006-08-27 Thread Rafael Mizrahi
Hi Miguel, The attached list, are the file names (without the .vb extension) of tests at $mono-basic\vbruntime\Test\OldTests\standalone which already copied into NUnit tests at $mono-basic\vbruntime\Test\Microsoft.VisualBasic. I recommend on removing those (duplicate) tests, along with their .txt

Re: [Mono-dev] Visual Basic upgrade.

2006-08-17 Thread Rafael Mizrahi
as they are outdated, no longer under development, unmaintained and buggy. We will replace this with two new components: * Mainsosft's new fresh VB runtime. This fresh VB runtime was written by Rafael Mizrahi and Boris Kirzner completely in VB.NET. The code also contains two

RE: [Mono-dev] Need testers for Mono's C# generics compiler.

2006-01-04 Thread Rafael Mizrahi
Hi, I know that there are some NUnits at the implementation of C5 I have no idea if it fits our needs? http://www.itu.dk/research/c5/ http://www.itu.dk/research/c5/PreRelease0.5/ rafi mizrahi -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Miguel de

RE: [Mono-devel-list] RE: [Mono-list] LANDED: managedcollation (CompareInfo) support

2005-08-08 Thread Rafael Mizrahi
Atsushi, WOW, managed ICU, Does this mean that, soon, mono will stop using the native ICU implementation ? rafi -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Atsushi Eno Sent: Monday, August 08, 2005 12:05 PM To: Ilya Kharmatsky Cc: mono-list mailing

RE: [Mono-devel-list] RE: [Mono-list] LANDED: managedcollation (CompareInfo) support

2005-08-08 Thread Rafael Mizrahi
: Monday, August 08, 2005 2:45 PM To: Rafael Mizrahi Cc: Ilya Kharmatsky; mono-devel mailing list Subject: Re: [Mono-devel-list] RE: [Mono-list] LANDED: managedcollation (CompareInfo) support No, no, I mean, old icu4c stuff ;-) Atsushi Eno Rafael Mizrahi wrote: Atsushi, WOW, managed ICU, Does

RE: [Mono-devel-list] C# Threading : libgcc_s.so.1 mustbeinstalledfor pthread_cancel to work

2005-08-07 Thread Rafael Mizrahi
JVM. rafi -Original Message- From: Brion Vibber [mailto:[EMAIL PROTECTED] Sent: Sunday, August 07, 2005 12:15 PM To: Rafael Mizrahi Cc: Ben Maurer; mono-devel-list@lists.ximian.com Subject: Re: [Mono-devel-list] C# Threading : libgcc_s.so.1 mustbeinstalledfor pthread_cancel to work

RE: [Mono-devel-list] C# Threading : libgcc_s.so.1 mustbeinstalledfor pthread_cancel to work

2005-08-05 Thread Rafael Mizrahi
pthread_cancel to workOn Tue, 2005-08-02 at 08:51 -0700, Rafael Mizrahi wrote: Brion, I experienced the same problem, while running Mainsoft Grasshopper (dev.mainsoft.com) on Red Hat Enterprise Linux ES release 3 (Taroon Update 5) Kernel 2.4.21-32.ELsmp on an i686 Did you tried to: export LD_ASSUME_KERNEL

RE: [Mono-devel-list] C# Threading : libgcc_s.so.1 must beinstalledfor pthread_cancel to work

2005-08-03 Thread Rafael Mizrahi
] Sent: Tuesday, August 02, 2005 7:35 PM To: Rafael Mizrahi Cc: Brion Vibber; mono-devel-list@lists.ximian.com Subject: RE: [Mono-devel-list] C# Threading : libgcc_s.so.1 must beinstalledfor pthread_cancel to work On Tue, 2005-08-02 at 08:51 -0700, Rafael Mizrahi wrote: Brion, I experienced

RE: [Mono-devel-list] C# Threading : libgcc_s.so.1 must be installedfor pthread_cancel to work

2005-08-02 Thread Rafael Mizrahi
Brion, I experienced the same problem, while running Mainsoft Grasshopper (dev.mainsoft.com) on Red Hat Enterprise Linux ES release 3 (Taroon Update 5) Kernel 2.4.21-32.ELsmp on an i686 Did you tried to: export LD_ASSUME_KERNEL=2.4.19 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=104173

RE: [Mono-devel-list] mono Cygwin build fail on CSC error CS1904

2005-07-25 Thread Rafael Mizrahi
; Rafael Mizrahi Cc: [EMAIL PROTECTED]; Mono-devel-list@lists.ximian.com Subject: Re: [Mono-devel-list] mono Cygwin build fail on CSC error CS1904 Hi, Look at: http://bugzilla.ximian.com/show_bug.cgi?id=75579 As I stated in buzilla I was never able to compile Mono using MC csc.exe. And I allways have

RE: [Mono-devel-list] mono Cygwin build fail on CSC error CS1904

2005-07-25 Thread Rafael Mizrahi
to latest SVN (revision 47658) * failed to build mono with no bootstrap (error CS1904: '414'). * failed to build mono with bootstrap (had to delete (again) the locked file $mcs/class/lib/net_2_0/System.Configuration.dll). * succeed to build with no bootstrap. Thank you for your support, Rafael Mizrahi

[Mono-devel-list] mono Cygwin build fail on CSC error CS1904

2005-07-24 Thread Rafael Mizrahi
Hi Ben, After updating mono and mcs, I fail to build mono on Cygwin. I have checked with other mono on Cygwin users and I am not the only one who experiences this problem. Do we need mcs bootstrap? Here is the log: make[7]: Entering directory `/monobuild/mcs/class/corlib'

[Mono-devel-list] RE: W3C test suite - closing readers

2005-07-21 Thread Rafael Mizrahi
-Original Message- From: Atsushi Eno [mailto:[EMAIL PROTECTED] Sent: Thursday, July 21, 2005 5:25 PM To: Rafael Mizrahi Cc: mono-devel-list@lists.ximian.com; Oved Yavine; Andre Skiba Subject: Re: W3C test suite - closing readers Hi Rafi, I have never touched that test runner, but I guess