aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/TODO5
-rw-r--r--docs/step_notes.txt2
2 files changed, 3 insertions, 4 deletions
diff --git a/docs/TODO b/docs/TODO
index e5b135b..e5a4fc1 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -1,7 +1,6 @@
All:
- Finish guide.md
- - rename stepA_interop to stepA_mal
- test to check args set properly
- test to make sure slurp captures final newline
- make sure errors propagate/print properly when self-hosted
@@ -94,7 +93,7 @@ Lua:
Make:
- allow '_' in make variable names
- hash-map with space in key string
- - Fix: make -f stepA_interop.mk ../mal/step6_file.mal
+ - Fix: make -f stepA_mal.mk ../mal/step6_file.mal
(slurp "../tests/incA.mal")
(read-string "(+ 2 3)")
- errors should propagate up from within load-file
@@ -121,7 +120,7 @@ Postscript:
- formatting messed up with mal/clojurewest2014.mal
Python:
- - error: python ../python/stepA_interop.py ../mal/stepA_interop.mal ../mal/stepA_interop.mal
+ - error: python ../python/stepA_mal.py ../mal/stepA_mal.mal ../mal/stepA_mal.mal
- interop tests
R:
diff --git a/docs/step_notes.txt b/docs/step_notes.txt
index f36575d..e28761a 100644
--- a/docs/step_notes.txt
+++ b/docs/step_notes.txt
@@ -405,7 +405,7 @@ Step Notes:
- Other misc:
- conj function
-- stepA_interop
+- stepA_mal
- convert returned data to mal data
- recursive, similar to pr_str
- Details: