From 9355882cac573b32e6223f0f08fb2dfe08f70e43 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 1 Jul 2017 11:01:06 -0400 Subject: [PATCH] Documentation polishing. --- INSTALL.adoc | 3 ++- notes.adoc | 6 ++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/INSTALL.adoc b/INSTALL.adoc index 803a644..3e733f3 100644 --- a/INSTALL.adoc +++ b/INSTALL.adoc @@ -6,7 +6,8 @@ On Debian and Ubuntu: 'apt-get install python3-yaml libedit-dev'. On Fedora: 'dnf install python3-PyYAML libedit-devel'. -If you are using MacPorts on OS X: 'port install py3{5,6}-yaml', as appropriate for your Python 3 version. +If you are using MacPorts on OS X: 'port install py3{5,6}-yaml', as +appropriate for your Python 3 version. You can also use pip to install PyYAML: 'pip3 install PyYAML'. diff --git a/notes.adoc b/notes.adoc index 9db8d67..cac3a13 100644 --- a/notes.adoc +++ b/notes.adoc @@ -145,4 +145,10 @@ ways: like a FORTRAN or BCPL program. Some (incomplete) effort has been made to introduce semantic types. +We have made exactly one minor architectural change. In addition to the +old code's per-object state-description messages, we now have a per-object +message series for state *changes*. This makes it possible to pull a fair +amount of test out of the arbitrary-messages list and associate those +mesages with the objects that conceptually own them. + // end -- 2.31.1