Re: [Mono-dev] Parch for Enum support in Custom attributes

2006-10-10 Thread Jb Evain
Hi Eyal, Your patch is in SVN, I've just adapted coding style. Thanks a lot, Jb Eyal Alaluf wrote: Hi, JB. I worked a bit further on the patch and implemented the ForceRead logic for custom attributes. I aded a ForceResolving property to SignatureReader (it was the easiest way with the

Re: [Mono-dev] [PATCH] XPathNavigator.CanEdit

2006-10-10 Thread Atsushi Eno
Hello Kosta, Thanks for the patch. CanEdit needed a fix for sure. Though the patch was kind of wrong and I fixed it a bit differently. XmlDocumentNavigator itself is designed to be read-only (it does not implement any of editing methods) and thus it should not return CanEdit as true, so that

Re: [Mono-dev] patch to fix OS X/Darwin segfaults.

2006-10-10 Thread Paolo Molaro
On 10/05/06 Allan Hsu wrote: This patch fixes a GC bug in darwin_stop_world.c where memory would be freed immediately before it was read. I've also submitted this patch to libgc upstream. Could somebody look this over and either give me the OK to commit or apply it themselves?

Re: [Mono-dev] [Mono-devel-list] Initial ARM JIT port in svn

2006-10-10 Thread Paolo Molaro
On 10/06/06 Tim Nichols wrote: Is there an effort underway for an ARM AOT port? I didn't work on the AOT support since that code has been in flux for some time. It should not be difficult for people who want to contribute to mono. lupus --

Re: [Mono-dev] WAPI Handle Leaks

2006-10-10 Thread Zoltan Varga
Hi, At least one thread is leaked in xsp, in ApplicationServer.cs, when the 'runner' thread is started as background, it exits immediately, but the parent object still keeps a reference to the Thread object. Zoltan On 10/6/06, Miguel de Icaza [EMAIL PROTECTED] wrote: Hello, I

[Mono-dev] .NET Micro Framework Platform

2006-10-10 Thread Marcos Cobeña
Hi dudes, I've found it worth to mention if thinking about embedding Mono on mobile devices: http://www.aboutnetmf.com/entry.asp. Take also a look to: http://www.aboutnetmf.com/NET_Micro_Framework_Whitepaper_V_1.0.doc. By the way, is there already any effort for doing something similar? Sorry

[Mono-dev] .NET Micro Framework Platform

2006-10-10 Thread Marcos Cobeña
Hi dudes, I've found it worth to mention if thinking about embedding Mono on mobile devices: http://www.aboutnetmf.com/entry.asp. Take also a look to: http://www.aboutnetmf.com/NET_Micro_Framework_Whitepaper_V_1.0.doc. By the way, is there already any effort for doing something similar? Sorry

[Mono-dev] Global register allocator in JIT

2006-10-10 Thread Sergey Tikhonov
Hello, I am trying to make global register allocator to work on Alpha mono port. It started to use dedicated global registers, but I could not get an idea how it supposed to work. For example: DUMP BLOCK 2: (beq[B3B4] (compare (and (or (long_conv_to_i4 (ldind.i regvar[alpha_r12]))

[Mono-dev] Mono on the 390

2006-10-10 Thread pablosantosluac
Hi, How do you test mono on the 390? Do you have a *real* box or an emulator? Is it possible to make a mono application running on a Linux partition (hope I'm right, not very used to the mainframe) access data on a basis partition (the base OS I mean). Thanks

Re: [Mono-dev] Replacing/Removing I18N

2006-10-10 Thread Andreas Nahr
Hi, Hello, * Creating the binary data should be simple when generating from a .Net VM. Would it be allowed to gernerate directly from MS.Net? From Portable.Net? (obviously from Mono is no problem, but would not allow to ADD data) I did not understand this question at all. Well the

Re: [Mono-dev] Replacing/Removing I18N

2006-10-10 Thread Atsushi Eno
To not let our thoughts go wrong way: the reason why existing I18N.*.dll consist of a bunch of IL code and very few static data is just because those conversion tables are just made into a bunch of switch-cases. The encoding conversion tables definitely do not have to reside in mscorlib.dll. It