[Mono-bugs] [Bug 419828] Verifier causes F# to fail on Mono trunk
    bugzilla_noreply at novell.com 
    bugzilla_noreply at novell.com
       
    Sun May 10 14:34:23 EDT 2009
    
    
  
http://bugzilla.novell.com/show_bug.cgi?id=419828
User miguel at novell.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=419828#c5
--- Comment #5 from Miguel de Icaza <miguel at novell.com>  2009-05-10 12:34:23 MDT ---
It seems that this only happens with dynamic compilation, with static
compilation, the code compiles and runs:
mono$ mono bin/fsc.exe test.ml 
Microsoft F# Compiler, (c) Microsoft Corporation, All Rights Reserved
F# Version 1.9.6.2, compiling for .NET Framework Version v2.0.50727
mono te
test.ml(8,1): warning FS0020: This expression should have type 'unit', but has
type 'int list'.
mono$ mono test.exe 
mono$
-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
    
    
More information about the mono-bugs
mailing list