[Mono-dev] Announcing Mono 1.2.6 Preview 2 !!

Alan McGovern alan.mcgovern at gmail.com
Sun Nov 18 08:48:01 EST 2007


Works on MS.NET. This is a regression.

File a bug report at bugzilla.novell.com on this and post the bug number
here.

Alan.

On Nov 18, 2007 1:43 PM, Stephen Apostolopoulos <stapostol at gmail.com> wrote:

> Regression: cannot cast IntPtr to enum.
>
> using System;
>
> namespace Test
> {
>    enum Key { A }
>
>    class Regression
>    {
>        public static void Main()
>        {
>            IntPtr a = new IntPtr(1);
>            Key k = (Key)a;
>        }
>    }
> }
>
> Works on 1.2.4 and 1.2.5, as well csc.exe (2.0). Fails on 1.2.6 Preview 2
> (both mcs and gmcs).
>
> Confirmation?
>
>
> ----- Original Message -----
> From: "Rusty Howell" <rhowell at novell.com>
> To: "mono-devel" <mono-devel-list at lists.ximian.com>
> Sent: Saturday, November 17, 2007 5:14 AM
> Subject: [Mono-dev] Announcing Mono 1.2.6 Preview 2 !!
>
>
> > Hey everyone,
> >
> > We've release our second preview of Mono 1.2.6 today! Please help us out
> > by giving it a try on your applications.
> > Don't forget to log any bugs that you find!
> >
> > You can get the preview releases here:
> > http://mono.ximian.com/monobuild/preview/download-preview/
> >
> > Please report any bugs that you may find using our Bugs page.
> > http://www.mono-project.com/Bugs
> >
> > Please help the Mono team to make 1.2.6 the best release of Mono ever.
> > Thanks!
> >
> > Mono QA
> >
> > _______________________________________________
> > Mono-devel-list mailing list
> > Mono-devel-list at lists.ximian.com
> > http://lists.ximian.com/mailman/listinfo/mono-devel-list
> >
>
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20071118/be0dca26/attachment.html 


More information about the Mono-devel-list mailing list