[Mono-bugs] [Bug 74823][Maj] Changed - native backend doesn't allow setting variables

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Jul 6 17:31:08 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 toshok at ximian.com.

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

--- shadow/74823	2005-06-14 17:26:10.000000000 -0400
+++ shadow/74823.tmp.28714	2005-07-06 17:31:08.000000000 -0400
@@ -12,17 +12,21 @@
 ReportedBy: toshok at ximian.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: native backend doesn't allow setting variables
+BugsThisDependsOn: 75494
 
 (mdb) set a = 10
 Expression `10' is not a variable
 (mdb) print aa
 (int) 10
 (mdb) set a = aa
 Expression `a' is not an lvalue
 
 ------- Additional Comments From toshok at ximian.com  2005-06-14 17:26 -------
 the second case "set a = aa" works now (for fundamental types). 
 setting variables to a constant does not yet work, though.
+
+------- Additional Comments From toshok at ximian.com  2005-07-06 17:31 -------
+we depend on 75494


More information about the mono-bugs mailing list