[m-rev.] diff: Minor updates to developer documentation

Paul Bone paul at bone.id.au
Mon Apr 4 13:39:10 AEST 2016


Minor updates to developer documentation

compiler/notes/authors.html:
compiler/notes/index.html:
    Remove this file as it is mostly out-dated.  Most of the e-mail
    addresses are obsoloete and it's generally better to contact the
    developers list anyway, even regarding more recent work.

work_in_progress.html:
    Remove two items that I know are _definitly_ done.
---
 compiler/notes/authors.html          | 72 ------------------------------------
 compiler/notes/index.html            |  2 -
 compiler/notes/work_in_progress.html |  5 ---
 3 files changed, 79 deletions(-)
 delete mode 100644 compiler/notes/authors.html

diff --git a/compiler/notes/authors.html b/compiler/notes/authors.html
deleted file mode 100644
index b4ce128..0000000
--- a/compiler/notes/authors.html
+++ /dev/null
@@ -1,72 +0,0 @@
-
-
-<html>
-<head>
-<title>
-	Authors
-</title>
-</head>
-
-<body
-	bgcolor="#ffffff"
-	text="#000000"
->
-
-<hr>
-<!-------------------------->
-
-<p>
-
-Each source file should contain a comment indicating the
-main author(s) of that file. This is done not out of vanity,
-but so that you know who to blame ;-). If you find any
-of the source code difficult to understand or insufficiently
-commented, please complain to the author and/or to mercury at cs.mu.oz.au.
-
-<table>
-
-<tr>
-<td>aet		<td>Bert Thompson 	<td>aet at cs.mu.oz.au or bert_thompson at yahoo.com</tr>
-<tr>
-<td>benyi	<td>Tibor Benyi		<td>benyi at cs.mu.oz.au </tr>
-<tr>
-<td>bromage	<td>Andrew Bromage	<td>bromage at cs.mu.oz.au </tr>
-<tr>
-<td>conway	<td>Tom Conway		<td>conway at cs.mu.oz.au </tr>
-<tr>
-<td>dgj		<td>David Jeffery	<td>dgj at students.cs.mu.oz.au </tr>
-<tr>
-<td>dougl	<td>Mark Brown		<td>dougl at cs.mu.oz.au </tr>
-<tr>
-<td>dylan	<td>Dylan Shuttleworth	<td>dylan at cs.mu.oz.au </tr>
-<tr>
-<td>fjh		<td>Fergus Henderson	<td>fjh at cs.mu.oz.au </tr>
-<tr>
-<td>jahier	<td>Erwan Jahier	<td>jahier at irisa.fr </tr>
-<tr>
-<td>ksiew	<td>Steven Siew		<td>ksiew at cs.mu.oz.au </tr>
-<tr>
-<td>petdr	<td>Peter Ross		<td>petdr at cs.mu.oz.au </tr>
-<tr>
-<td>schachte	<td>Peter Schachte	<td>schachte at cs.mu.oz.au </tr>
-<tr>
-<td>squirrel	<td>Jane Langley	<td>jal at cs.mu.oz.au </tr>
-<tr>
-<td>stayl	<td>Simon Taylor	<td>stayl at students.cs.mu.oz.au </tr>
-<tr>
-<td>xcsm	<td>Simon Mei		<td>xcsm at students.cs.mu.oz.au </tr>
-<tr>
-<td>trd		<td>Tyson Dowd		<td>trd at students.cs.mu.oz.au </tr>
-<tr>
-<td>zs		<td>Zoltan Somogyi	<td>zs at cs.mu.oz.au </tr>
-
-
-</table>
-
-
-<hr>
-<!-------------------------->
-
-Last update was $Date: 2001-05-31 02:08:43 $ by $Author: xcsm $@cs.mu.oz.au. <br>
-</body>
-</html>
diff --git a/compiler/notes/index.html b/compiler/notes/index.html
index 527c7b3..ec4d1b8 100644
--- a/compiler/notes/index.html
+++ b/compiler/notes/index.html
@@ -13,7 +13,6 @@
 General information for developers:
 
 <ul>
-<li> <a href="authors.html">authors.html</a>
 <li> <a href="bootstrapping.html">bootstrapping.html</a>
 <li> <a href="coding_standards.html">coding_standards.html</a>
 <li> <a href="reviews.html">reviews.html</a>
@@ -50,6 +49,5 @@ Issue lists:
 
 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
 
-Last update was $Date: 2003-10-31 03:30:08 $ by $Author: fjh $@cs.mu.oz.au. <br>
 </body>
 </html>
diff --git a/compiler/notes/work_in_progress.html b/compiler/notes/work_in_progress.html
index e6fd8c2..d591e70 100644
--- a/compiler/notes/work_in_progress.html
+++ b/compiler/notes/work_in_progress.html
@@ -16,11 +16,6 @@ at some time in the future:
 <p>
 
 <ul>
-<li> Thread-safe engine (the `.par' grades).
-
-<li> Independent AND-parallelism (the `&' parallel conjunction operator).
-     See Tom Conway's PhD thesis.
-
 <li>
 We have incomplete support for a new, more expressive design for representing
 information about type classes and type class instances at runtime. When
-- 
2.8.0.rc3



More information about the reviews mailing list