[Mono-bugs] [Bug 75442][Nor] New - Result of dynamic function call
undefined
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Jul 1 20:42:05 EDT 2005
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 flgr at ccan.de.
http://bugzilla.ximian.com/show_bug.cgi?id=75442
--- shadow/75442 2005-07-01 20:42:05.000000000 -0400
+++ shadow/75442.tmp.25626 2005-07-01 20:42:05.000000000 -0400
@@ -0,0 +1,40 @@
+Bug#: 75442
+Product: Mono: Compilers
+Version: unspecified
+OS:
+OS Details: OS independent
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: JScript
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: flgr at ccan.de
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Result of dynamic function call undefined
+
+Description of Problem:
+
+Calling a function dynamically (that is an anonymous function by its name
+or any other function in an expression) does not return the correct result.
+
+Steps to reproduce the problem:
+1. Download test case.
+2. Compile via mjs.
+3. Run via mono.
+
+Actual Results:
+
+Output of a blank line.
+
+Expected Results:
+
+Output of "Success".
+
+
+How often does this happen?
+
+Always.
More information about the mono-bugs
mailing list