[Mono-devel-list] Another mini missing operator
Don Roberts
roberts at refactory.com
Fri May 9 12:45:43 EDT 2003
Yet another for lupus.
don
-------- Original Message --------
Subject: next bug
From: "John Brant" <brant at refactory.com>
Date: Fri, May 9, 2003 11:08 am
To: "'Don Roberts'" <roberts at refactory.com>
This program crashes with a "** ERROR **: unknown operator:
long_conv_ovf_i8_un aborting..." message box.
------------------
using System;
public class foo {
public static void Main() {
ulong i = 0;
long j;
checked { j = (long)i; }
Console.WriteLine(j);
}
}
------------------
After I rewrote the large integer code to get around this, we are able to
run the calculator -- 10000! / 9999! Returns 10000.
John Brant
More information about the Mono-devel-list
mailing list