Cosmetic changes in 7.1
Several cosmetic things things have changed in 7.1 compared with 7.0.
Here is a list (may be incomplete, I'm afraid: please let me know if you
notice more that aren't listed here).
Thanks to Joachim Parrow for suggesting I make this list and pointing out
many of the items on it.
- The orders in which lists of things are printed out, in cases where
they don't have a documented instrinsic order, has changed in many cases.
(For example, the order of the states in the transition graph of a finite
agent A as given by
states A;
.)
- If a command includes a newline (i.e. spreads over more than one line)
then CWB7.1 uses the secondary prompt
Continuation:
rather
than using Command:
, e.g.
Command: agent A =
Continuation: b.0;
Command:
I hope this will make it easier for users (new ones, especially) to tell the
difference between "the CWB hasn't done anything" and "I've forgotten the
semi-colon". Let me know whether it works!
- In places where 7.0 would have said "No such agents." or "No such
transitions" 7.1 will say "None.".
Back to CWB home page