summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin J. Culkin <bjculkin@mix.wvu.edu>2020-10-03 09:15:43 -0300
committerBenjamin J. Culkin <bjculkin@mix.wvu.edu>2020-10-03 09:15:43 -0300
commit0a968a947bef835882967012a18f9e27cf949c60 (patch)
treeff51ba0cee06f696fb7438c34ef7b57504133946
parent5cd7210cd84afb1e3846fbe0e39baa1e79962e2e (diff)
update
-rwxr-xr-xdotest.sh2
-rwxr-xr-xtodos.txt6
2 files changed, 7 insertions, 1 deletions
diff --git a/dotest.sh b/dotest.sh
index c438dc7..df56c20 100755
--- a/dotest.sh
+++ b/dotest.sh
@@ -2,5 +2,5 @@
mvn clean compile exec:java > outp.txt 2> error.txt;
-tail -n +32 outp.txt | view -c "normal! zR" -c "tabe error.txt" -c "normal! gt" -;
+tail -n +28 outp.txt | view -c "normal! zR" -c "tabe error.txt" -c "normal! gt" -;
# tail -n +32 outp.txt | view -c "normal! zR" -;
diff --git a/todos.txt b/todos.txt
index 0399ef6..b233b36 100755
--- a/todos.txt
+++ b/todos.txt
@@ -60,3 +60,9 @@ DONE(6/3/18) 10/11/17 Ben Culkin :Determinism
This will probably entail the definition of some kind of error code type
that can be conveniently returned and used.
+
+@TODO 7/8/2020 Ben Culkin :RecurLimit
+ Add some easy way to say that we only want to recur into a given rule once
+ in this context (could some sort of use of exhaustive rule vars. do this?
+ maybe. it's been a while since last I looked at the details of how this
+ project worked; and I doubt I left enough comments/other documentation)