Re: [Mono-dev] Git line-ending issues

2011-01-08 Thread Raja R Harinath
Hi, Stifu st...@free.fr writes: 2- In general, should we use CRLF or not? Do we want to gradually homogenize things and apply the same logic for all files, and if so, what type of line ending should we use? Or should we leave everything as is? There is some discussion about CRLF issues in

Re: [Mono-dev] [mono/moon] [2 commits] fd3b2520: Add a checkout-mono target that parses the README and checks out the cor

2010-10-06 Thread Raja R Harinath
Hi, Rolf Bjarne Kvinge (rkvi...@novell.com) mono-patc...@lists.ximian.com writes: Commit: fd3b252017c82a9921d4a4ccd438a7e23cc4212f [snip] Add a checkout-mono target that parses the README and checks out the correct mono revision [snip] +checkout-mono: + cd $(MONO_PATH) git reset

Re: [Mono-dev] Compiling with NaCl support

2010-08-17 Thread Raja R Harinath
Hi, Kannan Goundan kan...@cakoose.com writes: I'm not too familiar with this stuff.  How do I cross compile Mono?  I tried adding --target=i386-unknown-linux to my ./autogen.sh invocation, but I got the same error as before. Well, we don't support JITing to a different architecture from the

Re: [Mono-dev] Compiling with NaCl support

2010-08-17 Thread Raja R Harinath
Hi, Kannan Goundan kan...@cakoose.com writes: On Mon, Aug 16, 2010 at 23:44, Raja R Harinath harin...@hurrynot.org wrote: Kannan Goundan kan...@cakoose.com writes: I'm not too familiar with this stuff.  How do I cross compile Mono?  I tried adding --target=i386-unknown-linux to my

Re: [Mono-dev] Git faq updated with workflows

2010-07-29 Thread Raja R Harinath
Hi, pablosantosl...@terra.es pablosantosl...@terra.es writes: On 29/07/2010 3:52, Andreia Gaita wrote: I've added a couple of simple workflows to our git faq, http://www.mono-project.com/GitFAQ#Workflow . See if these work for you, they should make it easier to avoid merge commits. There are

Re: [Mono-dev] [Ximian-mono-list] github workflow proposals

2010-07-29 Thread Raja R Harinath
Hi, On Thu, Jul 29, 2010 at 20:59, Mark Probst mark.pro...@gmail.com wrote: You can write per-file comments like so: --- * sgen-gc.c: Whatever. --- Or, more elaborately: --- * sgen-gc.c (major_do_collection), sgen-gc.h: Something. --- What happens if I use a directory prefix?

Re: [Mono-dev] commit-to-changelog script (was Re: github workflow proposals)

2010-07-29 Thread Raja R Harinath
Hi, Geoff Norton gnor...@novell.com writes: On 2010-07-29, at 11:29 AM, Mark Probst wrote: [snip] Comments, suggestions? Is this enough to get rid of ChangeLog entries in commits? I think this looks great, but before we can get rid of them we probably need to integrate this into make dist

Re: [Mono-dev] The new world of Git -- what else can we change :-)

2010-07-28 Thread Raja R Harinath
Hi, Avery Pennarun apenw...@gmail.com writes: On Tue, Jul 27, 2010 at 3:11 PM, Raja R Harinath harin...@hurrynot.org wrote: * clean up the main repos [snip] My proposal is to   (a) create a read-only set of fork/clones at github.com/historic-mono   (b) remove all inactive branches from

Re: [Mono-dev] The new world of Git -- what else can we change :-)

2010-07-28 Thread Raja R Harinath
Avery Pennarun apenw...@gmail.com writes: I've personally found this workflow to be a lot of extra work for little gain, and certainly: We've already seen issues with unintended (but safe) merges causing confusion -- the confusion is exacerbated by the GitHub UI showing 'git diff

[Mono-dev] The new world of Git -- what else can we change :-)

2010-07-27 Thread Raja R Harinath
Hi, I've been trying to think up some more ways to disrupt everyone's workflow, seeing that we've been so successful with the Git import ;-) But, these proposals aren't any of those. I actually have some ideas that I think are useful. These are in increasing order of intrusiveness, but are

Re: [Mono-dev] Migration to GitHub completed!

2010-07-23 Thread Raja R Harinath
Hi, pablosantosl...@terra.es pablosantosl...@terra.es writes: Congrats Gonzalo!!! Question: how long did the import take?? The actual import run takes about 2-3 hours. The whole process of debugging and fixing the import tool, fine-tuning the import, figuring out mappings between SVN

Re: [Mono-dev] patch for System.Data.SqlClient - SqlDataReader.GetValues() with SequentialAccess flag set

2010-04-14 Thread Raja R Harinath
Hi, wech mono-devel-l...@oopsi.de writes: while porting a windows .Net application to mono on Linux I noticed a problem with the SqlDataReader implementation of GetValues() in combination with the CommandBehavior.SequentialAccess flag set. It does not return any values because the

Re: [Mono-dev] run-test-onwine target

2010-04-13 Thread Raja R Harinath
Hi, Vincent Povirk madewokherd+8...@gmail.com writes: It would be useful for Wine development if we had an easy way to run the Mono testsuite on whichever CLI implementation happens to be set up in Wine (Mono or MS .NET). To this end, I've made a small proof-of-concept patch that adds a

Re: [Mono-dev] Using mono assemblies compiled against Microsoft's .NET Framework -- key file

2009-07-06 Thread Raja R Harinath
Hi, Joshua Hudson jhud...@cedaron.com writes: I found need to ship Mono.Security and Mono.Cecil compiled against Microsoft's .NET Framework. Mono.Cecil built right out of the box, but Mono.Security needed a minor change (couldn't find object Locale, had to fake it). You can use Locale from

Re: [Mono-dev] [PATCH] Handle more gracefully invalid generic instantiations

2009-06-30 Thread Raja R Harinath
Hi, On Tue, Jun 30, 2009 at 19:16, Rodrigo Kumperakump...@gmail.com wrote: Hi, On Sat, Jun 27, 2009 at 2:49 AM, Raja R Harinath harin...@hurrynot.org wrote: Hi, Rodrigo Kumpera kump...@gmail.com writes: The attached patch changes class.c/inflate_generic_type to not abort the runtime

Re: [Mono-dev] [PATCH] Handle more gracefully invalid generic instantiations

2009-06-27 Thread Raja R Harinath
Hi, Rodrigo Kumpera kump...@gmail.com writes: The attached patch changes class.c/inflate_generic_type to not abort the runtime when facing a bad instantiation. My only issue is that I'm not sure if mono_class_inflate_generic_type* and mono_class_inflate_generic_class should set a loader

Re: [Mono-dev] Building mcs from source without mono

2009-05-08 Thread Raja R Harinath
Hi, Petit Eric surfz...@gmail.com writes: 2009/5/8 Raja R Harinath harin...@hurrynot.org: Joachim Ante j...@unity3d.com writes: I placed this in mcs/build/profiles. (I tried a couple different values for BOOTSTRAP_PROFILE, but can't figure out what it should be) # -*- makefile

Re: [Mono-dev] ERROR:mini-trampolines.c:464 compiling mono rev131666

2009-04-16 Thread Raja R Harinath
Hi, buhochileno at gmail.com buhochileno at gmail.com writes: Still having dificulties to build mono from svn sources, now I check that the problem occur previous to my last post.., here the message that I get: make[9]: Entering directory `/media/data/opt/monosvn/mcs/class/I18N/Other'

Re: [Mono-dev] [PATCH] Support for AvailableFreeSpace, TotalFreeSpace, TotalSize in System.IO.DriveInfo

2009-01-08 Thread Raja R Harinath
Hi, Christian Prochnow cpr...@seculogix.de writes: Gonzalo Paniagua Javier schrieb: AFAIR, statvfs() is not present on some systems that we support. is there a list of systems Mono supports? statvfs() is a POSIX-conform call, it should be present on mostly every UNIX system. According to

Re: [Mono-dev] DbDataRecord virtual/abstract fix

2008-11-21 Thread Raja R Harinath
Hi Eno, Atsushi Eno [EMAIL PROTECTED] writes: There is a documentation bug in MSDN for .NET 3.5 SP1 on DbDataRecord that says as if some members were virtual, not abstract. Our code is based on them and then it blocked some System.Data.Entity types. Ok. Does this show up in corcompare

Re: [Mono-dev] Marshaling DateTime type

2008-10-15 Thread Raja R Harinath
Hi, Robert Jordan [EMAIL PROTECTED] writes: FirstName LastName wrote: What would be the best equivalent unmanaged type (linux and windows) to use if I want to marshal a DateTime in the managed world (.NET, mono)? You can't marshal DateTime directly because its internal representation is

Re: [Mono-dev] Marshaling DateTime type

2008-10-15 Thread Raja R Harinath
Hi, Robert Jordan [EMAIL PROTECTED] writes: Raja R Harinath wrote: Robert Jordan [EMAIL PROTECTED] writes: FirstName LastName wrote: What would be the best equivalent unmanaged type (linux and windows) to use if I want to marshal a DateTime in the managed world (.NET, mono)? You can't

Re: [Mono-dev] Secret Instructions and their Terrible Purpose

2008-05-11 Thread Raja R Harinath
Hi, Scott Peterson [EMAIL PROTECTED] writes: ScopeInitializer.DoEmitStatement (mcs/anonymous.cs line 820): ec.ig.Emit (OpCodes.Nop); ec.ig.Emit (OpCodes.Ldc_I4, id); ec.ig.Emit (OpCodes.Pop);

Re: [Mono-dev] Mono profiles / .NET Framework versions

2008-04-30 Thread Raja R Harinath
Hi, Gert Driesen [EMAIL PROTECTED] writes: On #mono, we (jb, grendel and myself) briefly discussed that way we're currently splitting up assemblies and tools in profiles, and how we're making specific profile versions of our tools accessible. For assemblies, the consensus was to either have

Re: [Mono-dev] [PATCH] corlib GetCustomAttributes for overriden properties bug

2008-02-25 Thread Raja R Harinath
Hi, Ivan N. Zlatev [EMAIL PROTECTED] writes: On Mon, Feb 25, 2008 at 9:43 PM, Ivan N. Zlatev [EMAIL PROTECTED] wrote: Please review the attached patch that fixes our behavior to match MS's in terms of GetCustomAttributes for overridden attributes on properties. That is: *

Re: [Mono-dev] Program Option Parsing Library

2008-01-17 Thread Raja R Harinath
Hi, Andrés G. Aragoneses [EMAIL PROTECTED] writes: Jonathan Pryor escribió: Now how should localization be handled? Should it? If you head for l10n, please include a default option for every program (like --disable-l10n or something like that) in order to disable it completely (think of

Re: [Mono-dev] [PATCH] New tests for Regular expressions

2007-10-31 Thread Raja R Harinath
Hi, Arina Itkes [EMAIL PROTECTED] writes: I added new tests for regular expressions. Part of them is not working. Index: RegexMatchTests.cs === --- RegexMatchTests.cs(revision 0) +++ RegexMatchTests.cs

Re: [Mono-dev] [PATCH] rootcontext

2007-08-01 Thread Raja R Harinath
Hi, Raja R Harinath [EMAIL PROTECTED] writes: Jb Evain [EMAIL PROTECTED] writes: In /nostdlib mode, mcs loads predefined types, and validates that System.Enum is a class instead of a ValueType. Attached is a patch to fix that. -- Jb Index: rootcontext.cs

Re: [Mono-dev] [PATCH] rootcontext

2007-08-01 Thread Raja R Harinath
Hi, Jb Evain [EMAIL PROTECTED] writes: In /nostdlib mode, mcs loads predefined types, and validates that System.Enum is a class instead of a ValueType. Attached is a patch to fix that. -- Jb Index: rootcontext.cs === ---

Re: [Mono-dev] [PATCH] runtime/Makefile.am fails make -j 9

2007-05-07 Thread Raja R Harinath
Hi, Stephen A. Jazdzewski [EMAIL PROTECTED] writes: I was getting the error: mv: cannot stat `etc/mono/configt': No such file or directory make[3]: *** [etc/mono/config] Error 1 The patch is a little heavy handed but it was not immediately obvious to me where the dependency issue was.

[Mono-dev] [PATCH] Refactor some uses of MonoGenericContext

2007-01-03 Thread Raja R Harinath
=== ChangeLog == --- ChangeLog (revision 74358) +++ ChangeLog (local) @@ -1,3 +1,14 @@ +2006-12-29 Raja R Harinath [EMAIL PROTECTED] + + * class-internals.h (_MonoGenericClass): Rename 'context' field to + 'cached_context', and change

Re: [Mono-dev] [PATCH] System.Transactions.Transaction

2006-11-14 Thread Raja R Harinath
Hi, Matthijs ter Woord [EMAIL PROTECTED] writes: In the attached diff file, is a change for implementing the == and != operators of System.Transactions.Transaction. Please review and commit... Index: Transaction.cs === ---

Re: [Mono-dev] System.dll few patches for review

2006-10-03 Thread Raja R Harinath
Hi, Andrew Skiba [EMAIL PROTECTED] writes: Please review these patches for System.dll. Part of them is needed to omit TARGET_JVM, so code will be common. * DigestClient.patch - use MD5.Create instead of HashAlgorithm.Create (MD5) * X509CertificateCollection.patch - remove unnecessary

Re: [Mono-dev] several patches for System.dll

2006-09-29 Thread Raja R Harinath
Hi, Andrew Skiba [EMAIL PROTECTED] writes: Please review these patches for System.dll. Part of them is needed to omit TARGET_JVM, so code will be common. * AcceptList.patch - stop using of non-standard methods from mscorlib * DigestClient.patch - use MD5.Create instead of

Re: [Mono-dev] Cannot compile mono or mcs, please help

2006-09-28 Thread Raja R Harinath
Hi, David Piepgrass [EMAIL PROTECTED] writes: You're right, WinRAR screwed up the untarballing! Thanks. By the way, the build instructions say to use ./configure --prefix=/tmp/install and feel free to use any prefix you want. What is the prefix for? It seems to work without one.

Re: [Mono-dev] [PATCH] System.IO.FileInfo.IsReadOnly

2006-09-26 Thread Raja R Harinath
Hi, joel reed [EMAIL PROTECTED] writes: snip To really test it, you should have two separate FileInfo instances, and only modify the IsReadOnly property with one instance and verify it with the other one. Patch attached with improved test case. jr diff --git

[Mono-dev] ChangeLog entries (was Re: [PATCH] System.Security: Remove hack from KeyInfoX509Data)

2006-09-26 Thread Raja R Harinath
Hi, Gert Driesen [EMAIL PROTECTED] writes: [snip] Index: KeyInfoX509Data.cs === --- KeyInfoX509Data.cs(revision 65793) +++ KeyInfoX509Data.cs(working copy) @@ -195,8 +195,6 @@ #endif

Re: [Mono-dev] mcs/gmcs

2006-08-21 Thread Raja R Harinath
Gert Driesen [EMAIL PROTECTED] writes: [snip] Apart from generic SRE reflection API's, that is. Would conditional compilation directives be a solution, or would it make the code unmanageable ? Miguel, why wasn't this done for gmcs (instead of having to sync mcs changes) ? We are now

Re: [Mono-dev] Bug in the svn vm?

2006-05-03 Thread Raja R Harinath
Hi, Marek Habersack [EMAIL PROTECTED] writes: I've just came accross a problem with the latest svn of mono. Trying to access a site served by either xsp or xsp2 causes this to happen: System.NullReferenceException: Object reference not set to an instance of an object in 0x00134

Re: [Mono-dev] Bug in the svn vm?

2006-05-03 Thread Raja R Harinath
Hi, Raja R Harinath [EMAIL PROTECTED] writes: Marek Habersack [EMAIL PROTECTED] writes: I've just came accross a problem with the latest svn of mono. Trying to access a site served by either xsp or xsp2 causes this to happen: System.NullReferenceException: Object reference not set

Re: [Mono-dev] Mono issue with Regex

2006-04-17 Thread Raja R Harinath
Hi, Vorobiev Maksim [EMAIL PROTECTED] writes: Good day. We have found the issue with Mono regular expression verson 1.1.13/1.1.14. It was ok with previously used version 1.1.8 - so, it's some regression. The next code sample: Regex rx = new Regex(E+(,E+)+1); String test =

Re: [Mono-dev] [PATCH] 2.0 profile version of resgen

2006-04-11 Thread Raja R Harinath
Hi, Gert Driesen [EMAIL PROTECTED] writes: Hi, The attached patch modifies the Makefile for resgen to support a different output assembly for each supported profile, and adds a 'resgen2' wrapper script for executing the 2.0 profile version of resgen. This change was discussed with Miguel

Re: [Mono-dev] [PATCH] 2.0 profile version of resgen

2006-04-11 Thread Raja R Harinath
Hi, Raja R Harinath [EMAIL PROTECTED] writes: Gert Driesen [EMAIL PROTECTED] writes: The attached patch modifies the Makefile for resgen to support a different output assembly for each supported profile, and adds a 'resgen2' wrapper script for executing the 2.0 profile version of resgen

Re: [Mono-dev] performance regression with your r56160 with generic method calls

2006-03-03 Thread Raja R Harinath
Hi, Michal Moskal [EMAIL PROTECTED] writes: I've noticed that your patch: http://lists.ximian.com/pipermail/mono-patches/2006-January/070053.html and particularly the loader.c changes caused some drastic slowdowns in generic method calls. It occurs in the Nemerle compiler. I didn't

[Mono-dev] Re: Regressions in generics runtime support

2006-02-20 Thread Raja R Harinath
Hi Kamil, Kamil Skalski [EMAIL PROTECTED] writes: I noticed a few refactorings of generics support in mono recently. Unfortunately there appeared some regressions. First one comes from patch http://lists.ximian.com/pipermail/mono-patches/2006-February/070865.html It causes following

[Mono-dev] Re: [Mono-patches] r56609 - trunk/mcs/errors

2006-02-07 Thread Raja R Harinath
Hi Eno, Atsushi Enomoto ([EMAIL PROTECTED]) [EMAIL PROTECTED] writes: [snip] * cs1570-3.cs cs1570-5.cs cs1570-11.cs cs1570-9.cs cs1570-2.cs cs1570-4.cs cs1570-6.cs cs1570.cs cs1570-10.cs cs1570-8.cs : It reports XmlTextReader error message changes as build breakage.

Re: [Mono-dev] Re: [Mono-patches] r56609 - trunk/mcs/errors

2006-02-07 Thread Raja R Harinath
Hi, Atsushi Eno [EMAIL PROTECTED] writes: Hi, It reports XmlTextReader error message changes as build breakage. That's why I opposed to compare error messages blindly. While I understand your point of view, I've come to appreciate this feature of the compiler testsuite.

Re: [Mono-dev] gmcs: 'Type.IsGenericInstance' property

2005-12-08 Thread Raja R Harinath
Hi, Martin Baulig [EMAIL PROTECTED] writes: On Wed, 2005-12-07 at 12:04 +, george moudry wrote: Dear Mono-devel, I would like to compile gmcs with Microsoft's DLLs (mscorlib.dll version 2.0). (Reason: just downloaded Visual Studio Express, and created a tiny project for gmcs to try

[Mono-dev] Re: [Mono-patches] r53054 - in trunk/mcs/build: . platforms

2005-11-15 Thread Raja R Harinath
] + * net_1_1_java profile related changes + Please get these changes approved on the mailing-lists. I'll revert this patch since it's _ugly_. 2005-10-03 Raja R Harinath [EMAIL PROTECTED] * profiles/basic.make (monolite_flag, use_monolite): New. Used to Modified: trunk/mcs/build/library.make

[Mono-dev] Re: [Mono-patches] r53056 - trunk/mcs/class

2005-11-15 Thread Raja R Harinath
Vladislav Spivak [EMAIL PROTECTED] [EMAIL PROTECTED] writes: Author: spivak Date: 2005-11-15 09:11:45 -0500 (Tue, 15 Nov 2005) New Revision: 53056 Modified: trunk/mcs/class/ChangeLog trunk/mcs/class/Makefile Log: Modified: trunk/mcs/class/ChangeLog

Re: [Mono-dev] FindMembers() for TypeBuilder excluding overriden ones

2005-11-13 Thread Raja R Harinath
Hi, Atsushi Eno [EMAIL PROTECTED] writes: In mcs(.exe) I want to get a MemberInfo array which has a certain name and does not contain overriden base members i.e. something like Type.FindMembers() with Type.FilterName (TypeBuilder.GetMethods() returns base ones, and it should be fine). (For

Re: [Mono-dev] FindMembers() for TypeBuilder excluding overriden ones

2005-11-13 Thread Raja R Harinath
Hi, Atsushi Eno [EMAIL PROTECTED] writes: Raja R Harinath wrote: Atsushi Eno [EMAIL PROTECTED] writes: In mcs(.exe) I want to get a MemberInfo array which has a certain name and does not contain overriden base members i.e. something like Type.FindMembers() with Type.FilterName

Re: [Mono-dev] Compiling Mono on Cygwin

2005-10-28 Thread Raja R Harinath
Hi, Kevin Thompson [EMAIL PROTECTED] writes: ok i got past that but now i am having another problem. it says that I need to have a version of mcs installed... so I installed the latest release and added it to my path but I get some basic-profile-check error. Any ideas? I also tried to

Re: [Mono-dev] [PATCH] Friend access for class members

2005-10-28 Thread Raja R Harinath
Hi, Carlos Alberto Cortez [EMAIL PROTECTED] writes: The attached patch implements friend access for class members (methods, properties, fields). I'm not including the type-check section, since that part will be modified (next merge to gmcs) and I'm waiting for that to happen. However,

Re: [Mono-dev] Compiling Mono on Cygwin

2005-10-27 Thread Raja R Harinath
Hi, Kevin Thompson [EMAIL PROTECTED] writes: Hi I am attempting to compile Mono on windows using cygwin. I am following this tutorial(http:// www.mono-project.com/Compiling_Mono) but i am getting an error when running: ./configure --prefix=/tmp/install checking for pkg-config...

Re: [Mono-dev] Extern alias patch (latest modifications)

2005-10-20 Thread Raja R Harinath
Hi, Carlos Alberto Cortez [EMAIL PROTECTED] writes: Hey, all the remainign issues are fixed now. All my tests are running fine and that repeated code has been refactored to report the remaining warnings in the same place. The patch is attached, and I'm not attaching the tests this time,

Re: [Mono-dev] Regressions.

2005-10-07 Thread Raja R Harinath
Hi, Miguel de Icaza [EMAIL PROTECTED] writes: Your recent changes to the MBas compiler introduced a bunch of regressions that are breaking the automated tests. Please revert those patches and fix the build. Test/ArithmeticOperators1.vb(28,1) error BC2: Parsing error

Re: [Fwd: Re: [Mono-dev] Mono 1.1.9.1 Windows Installer Released]

2005-10-04 Thread Raja R Harinath
Hi, Wade Berrier [EMAIL PROTECTED] writes: [snip] So, now when I build, the .dll files are generated, but now the build fails with the same error I got when building under Paco's cygwin environment of Mar 2004: MONO_PATH=../../class/lib/basic; $MONO_PATH

[Mono-dev] Re: Uncompilable mcs in daily packages

2005-10-03 Thread Raja R Harinath
Hi, Tomas Kalibera [EMAIL PROTECTED] writes: there is a new problem with compilation of daily packages, the mcs compiler mcs.exe cannot be compiled, error messages are below. This problem started on the daily package from September 22nd and remains till now (version from October 2nd).

Re: [Fwd: Re: [Mono-dev] Mono 1.1.9.1 Windows Installer Released]

2005-10-03 Thread Raja R Harinath
Hi, Zoltan Varga [EMAIL PROTECTED] writes: semdel is only used under UNIX for releasing some stuff the runtime allocates. It should not be used on windows, so this requires some build system magic. Hari ? The build system magic is already there. It's just misleading, and you'll have to

Re: [Fwd: Re: [Mono-dev] Mono 1.1.9.1 Windows Installer Released]

2005-10-03 Thread Raja R Harinath
Hi, Wade Berrier [EMAIL PROTECTED] writes: I almost think that System.XML isn't compiling. This command doesn't output a dll: MONO_PATH=../../class/lib/basic; $MONO_PATH /tmp/scratch/mono-1.1.9.1/runtime/mono-wrapper ../../class/lib/basic/mcs.exe /nologo /optimize -d:NET_1_1

Re: [Mono-dev] mcs bug breaks MD build

2005-10-02 Thread Raja R Harinath
Hi, Alexandre Gomes [EMAIL PROTECTED] writes: In revision #51007 the mcs/suport.cs file has broken the MD build. The problem is when mcs tries to assign the SeekableStreamReader.Position it trows an Exception can't seek that far back: 0. Should be fixed in SVN r51106. Just an over-eager

Re: [Mono-dev] Error while building mono

2005-09-30 Thread Raja R Harinath
Hi, Rogerio Pereira [EMAIL PROTECTED] writes: I removed all binaries previously installed in my system and now everytime when i try to compile mono i get this message: *** The compiler 'mcs' doesn't appear to be usable. /bin/sh: dc: command not found *** The contents of your 'monolite'

[Mono-dev] Re: Firebird support breaks daily package builds

2005-09-23 Thread Raja R Harinath
Hi, Tomas Kalibera [EMAIL PROTECTED] writes: I've a new problem building mono daily packages from http://mono.ximian.com/daily - the error message is below. The problem was first introduced in the daily version from September 14th. I am building the packages by ./configure, make, make

Re: [Mono-dev] [Patch] Extern assembly alias

2005-09-23 Thread Raja R Harinath
Hi, Carlos Alberto Cortez [EMAIL PROTECTED] writes: The attached patch implements extern assembly alias support for mcs. I've also added tests and errors for it, and all the tests are running fine. Could anybody of the mcs guys take a look at it? I'm not particularly thrilled by the

Re: [Mono-dev] Build problems on Solaris 9/sparc

2005-09-05 Thread Raja R Harinath
Hi, Jason Downs [EMAIL PROTECTED] writes: I've been trying to get mono 1.1.8.3 built on Solaris 9/sparc. It's not going very well. The first problem encountered is when the build process attempts to use mcs for the first time. mcs is there, and is a working .exe, but it appears to be

Re: [Mono-dev] Why is UnmanagedType_80 required?

2005-09-01 Thread Raja R Harinath
Hi, Raja R Harinath [EMAIL PROTECTED] writes: Kornél Pál [EMAIL PROTECTED] writes: According to my experiences using no ArraySubType has the same result as ArraySubType = (UnmanagedType)80 on mcs and csc.exe as well. Could someone tell me please why UnmanagedType_80 is required

Re: [Mono-dev] Why is UnmanagedType_80 required?

2005-09-01 Thread Raja R Harinath
Hi, Raja R Harinath [EMAIL PROTECTED] writes: Raja R Harinath [EMAIL PROTECTED] writes: Kornél Pál [EMAIL PROTECTED] writes: According to my experiences using no ArraySubType has the same result as ArraySubType = (UnmanagedType)80 on mcs and csc.exe as well. Could someone tell me please

Re: [Mono-dev] Why is UnmanagedType_80 required?

2005-09-01 Thread Raja R Harinath
Hi, Kornél Pál [EMAIL PROTECTED] writes: According to my experiences using no ArraySubType has the same result as ArraySubType = (UnmanagedType)80 on mcs and csc.exe as well. Could someone tell me please why UnmanagedType_80 is required? There was a bug in ancient versions of mcs wrt.

Re: [Mono-dev] Why is UnmanagedType_80 required?

2005-08-31 Thread Raja R Harinath
Hi, Kornél Pál [EMAIL PROTECTED] writes: According to my experiences using no ArraySubType has the same result as ArraySubType = (UnmanagedType)80 on mcs and csc.exe as well. Could someone tell me please why UnmanagedType_80 is required? There was a bug in ancient versions of mcs wrt.

Re: [Mono-dev] patch to fix CS0642 warning for if-else statement

2005-08-24 Thread Raja R Harinath
Hi Eno, On Wed, Aug 24, 2005 at 3:12 pm, in message [EMAIL PROTECTED], Atsushi Eno [EMAIL PROTECTED] wrote: I made a tiny patch for cs0642 warning (attached). It only fixes if- else statement cases. Will continue to fix #66777. I noticed that the use of EmptyStatement.Value hides the

Re: [Mono-dev] [PATCH] Moving MonoVersion to Consts.cs

2005-08-24 Thread Raja R Harinath
Hi, On Wed, Aug 24, 2005 at 1:57 pm, in message [EMAIL PROTECTED], Kornél Pál [EMAIL PROTECTED] wrote: Currently a MonoVersion.cs file is generated by configure.in that contains a AssemblyVersion attribute. I think it's a better solution to put a MonoVersion contstant to Consts.cs and use

Re: [Mono-dev] [PATCH] Source list per profile

2005-08-19 Thread Raja R Harinath
Hi, Yaacov Akiba Slama [EMAIL PROTECTED] writes: [snip] The problem with separate source files per profile is the redundancy : when someone adds a file he needs to add it to several .sources. One way to handle with this problem is to add an include feature in the .sources files. But the price

[Mono-dev] Re: [Mono-devel-list] Error Building

2005-08-18 Thread Raja R Harinath
Hi, Jonathan S. Chambers [EMAIL PROTECTED] writes: I'm trying to do a build from SVN on a new machine (FC4). I got the latest from svn, and then I run the following in the mono directory: I was on vacation for the last two weeks. Looks like I missed an interesting discussion. Are you still

Re: [Mono-devel-list] make distcheck problems

2005-08-02 Thread Raja R Harinath
Hi, IT2003_1: Morenz, Tino [EMAIL PROTECTED] writes: Hi everyone, I am new to this list so as short introduction: I am currently working on the port of mono to QNX. I try to get make distcheck work on the QNX box. But 'make distcheck'seem to stops with gzip problem (I can not figure out

Re: [Mono-devel-list] gacutil patch

2005-07-22 Thread Raja R Harinath
Hi, Jackson Harper [EMAIL PROTECTED] writes: So it turns out I have had this sitting on my computer for two months. Could someone (Hari) please review this for me? This patch just makes sure that sibling files get copied with the package flag. My understanding is that the package specific

Re: [Mono-devel-list] [PATCH] Remove cyg prefix from native DLLs on Windows

2005-06-30 Thread Raja R Harinath
Hi, Kornél Pál [EMAIL PROTECTED] writes: [snip] My patch (I attached to this message) simply modifies the generated aclocal.m4 just after it is generated to use no prefix for the target cygwin. It is done by removing a single 'cyg' string from the file. It works as expected without any

Re: [Mono-devel-list] [PATCH] Remove cyg prefix from native DLLs on Windows

2005-06-30 Thread Raja R Harinath
Hi, Kornél Pál [EMAIL PROTECTED] writes: So, as I said before, fix the mingw32 build, and tell libtool exactly what you want. But could you tell me what advantages has targetting mingw32 over targetting cygwin? It seems to do the same as when targetting cygwin: It uses it's own libraries so

Re: [Mono-devel-list] mcs patch for precise location handling

2005-06-28 Thread Raja R Harinath
Hi, Atsushi Eno [EMAIL PROTECTED] writes: [snip] - I changed tokenizer to return Location for keywords, and new LocatedToken for IDENTIFIERS, unary operators and some symbols such as SEMICOLON. And modified cs-parser.jay to cast correct types (especially for

Re: [Mono-devel-list] [PATCH] System.Collections.ObjectModel implementations

2005-06-21 Thread Raja R Harinath
Hi, Ben Maurer [EMAIL PROTECTED] writes: On Mon, 2005-06-20 at 00:44 -0600, David Waite wrote: Included in this patch are implementations of CollectionT and ReadOnlyCollectionT. KeyedCollection I left alone. 2005-06-19 David Waite [EMAIL PROTECTED] * Collection.cs

Re: [Mono-devel-list] cygmono-1.dll and cygMonoPosixHelper.dll

2005-06-20 Thread Raja R Harinath
Hi, Kornél Pál [EMAIL PROTECTED] writes: Its an artifact of using libtool for creating the dlls. libtool thinks we want to start all our dlls with 'cyg' and can't be convinced otherwise. Zoltan And how are the dlls built for the installer that they don't start with 'cyg'? I

Re: [Mono-devel-list] cygmono-1.dll and cygMonoPosixHelper.dll

2005-06-20 Thread Raja R Harinath
Hi, Kornél Pál [EMAIL PROTECTED] writes: From: Raja R Harinath I don't know much about the Windows world, but IIRC, you have to say you're targetting 'mingw' rather than 'cygwin'. You'll then get libmono-1.dll and libMonoPosixHelper.dll -- I don't think you can escape the lib prefix either

Re: [Mono-devel-list] cygmono-1.dll and cygMonoPosixHelper.dll

2005-06-20 Thread Raja R Harinath
Hi, Kornél Pál [EMAIL PROTECTED] writes: That's because of Mono's misuse of autoconf. IIRC, The GNU build system already has a way to express that we don't want to link against cywin.dll: that's to cross-compile to mingw. I can't fix it since I don't have the knowledge to fix it, nor the

Re: [Mono-devel-list] cygmono-1.dll and cygMonoPosixHelper.dll

2005-06-20 Thread Raja R Harinath
Hi, Raja R Harinath [EMAIL PROTECTED] writes: [snip] Anyway, I'm suggesting that you try running ./configure --host=i586-pc-mingw That should be 'i586-pc-mingw32'. - Hari ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http

Re: [Mono-devel-list] cygmono-1.dll and cygMonoPosixHelper.dll

2005-06-20 Thread Raja R Harinath
Hi, Kornél Pál [EMAIL PROTECTED] writes: Anyway, I'm suggesting that you try running ./configure --host=i586-pc-mingw That should be 'i586-pc-mingw32'. OK, it worked.:) But I got the result that monodiet.exe, pedump.exe, mono.exe and monograph.exe now (with mingw) contains references

Re: [Mono-devel-list] [PATCH] Additional System.Collections.Generic.{Dictionary, EqualityComparer} f

2005-06-18 Thread Raja R Harinath
Hi, David Waite [EMAIL PROTECTED] 06/18/05 12:19 PM 2005-06-16 David Waite [EMAIL PROTECTED] * Dictionary.cs (EnumerationMode): Remove. (Enumerator): Remove return type flag - legacy return is expected to always return a DictionaryEntry Neat. (Enumerator.MoveNext):

Re: [Mono-devel-list] [PATCH] Additional System.Collections.Generic.{Dictionary, EqualityComparer} f

2005-06-18 Thread Raja R Harinath
Hi, David Waite [EMAIL PROTECTED] 06/19/05 12:13 AM On 6/18/05, Raja R Harinath [EMAIL PROTECTED] wrote: Hi, David Waite [EMAIL PROTECTED] 06/18/05 12:19 PM (Enumerator.MoveNext): Fix endless loop ??? I couldn't find this fix. The patch to this function was: snip

[Mono-devel-list] Re: [Mono-patches] r45986 - in trunk/mcs: build build/common ...

2005-06-15 Thread Raja R Harinath
Hi, Ben Maurer [EMAIL PROTECTED] [EMAIL PROTECTED] writes: Author: benm Date: 2005-06-14 14:30:41 -0400 (Tue, 14 Jun 2005) New Revision: 45986 Added: trunk/mcs/build/common/ trunk/mcs/build/common/Locale.cs Removed: trunk/mcs/class/Commons.Xml.Relaxng/Assembly/Locale.cs

Re: [Mono-devel-list] [PATCH] Reworked unified Locale classes

2005-06-12 Thread Raja R Harinath
Hi, Ben Maurer [EMAIL PROTECTED] writes: It'd be nice to modify the build system to reduce copy+paste reuse. This also happens for, eg MonoTODO. Not much to do, actually :-) Just create a directory class/common and put in a makefile that just distributes the files under its purview. Then,

Re: [Mono-devel-list] Do we really need related location for CS0136?

2005-05-27 Thread Raja R Harinath
Hi, Atsushi Eno [EMAIL PROTECTED] writes: I created a patch for mcs that 1) adds Location property to ParameterBase, and 2) removes Location property from Parameters. On Parameter class there was a comment: //TODO: Add location member to this or base class for better error location and all

Re: [Mono-devel-list] Do we really need related location for CS0136?

2005-05-27 Thread Raja R Harinath
Hi, I had a few more comments about your patch. Atsushi Eno [EMAIL PROTECTED] writes: @@ -381,7 +376,7 @@ for (int i = 0; i FixedParameters.Length; i++){ Parameter par = FixedParameters [i];

Re: [Mono-devel-list] Weird warnings using mcs svn on Windows

2005-04-19 Thread Raja R Harinath
Hi, Atsushi Eno [EMAIL PROTECTED] writes: I made a fix for this problem; the type for Finalize() is not System.Object unless the type which is being added is System.Object. [snip] Index: decl.cs === --- decl.cs (revision

Re: [Mono-devel-list] Weird warnings using mcs svn on Windows

2005-04-13 Thread Raja R Harinath
Hi, Gert Driesen [EMAIL PROTECTED] writes: As of recently, I get the following warning (numerous times) when using mcs svn to compile even the simplest app on Windows: warning CS8028: The method 'System.Object.Finalize()' is marked 'override', but doesn't appear to override any virtual or

Re: [Mono-devel-list] [Fwd: [Mono-patches] r42885 - trunk/mcs/mcs]

2005-04-13 Thread Raja R Harinath
Hi, Atsushi Eno [EMAIL PROTECTED] writes: I think r42885 broke cs0208 tests in mcs/errors (verified that r42884 does not break them and r42885 does). [snip] 2005-04-12 Miguel de Icaza [EMAIL PROTECTED] * typemanager.cs (IsUnmanagedType): Arrays are allowed. [snip] Modified:

Re: [Mono-devel-list] Implementing InstallUtil.exe

2005-03-31 Thread Raja R Harinath
Hi, Rafael Teixeira [EMAIL PROTECTED] writes: On Thu, 31 Mar 2005 12:17:42 +0530, Muthu Kannan [EMAIL PROTECTED] wrote: I wish to implement InstallUtil.exe tool for Mono. Is there anyone working on the same already? If there is no one working on it, I shall start my work on it. If

Re: [Mono-devel-list] Patch for DirectoryServices.DirectoryEntry

2005-03-29 Thread Raja R Harinath
Hi, Boris Kirzner [EMAIL PROTECTED] writes: DirectoryEntry.cs : - Implemented UsePropertyCache. - Refresh entry after Rename and MoveTo. - CommitChanges : do not send request to server if no properties changed. Drop new flag after committing newly created entry. - Disconnect only if

[Mono-devel-list] Re: [Mono-patches] r42104 - trunk/mcs/gmcs

2005-03-22 Thread Raja R Harinath
Hi, Martin Baulig [EMAIL PROTECTED] writes: * typemanager.cs (TypeManager.LookupMemberCache): Add support for generic instances. [snip] public static MemberCache LookupMemberCache (Type t) { + if (t.IsGenericInstance) + return

Re: [Mono-devel-list] RFC: how to manage almost duplicate parser/tokenizer

2005-03-17 Thread Raja R Harinath
Hi Eno, Atsushi Eno [EMAIL PROTECTED] writes: Okay. So I made tiny patch for jay (am so lazy to make big changes). Attached patch for jay adds -d BlahBlah to insert #define BlahBlah on top of the output. (It is somewhat C# specific, but users could just ignore this option when they don't

Re: [Mono-devel-list] patch for TypeBuilder.CreateType() and mcs

2005-03-10 Thread Raja R Harinath
Atsushi Eno [EMAIL PROTECTED] writes: Index: mcs/class.cs === --- mcs/class.cs (revision 41656) +++ mcs/class.cs (working copy) @@ -2118,7 +2118,15 @@ try {

[Mono-devel-list] Re: [Mono-patches] r41659 - trunk/mcs/mcs

2005-03-10 Thread Raja R Harinath
Hi, Atsushi Enomoto ([EMAIL PROTECTED]) [EMAIL PROTECTED] writes: Modified: trunk/mcs/mcs/ChangeLog trunk/mcs/mcs/doc.cs Log: 2004-03-10 Atsushi Enomoto [EMAIL PROTECTED] * doc.cs : When TypeBuilder did not create Type yet, GetEvents() will fail. So invoke

  1   2   >