From 01c9731649a7ed97fad0bdeac9cb75b7323c0ad6 Mon Sep 17 00:00:00 2001 From: Joel Martin Date: Thu, 9 Oct 2014 23:48:47 -0500 Subject: All: swap step9,A. Fixes for bash, C, perl. step9_interop -> stepA_interop stepA_more -> step9_try C: fix glib headers bash: behavior change of declare -A and pattern replacement. perl: squelch new 5.18 warnings related to switch/given statement. Also, include some in-progress interop related files. --- docs/TODO | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs') diff --git a/docs/TODO b/docs/TODO index 2464293..6f0b2d0 100644 --- a/docs/TODO +++ b/docs/TODO @@ -6,7 +6,7 @@ All: - keyword type - gensym reader inside quasiquote - - per impl tests for step5_tco, step9_interop (if possible) + - per impl tests for step5_tco (if possible) - regular expression matching in runtest - Print full exception when test gets EOF from expect @@ -17,6 +17,8 @@ All: - Move try* to step6 - Remove macros from mal + - Implement/fix interop: C#, Java, Mal, PHP, Postscript, Ruby + --------------------------------------------- Bash: @@ -28,7 +30,6 @@ C: - GC C#: - - step9_interop Clojure: @@ -37,7 +38,6 @@ Go: https://gobyexample.com/variadic-functions Java: - - step9_interop - Use gradle instead of mvn http://blog.paralleluniverse.co/2014/05/01/modern-java/ @@ -51,7 +51,6 @@ Make: Mal: - line numbers in errors - step5_tco - - step9_interop Perl: - fix metadata on native functions @@ -62,7 +61,8 @@ Postscript: - add negative numbers Python: - - error: python ../python/stepA_more.py ../mal/stepA_more.mal ../mal/stepA_more.mal + - error: python ../python/stepA_interop.py ../mal/stepA_interop.mal ../mal/stepA_interop.mal + - interop tests Ruby: -- cgit v1.2.3