<br><br><div><span class="gmail_quote">On 3/6/06, <b class="gmail_sendername">Julien Fischer</b> <<a href="mailto:juliensf@cs.mu.oz.au">juliensf@cs.mu.oz.au</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>On Wed, 1 Mar 2006, Jonathan Morgan wrote:<br><br>> Below are some changes that I think need making to the README files.<br><br>Thanks for that.  There were a bunch of other changes that needed to be<br>made as well.  (BTW, in future could you please not send attachements as
<br>HTML.)</blockquote><div><br><br>I was unaware that I was sending any attachments in HTML, as I hate doing it.  I cannot see any attachments, or any options in gmail to disable attachments.  What were these attachments?
<br><br>Apart from that, the changes look good.<br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">> Estimated hours taken: 0.5
<br>> Branches: main<br>><br>> Update README files.<br>><br>> README.Cygwin:<br>>        Remove references to the old Cygwin binary package, which has<br>>        been superseded by MinGW packages.<br>
<br>Just because we now supply MinGW binaries doesn't mean we won't also<br>supply ones for Cygwin (I know we didn't for 0.12 but that's mainly<br>because we didn't get around to building any.)</blockquote><div><br>Yes, that was an assumption - the only binary package I ever tried didn't work anyway.
<br><br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">> README.DotNet:<br>>       Mention that the IL backend has been tested on .NET 
1.1, as well<br>>       as 1.0.<br><br>Done.<br><br>> README.MS-VisualC<br>>             Mention that the Visual C backend may need the Platform SDK.<br><br>Done.<br><br>Here's a revised diff incorporating the above changes plus a few others.
<br><br>Estimated hours taken: 0.5 (by Jonathan Morgan) + 0.2 (by me)<br>Branches: main<br><br>README.Cygwin:<br>        Put angle brackets around URLs.<br><br>README.Dotnet:<br>        Put angle brackets around URLs and fix inconsistent indentation.
<br><br>        Mention that the IL backend has been tested on .NET 1.1, as well<br>        as 1.0.<br><br>        Fix the C# foreign_proc example so that it is valid Mercury.<br><br>README.MS-VisualC:<br>        Mention that the Visual C backend may need the Platform SDK.
<br><br>        Don't be so specific about the Mercury version.</blockquote><div><br>I'd suggest making that change to README.MinGW as well, as in the following. <br></div><br>Index: README.MinGW<br>===================================================================
<br>RCS file: /home/mercury1/repository/mercury/README.MinGW,v<br>retrieving revision 1.3<br>diff -u -u -r1.3 README.MinGW<br>--- README.MinGW    9 Dec 2005 14:16:18 -0000    1.3<br>+++ README.MinGW    6 Mar 2006 05:28:16 -0000
<br>@@ -29,7 +29,7 @@<br>     <br> 2.  Open an MSYS session and unpack the source distribution with a command <br>     like:<br>-    tar -xvzf mercury-compiler-rotd-2005-09-29-unstable.tar.gz<br>+    tar -xvzf mercury-compiler-<VERSION>.tar.gz
<br> <br> 3.  cd into the new directory and run configure:<br><br><br>Jon<br></div>