[Mono-bugs] [Bug 71887][Wis] Changed - detect .NET binaries and automatically invoke them with mono
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 10 May 2005 17:28:51 -0400 (EDT)
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 bmaurer@users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=71887
--- shadow/71887 2005-05-09 02:35:30.000000000 -0400
+++ shadow/71887.tmp.19012 2005-05-10 17:28:51.000000000 -0400
@@ -1,16 +1,16 @@
Bug#: 71887
-Product: Mono: Class Libraries
-Version: unspecified
+Product: Mono: Runtime
+Version: 1.1
OS: All
OS Details:
Status: NEW
Resolution:
Severity: Unknown
Priority: Wishlist
-Component: System
+Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: 4lw0e0402@sneakemail.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
@@ -132,6 +132,16 @@
------- Additional Comments From bmaurer@users.sf.net 2005-05-05 20:04 -------
Do we want to fix this bug, or leave the behavior as it is?
------- Additional Comments From dick@ximian.com 2005-05-09 02:35 -------
This is a wishlist item, so leave it open
+
+------- Additional Comments From bmaurer@users.sf.net 2005-05-10 17:28 -------
+What I really asked is should we change the *behavior*. I was just
+wondering because the comments from Atsushi brought up some points
+about why we might not want to do this.
+
+This really belongs in the runtime somewhere. There we will have the
+easiest time (in fact we already have the code to) tell if something
+is a .NET exe. The runtime also knows the path to mono (via autoconf)
+so we are able to use that.