1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-20 18:18:51 +03:00
mal/scala
Joel Martin dca6b58578 Tests: move step5 non-TCO tests to per impl.
- Remove most of the step5 excludes in the Makefile except for ones
  which don't have TCO capability at all (or the implementation is too
  slow): bash, make, mal, matlab.

- Make perf_EXCLUDES consistent with other excludes.

- Add a print-FOO target which prints the resolved value of Makefile
  variable FOO. For example, `make print-IMPLS` to print the list of
  implementations.
2016-03-14 23:39:21 -05:00
..
project Add dist targets to most implementations. 2016-02-24 00:33:20 -06:00
tests Tests: move step5 non-TCO tests to per impl. 2016-03-14 23:39:21 -05:00
assembly.sbt Add dist targets to most implementations. 2016-02-24 00:33:20 -06:00
build.sbt Add dist targets to most implementations. 2016-02-24 00:33:20 -06:00
core.scala groovy, java, scala: add seq/string?. 2016-02-12 09:59:39 -06:00
Dockerfile Travis: add scala. 2015-10-06 02:49:12 -05:00
env.scala Scala: refactor collections with metadata. 2015-01-09 16:16:51 -06:00
Makefile Dist/packaging for most impls. erlang, racket *ARGV* fixes. 2016-02-24 00:45:40 -06:00
printer.scala Scala: refactor collections with metadata. 2015-01-09 16:16:51 -06:00
reader.scala All: fix read/print of \\, and \n 2015-10-30 22:05:49 -05:00
step0_repl.scala Scala: all steps 0-9 but no metadata. 2015-01-09 16:16:51 -06:00
step1_read_print.scala Scala: all steps 0-9 but no metadata. 2015-01-09 16:16:51 -06:00
step2_eval.scala Scala: fix hash-map nil values and printing. 2015-12-02 23:26:50 -06:00
step3_env.scala Scala: fix hash-map nil values and printing. 2015-12-02 23:26:50 -06:00
step4_if_fn_do.scala Scala: fix hash-map nil values and printing. 2015-12-02 23:26:50 -06:00
step5_tco.scala Scala: fix hash-map nil values and printing. 2015-12-02 23:26:50 -06:00
step6_file.scala Scala: fix hash-map nil values and printing. 2015-12-02 23:26:50 -06:00
step7_quote.scala Scala: fix hash-map nil values and printing. 2015-12-02 23:26:50 -06:00
step8_macros.scala clojure, groovy, rpython, scala: fix macro result evaluation 2016-01-26 14:15:16 -06:00
step9_try.scala clojure, groovy, rpython, scala: fix macro result evaluation 2016-01-26 14:15:16 -06:00
stepA_mal.scala clojure, groovy, rpython, scala: fix macro result evaluation 2016-01-26 14:15:16 -06:00
types.scala Scala: fix hash-map nil values and printing. 2015-12-02 23:26:50 -06:00