[m-rev.] for review: enable `il' grade

Fergus Henderson fjh at cs.mu.OZ.AU
Mon Oct 21 00:30:01 AEST 2002


Peter Ross, any comments on this one?
I haven't run the tests for the `ilc' grade recently,
so I don't know how the test result for that grade compare,
but the `il' grade is the one we want to use going forward,
and I think the `il' grade is currently passing enough tests
that we should enable it by default.

Estimated hours taken: 0.25
Branches: main

configure.in:
	Fix an XXX: for the .NET back-end, enable the "il" grade rather
	than the "ilc" grade.

Workspace: /home/ceres/fjh/ws-ceres2/mercury
Index: configure.in
===================================================================
RCS file: /home/mercury1/repository/mercury/configure.in,v
retrieving revision 1.328
diff -u -d -r1.328 configure.in
--- configure.in	20 Oct 2002 14:22:24 -0000	1.328
+++ configure.in	20 Oct 2002 14:23:41 -0000
@@ -2263,8 +2263,7 @@
 # add .NET back-end grades
 if test $mercury_cv_microsoft_dotnet = yes -a "$enable_dotnet_grades" = yes
 then
-    # XXX we should be using `il' rather than `ilc'
-    LIBGRADES="$LIBGRADES ilc"
+    LIBGRADES="$LIBGRADES il"
 fi
 
 # Allow the user to override the default list of library grades

-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "I have always known that the pursuit
The University of Melbourne         |  of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh>  |     -- the last words of T. S. Garp.
--------------------------------------------------------------------------
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