Re: [Mono-dev] Announcing Mono 2.4 Preview 1...

2009-01-27 Thread Grzegorz Sobanski
* Thomas Wiest  [2009-01-26 19:57]:
> Please report any bugs that you may find using our Bugs page, AND reply to 
> this thread with the bug numbers so we can track them:

https://bugzilla.novell.com/show_bug.cgi?id=469858

Regression with generics and nested class.
It hits 2.2, too. Works fine in 2.0

___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] Announcing Mono 2.4 Preview 1...

2009-01-27 Thread Andy Hume

There is no Visual Basic in 2.4 on Windows at least,
https://bugzilla.novell.com/show_bug.cgi?id=469793



Thomas Wiest wrote:
> 
> Hey Everyone,
> 
> We've just released Mono 2.4 Preview 1 today!
> 
> Please help us out by giving it a try with your applications.
> 
> As always, you can get the preview/RC releases here:
> http://mono.ximian.com/monobuild/preview/download-preview/
> 
> Please report any bugs that you may find using our Bugs page, AND reply to
> this thread with the bug numbers so we can track them:
> http://www.mono-project.com/Bugs
> 
> You can see the bugs we're tracking for Mono 2.4 here:
> https://bugzilla.novell.com/buglist.cgi?query_format=advanced&classification=Mono&target_milestone=2.4.x&order=bugs.bug_status%2Cbugs.bug_severity
> 
> The earlier you file the bugs and reply to this message, the more likely
> your bugs will get fixed.
> 
> Special attention is given to regressions, so if you can tell us a version
> of Mono where the bug worked and you add [Regression] to the beginning of
> the summary of the bug, then it is much more likely your bug will get
> fixed.
> 
> Please help the Mono team to make 2.4 the best ever.
> 
> Thanks!
> 
> Mono QA
> 
> ___
> Mono-devel-list mailing list
> Mono-devel-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Announcing-Mono-2.4-Preview-1...-tp21671373p21694789.html
Sent from the Mono - Dev mailing list archive at Nabble.com.

___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] [PATCH] Uri.IsWellFormedUriString should not throw an exception.

2009-01-27 Thread Bill Holmes
With the changes I get a test failure.  I will not be committing this.

1) MonoTests.System.UriTest3.IsWellFormedUriString_BadUriKind :
System.ArgumentException was expected

On Sat, Jan 24, 2009 at 9:06 PM, Miguel De Icaza  wrote:
> Hello Bill,
>
>  Any chance of redoing the code as suggested by Robert?
>
>  If so, it is OK to get this on the 2.4 branch.
>
> Miguel.
> On Jan 21, 2009, at 12:01 PM, Bill Holmes wrote:
>
>> Hi,
>>
>> The attached patch fixes the attached test.cs.
>>
>> Uri.IsWellFormedUriString calls the .ctor which throws an exception.
>> The .ctor throwing the exception is expected behavior,
>> IsWellFormedUriString throwing is not expected.
>>
>> I would also like to apply this to the 2.4 branch.
>>
>> -bill
>>
>> 2009-01-21  Bill Holmes  
>>
>>* Uri.cs (IsWellFormedUriString):  Changing IsWellFormedUriString
>>  to not throw an exception but return false instead.
>>
>>Contributed under MIT/X11 license.
>> <
>> test
>> .cs
>> >
>> <
>> IsWellFormedOriginalString
>> .patch>___
>> Mono-devel-list mailing list
>> Mono-devel-list@lists.ximian.com
>> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
>
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] patch to fix build break for Mono on Android

2009-01-27 Thread Zoltan Varga
Hi,

  Committed a variant of this patch.

Zoltan

2009/1/27 Koushik K. Dutta :
> A recent change to mini-arm.c caused a build break in Android.
>
>
>
> The break is caused by usage of an API call that is not available in the
> version of gcc that is used by the Android build environment (4.2.1).
> Android will be upgrading to a newer version of gcc (4.3.1) with their next
> release. When that happens, I will submit another patch to remove the
> workaround I have attached.
>
>
>
> Patch is attached, and submitted under the MIT license.
>
>
>
> Thanks,
>
> Koushik Dutta
>
> www.koushikdutta.com
>
>
>
> ___
> Mono-devel-list mailing list
> Mono-devel-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
>
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


[Mono-dev] Enable mdb generation?

2009-01-27 Thread Christian Prochnow
Hi List,

i'm trying to implement 
ServicePointManager.ServerCertificateValidationCallback, but the 
HttpClientStream class is absolutely not doing what i expect. How can i enable 
mdb file generation when building mono to debug the program flow ?


Best regards,

Christian Prochnow


-- 
Christian Prochnow
Geschäftsführer

SecuLogiX Systems GmbH
Mohriner Allee 28
12347 Berlin

http://www.seculogix.de

mobile:  +49 (0)177 313 02 57
   fon:  +49 (0)700 SECULOGIX

Geschäftsführer: Christian Prochnow
Handelsregister: B 96491, Amtsgericht Charlottenburg

___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] Sockets on mipsel

2009-01-27 Thread Olivers

I have encountered the same problem and think it is firewall related.

I am still in a phase of testing but was able open sockets on a stripped
down firmware that does not start any services like firewall. On a standard
OpenWRT I was not able to open that socket, receiving the same stack trace.


Csaba Balazs wrote:
> 
> Hello,
> 
> I would like to use sockets with mono on mipsel.
> 
> This is a sample code which works well on PC:
> 
> using System;
> using System.IO;
> using System.Net.Sockets;
> 
> class ClientDemo {
>   public static void Main(string[] args) {
>   string serverIp = "x.x.x.x";
>   TcpClient client = new TcpClient(serverIp, 8001);
>   NetworkStream strm = client.GetStream();
> 
>   // reading / writing via network stream
> 
>   strm.Close();
>   client.Close();
>   }
> }
> 
> 
> On Mipsel:
> 
> export MONO_PATH="/usr/lib/mono/1.0/"
> Stacktrace:
> 
>   at System.Net.Sockets.TcpClient.Connect (string,int) <0x>
>   at System.Net.Sockets.TcpClient.Connect (string,int) <0x00040>
>   at System.Net.Sockets.TcpClient..ctor (string,int) <0x0003c>
>   at ClientDemo.Main (string[]) <0x00054>
>   at (wrapper runtime-invoke) ClientDemo.runtime_invoke_void_string[]
> (object,intptr,intptr,intptr) <0x>
> Aborted
> 
> 
> export MONO_PATH="/usr/lib/mono/2.0/"
> Stacktrace:
> 
>   at System.DateTime.ToLocalTime () <0x>
>   at System.DateTime.ToLocalTime () <0x00028>
>   at System.IO.File..cctor () <0x00050>
>   at (wrapper runtime-invoke) System.Type.runtime_invoke_void
> (object,intptr,intptr,intptr) <0x>
>   at
> System.Configuration.ConfigurationManager.OpenExeConfigurationInternal
> (System.Configuration.ConfigurationUserLevel,System.Reflection.Assembly,string)
> <0x>
>   at
> System.Configuration.ConfigurationManager.OpenExeConfigurationInternal
> (System.Configuration.ConfigurationUserLevel,System.Reflection.Assembly,string)
> <0x00188>
>   at
> System.Configuration.ClientConfigurationSystem.System.Configuration.Internal.IInternalConfigSystem.GetSection
> (string) <0x000f0>
>   at System.Configuration.ConfigurationManager.GetSection (string)
> <0x00050>
>   at System.Net.Sockets.Socket.CheckProtocolSupport () <0x0019c>
>   at System.Net.Dns..cctor () <0x00018>
>   at (wrapper runtime-invoke) System.Net.Dns.runtime_invoke_void
> (object,intptr,intptr,intptr) <0x>
>   at System.Net.Sockets.TcpClient.Connect (string,int) <0x>
>   at System.Net.Sockets.TcpClient.Connect (string,int) <0x00040>
>   at System.Net.Sockets.TcpClient..ctor (string,int) <0x0003c>
>   at ClientDemo.Main (string[]) <0x00054>
>   at (wrapper runtime-invoke) ClientDemo.runtime_invoke_void_string[]
> (object,intptr,intptr,intptr) <0x>
> Aborted
> 
> What is the problem? I would like to use mono 2.0 dlls.
> I can use sockets in C correctly on mipsel.
> 
> 
> Thank you for your help,
> 
> Csaba
> 
> ___
> Mono-devel-list mailing list
> Mono-devel-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Sockets-on-mipsel-tp12978757p21682211.html
Sent from the Mono - Dev mailing list archive at Nabble.com.

___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


[Mono-dev] patch to fix build break for Mono on Android

2009-01-27 Thread Koushik K. Dutta
A recent change to mini-arm.c caused a build break in Android.

The break is caused by usage of an API call that is not available in the 
version of gcc that is used by the Android build environment (4.2.1). Android 
will be upgrading to a newer version of gcc (4.3.1) with their next release. 
When that happens, I will submit another patch to remove the workaround I have 
attached.

Patch is attached, and submitted under the MIT license.

Thanks,
Koushik Dutta
www.koushikdutta.com



androidmono.patch
Description: androidmono.patch
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list