[m-rev.] trivial diff: update coding standard for analysis modules
Julien Fischer
juliensf at cs.mu.OZ.AU
Wed Feb 1 18:38:57 AEDT 2006
Estimated hours taken: 0
Branches: main
compiler/notes/coding_standards.html:
Mention that module imports from the analysis directory should be
grouped with those from the compiler and mdbcomp directories.
Julien.
Index: coding_standards.html
===================================================================
RCS file: /home/mercury1/repository/mercury/compiler/notes/coding_standards.html,v
retrieving revision 1.20
diff -u -r1.20 coding_standards.html
--- coding_standards.html 18 Nov 2005 06:22:53 -0000 1.20
+++ coding_standards.html 1 Feb 2006 07:36:17 -0000
@@ -444,7 +444,7 @@
there should be two groups of imports,
the imports from the compiler first and then the ones from the library.
For the purposes of this rule,
-consider the modules of mdbcomp to belong to the compiler.
+consider the modules of mdbcomp and analysis to belong to the compiler.
<p>
--------------------------------------------------------------------------
mercury-reviews mailing list
post: mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------
More information about the reviews
mailing list