aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rw-r--r--TODO8
2 files changed, 7 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 0355c099..c505b524 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+ × OpenAxiom developers: depsys is no longer built. All files in
+ src/interp/ are now compiled with bootsys.
+
× OpenAxiom now has a domain domain for representing the abstract
syntax tree of Spad and Boot programs.
diff --git a/TODO b/TODO
index 11e9a4e2..1d7974d0 100644
--- a/TODO
+++ b/TODO
@@ -34,10 +34,6 @@
* Improve Boot documentation
-* Have OpenAxiom use bootsys compile all Boot codes in src/interp. This
- requires auditing the code for uses of special functions which
- act differently in boot and shoe (like MEMBER).
-
* Reduce the number of bar Lisp codes to the minimum residual.
* Fix codes in src/interp, src/hyper, and src/hyper/pages/util.ht that
@@ -104,6 +100,10 @@
this facilitates support for Lisps that rely on dynamic loading
(e.g. SBCL, ECL).
+* Have OpenAxiom use bootsys compile all Boot codes in src/interp. This
+ requires auditing the code for uses of special functions which
+ act differently in boot and shoe (like MEMBER).
+
================================================
=== New Boot vs. Old Boot compatibility notes ==
================================================