[Mono-bugs] [Bug 79557][Blo] Changed - Tailcalls still broken on Mono 1.1.17.1

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Oct 5 06:10:23 EDT 2006


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by vargaz at gmail.com.

http://bugzilla.ximian.com/show_bug.cgi?id=79557

--- shadow/79557	2006-10-02 14:34:35.000000000 -0400
+++ shadow/79557.tmp.31428	2006-10-05 06:10:23.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 79557
 Product: Mono: Runtime
 Version: 1.1
 OS: All
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Blocker
 Component: JIT
 AssignedTo: lupus at ximian.com                            
 ReportedBy: bbjamey at gmail.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -145,6 +145,11 @@
     | 1 -> 1
     | 2 -> 1
     | a -> fib(a-1) + fib(a-2)
 
 print_endline(fib 5 |> any_to_string) 
 ---------- end sample F# program --------------------
+
+------- Additional Comments From vargaz at gmail.com  2006-10-05 06:10 -------
+Fixed in SVN. We don't have the resources to test with every possible
+.net language.
+


More information about the mono-bugs mailing list