aboutsummaryrefslogtreecommitdiffhomepage
path: root/todo
diff options
context:
space:
mode:
authorGravatar Thomas Kleymann <da+pg-tms@inf.ed.ac.uk>1998-10-18 14:24:06 +0000
committerGravatar Thomas Kleymann <da+pg-tms@inf.ed.ac.uk>1998-10-18 14:24:06 +0000
commitb73c530b8230de54b0b3866e1cd77784d961528e (patch)
tree938ec1156e38a7e38e03d073417b072707fed0e8 /todo
parentbb0b35e13e222ceffee83d49ec676c8b88c51966 (diff)
support for nested goals is now restricted to Coq
Diffstat (limited to 'todo')
-rw-r--r--todo18
1 files changed, 2 insertions, 16 deletions
diff --git a/todo b/todo
index 18b494c1..1882bba6 100644
--- a/todo
+++ b/todo
@@ -60,12 +60,9 @@ D Add proof-quit-command: some provers may like a quit command to be
Also reconcile proof-restart-script and proof-stop-shell, see
comments in code.
-D Multiple files (after basic feature added): handle failures in
+D Multiple files: handle failures in
reading ancestors.
-A Add support for putting a locked region in processed files.
- (tms 4h)
-
B Clean up proof-assert-until-point behaviour. Discussion results:
1. At the moment we get an odd error if it is run in
the locked region. This is a bug. Should behave same
@@ -88,10 +85,6 @@ B Clean up proof-assert-until-point behaviour. Discussion results:
when new commands are added to the buffer needs careful
thought!
-A Write function proof-retract-file. (30min tms)
- Currently, the command ForgetMark (for LEGO) is hardwired in
- proof-steal-process.
-
A Implement more generic mechanism for large undos (2h tms)
COQ: C-c u inside a Section should reset the whole section, then
@@ -100,13 +93,6 @@ A Implement more generic mechanism for large undos (2h tms)
LEGO: consider Discharge; perhaps unrol to the beginning of the
module?
-A Multiple files are sometimes handled incorrectly, because the
- function `proof-steal-process' cannot figure out that some files have
- already been processed. This is most likely caused by the ad-hoc
- equality test on file names. Instead, one could employ
- the built-in `file-truename' to trigger *canonical* file names.
- (1h tms)
-
A replace (current-buffer) by proof-shell-buffer/proof-script-buffer
where ever possible (30 min tms)
@@ -347,7 +333,7 @@ B `lego-get-path' assumes that LEGOPATH has been set in the
B release new version of the LEGO proof engine (4h tms)
-C Equiv, Next,... aren't handled properly, because LEGO does not
+B Equiv, Next,... aren't handled properly, because LEGO does not
refresh the proof state. Perhaps it would be easiest to get LEGO to
output more information in proof script mode (2h)