[Mono-bugs] [Bug 51037][Wis] Changed - Mono can't deal with CIL generated by SML.NET.
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 18 Nov 2003 07:11:30 -0500 (EST)
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 gs234-mono-bugzilla@srcf.ucam.org.
http://bugzilla.ximian.com/show_bug.cgi?id=51037
--- shadow/51037 2003-11-18 06:18:27.000000000 -0500
+++ shadow/51037.tmp.18457 2003-11-18 07:11:30.000000000 -0500
@@ -263,6 +263,13 @@
stdIn:18.30-18.102 Error: operator and operand don't agree [literal]
operator domain: OS.Process.status
operand: word
in expression:
OS.Process.exit 1
+
+------- Additional Comments From gs234-mono-bugzilla@srcf.ucam.org 2003-11-18 07:11 -------
+Look at the file smlnet/bld/build.sml. getsmlnet.sh runs the command
+"sed -i s/0w1/OS.Process.failure/ bld/build.sml". What you're seeing
+is the same error message that I get when the above sed invocation
+does not do its job. (I have no idea how portable that invocation is,
+but it works for me(tm).)