Re: [Mono-dev] mono.simd

2010-08-27 Thread Alan
I think you missed the important part of that last email. If wanted you to state the license of the patch, then commit it :) Alan. On 27 Aug 2010 02:10, Jerry Maine - KF5ADY crashfou...@gmail.com wrote: Please, I found this bug to be very annoying as it hampers the use of dynamic languagues

[Mono-dev] Assembly.Location behaves differently in bundled and non-bundled applications

2010-08-27 Thread McLachlan, Charles
I'm trying to find the location of the currently running assembly. Normally (i.e. when executing via mono program.exe), the following works: Console.WriteLine(code location {0}, Assembly.GetExecutingAssembly().Location); However, when running a bundled binary it just returns program.exe, i.e.

Re: [Mono-dev] Serialization problem in WCF

2010-08-27 Thread Atsushi Eno
Thanks, looks like there's indeed some problem even in the latest git head. I'll try some fixes. Atsushi Eno On 2010年08月25日 01:02, SuperCiccio wrote: Complete code example attached. Try running mono MyApp.Server.exe ina prompt and MyApp.Client.exe or mono

Re: [Mono-dev] 答复: Why the matrix MUST be invertible to be used in libgdiplus when we call GdipSetWor ldTransform or GdipMultiplyWorldTransform?

2010-08-27 Thread Sebastien Pouliot
On Thu, 2010-08-26 at 22:13 -0700, oken wrote: clipping in libgdiplus is wrong, because it ignores the page scale and page unit! It could be - hard to be sure without test cases. Please see: http://mono-project.com/Bugs Thanks Sebastien ___

Re: [Mono-dev] Serialization problem in WCF

2010-08-27 Thread Atsushi Eno
This is now fixed in git head. Atsushi Eno On 2010/08/27 21:10, Atsushi Eno wrote: Thanks, looks like there's indeed some problem even in the latest git head. I'll try some fixes. Atsushi Eno On 2010年08月25日 01:02, SuperCiccio wrote: Complete code example attached. Try running mono

Re: [Mono-dev] Problem authenticating at ssl atom feed

2010-08-27 Thread Sebastien Pouliot
On Tue, 2010-08-17 at 10:31 -0700, alexware69 wrote: Hi, yes I have already been through that article and I have tried the mozroots.exe to import all mozilla root certificates, but still have get the same error. I also tried: certmgr -ssl https://mail.google.com/mail/feed/atom but still

Re: [Mono-dev] Problem authenticating at ssl atom feed

2010-08-27 Thread alexware69
Thank you for the link, hope this gets fixed soon. -- View this message in context: http://mono.1490590.n4.nabble.com/Problem-authenticating-at-ssl-atom-feed-tp2328577p2341475.html Sent from the Mono - Dev mailing list archive at Nabble.com. ___

[Mono-dev] Bug in TimeoutDispatcher makes it into a spinwait when there is nothing in the queue

2010-08-27 Thread Dan Smith
Hi all, First time mono-devel poster. I was working with bitsharp and discovered a bug in the TimeoutDispatcher [1] that coverts it into a cpu intensive spinwait. It is also present in another variation in the UPNP library[2] Currently (line 154): TimeSpan interval = hasItem ?