RE: [Mono-dev] Novell C# LDAP libraries

2006-04-23 Thread Konstantin Triger
Hello Justin, Its fine to post changes here. Please attach your patches to the mail, so Ill be able to review / commit them. Alternatively you can open a bugzilla bug at http://www.mono-project.com/Bugs. Regards, Konstantin Triger From: [EMAIL PROTECTED]

[Mono-dev] IronPython Performance

2006-04-23 Thread Brent Fulgham
A while ago (nearly two years) an interesting paper was published by Jim Hugunin (http://www.python.org/pycon/dc2004/papers/9/) crowing about the significant speed advantage observed in this interpreter running on top of Microsoft's .NET VM stack. I remember being surprised by these results, as

[Mono-dev] Re: [Monotheka-dev] crash when pressing show all

2006-04-23 Thread Matthias Eller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 MDK wrote: Yeah, I'm pretty sure it will not work (stable) with the gtk-sharp 2.0. The two libs have different API's. Some love is definitely needed. definitly. I cant find the source of the problem. Instatiation of the store is exaclty like I do

[Mono-dev] ANN: NUnit 2.2.8 Released

2006-04-23 Thread Charlie Poole
Hi All, NUnit 2.2.8 has been released as the latest minor release in the NUnit 2.2 series. You can download it at http://nunit.com/nunit/?p=download. No new features are included, but several bugs are identified in 2.2.7 are fixed. Unless some serious problems arise, this is likely to be the

RE: [Mono-dev] LinkedStyleSheets in PageThemeCompiler

2006-04-23 Thread Andrew Skiba
Hi Gonzalo, First I forgot to use VirtualPathUtility.Combine and committed my patch with simple concatenation. Immediately after that, I noticed my mistake and tried to fix it. But when I used VirtualPathUtility.Combine, I've got ArgumentException (basePath is not an absolute path, basePath);

[Mono-dev] System.Web.UI.PageTheme patch

2006-04-23 Thread Andrew Skiba
The attached patch uses LinkedStyleSheets from the PageTheme to insert links in page header. If no one objects, I will commit. Thank you. Andrew. PageTheme.patch Description: PageTheme.patch ___ Mono-devel-list mailing list

[Mono-dev] System.Web.UI.Page patch

2006-04-23 Thread Andrew Skiba
The attached patch fixes the flow for themes combined with master pages. If no one objects, I will commit. Page.patch Description: Page.patch ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com

Re: [Mono-dev] IronPython Performance

2006-04-23 Thread Andreas Nahr
Obviously all three might add to that. However I think that number 1 COULD already be enough for the noticed slowdown of 3 times. It depends a lot on which Classes/ Methods IronPython is using (And I guess it is now optimized towards the MS CLR). If you just have pure integer or floating point

[Mono-dev] System.Web.UI/Control.cs

2006-04-23 Thread Konstantin Triger
Hello, Attached an implementation of Control.IsViewStateEnabled. The test included. If no one objects Ill commit. Regards, Konstantin Triger IsViewStateEnabled.patch Description: IsViewStateEnabled.patch ___ Mono-devel-list

[Mono-dev] System.Web.UI.WebControls/BaseDataBoundControl.cs

2006-04-23 Thread Konstantin Triger
Hello, The attached patch ensures the DataBound controls are bound if ViewState is disabled for them. Regards, Konstantin Triger BaseDataBoundControl.patch Description: BaseDataBoundControl.patch ___ Mono-devel-list mailing list

[Mono-dev] Patches. One exception raising and alot of xmldoc cleanups.

2006-04-23 Thread Justin Dearing
Ok I have a few patches here. The biggest one is for LdapCOnnection. First of all I updated all the exception xml comments like so: -exception LdapException Thrown if TLS cannot be started. If a exception cref=LdapExceptionThrown if TLS cannot be This makes the docuemntation look correct in

Re: [Mono-dev] Novell C# LDAP libraries

2006-04-23 Thread Justin Dearing
Konstantin, The class libraries bugzilla repository does not have the Ldap libraties listed as a component. So I sent the patches by email in another thread. On 4/23/06, Konstantin Triger [EMAIL PROTECTED] wrote: Hello Justin, It's fine to post changes here. Please attach your patches

[Mono-dev] Stack traces

2006-04-23 Thread Joachim Ante
Hi, Just wanted to bring up an old C# stacktraces issue again. The C# stack traces give the line number of the return site and not the call site. This is extremely annoying. In Unity we are heavily relying on stack traces for errors. When an error happens it is logged to a console on which

[Mono-dev] System.Web.UI.WebControls/ImageButton.cs

2006-04-23 Thread Konstantin Triger
Hello, The attached patch moves the OnClick/OnCommand invocation to the RaisePostBackEvent processing instead of RaisePostDataChangedEvent. If no one objects Ill commit. Regards, Konstantin Triger ImageButton.patch Description: ImageButton.patch

RE: [Mono-dev] System.Web.UI.PageTheme patch

2006-04-23 Thread Andrew Skiba
Hi Chris, Thanks for the response. Please review the fixed patch. The previous patch did not handle correctly the StyleSheetTheme and Theme combination. I'll look for the easiest way to test this in a mean time. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

[Mono-dev] System.Web.UI.Control null reference exception test and fix

2006-04-23 Thread Andrew Skiba
Please review the attached patch for test and fix. If no one objects, I will commit. Andrew. ControlNull.patch Description: ControlNull.patch ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com

[Mono-dev] System.Web.UI.Page patch

2006-04-23 Thread Andrew Skiba
The attached patch provides an ability to set the default theme and stylesheet theme in Web.Config, as documented in http://msdn2.microsoft.com/en-US/library/950xf363.aspx If no one objects, I will commit. Page.Web.Config.patch Description: Page.Web.Config.patch

RE: [Mono-dev] System.Web.UI.Page patch

2006-04-23 Thread Andrew Skiba
Please ignore the previous patch, review the new patch instead. Sorry for the inconvenience. The previous patch did not handle the situation when StyleSheetTheme should affect a control created by template (as ImageButton inside LoginView). To find out the correct flow, I subclassed an

Re: [Mono-dev] Patches. One exception raising and alot of xmldoc cleanups.

2006-04-23 Thread Jonathan Pryor
On Sun, 2006-04-23 at 08:26 -0400, Justin Dearing wrote: Ok I have a few patches here. The biggest one is for LdapCOnnection. First of all I updated all the exception xml comments like so: -exception LdapException Thrown if TLS cannot be started. If a exception cref=LdapExceptionThrown if