1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-21 02:27:10 +03:00
mal/make
Joel Martin 18f0ec2150 Runtest should fail on bad test data. Fix interop tests.
The interop tests weren't updated when regex support was added to
runtest for matching output data. This was causing a bunch of
implementations to silently fail while testing interop. Fix runtest.py
to fail on bad test data and fix 21 implementations with the old style
output matches.
2019-01-28 10:27:41 -06:00
..
tests Runtest should fail on bad test data. Fix interop tests. 2019-01-28 10:27:41 -06:00
core.mk make, miniMAL: add number?, fn? and macro? 2017-10-24 09:31:35 -05:00
Dockerfile travis: add bash, c, make to test matrix. 2015-10-05 18:55:00 -05:00
env.mk All: split types into types, env, printer, core. 2014-04-02 22:23:37 -05:00
gmsl.mk Make: refactor number type. Support large numbers. 2015-01-09 16:16:56 -06:00
Makefile Dist/packaging for most impls. erlang, racket *ARGV* fixes. 2016-02-24 00:45:40 -06:00
numbers.mk make: add negative number support. 2016-02-26 08:46:43 -08:00
printer.mk All: fix read/print of \\, and \n 2015-10-30 22:05:49 -05:00
reader.mk Error on unterminated strings. 2019-01-25 16:16:06 -06:00
readline.mk Tests: add testing Dockerfile. Impl fixes. 2015-03-11 22:22:35 -05:00
rules.mk Add step5/9 tests for impls that support it. 2014-04-27 17:58:48 -05:00
run Refactor to use run scripts, remove *_RUNSTEP 2016-05-18 22:29:18 -07:00
step0_repl.mk Current state of mal for Clojure West lighting talk. 2014-03-24 16:32:24 -05:00
step1_read_print.mk All: *ARGV* and *host-language*. Misc syncing/fixes. 2014-04-19 13:04:09 -05:00
step2_eval.mk Fix empty list eval in step2 for most languages. 2016-04-02 18:40:49 -05:00
step3_env.mk make: Fix empty/nil value for literal empty list 2016-04-01 16:49:55 -04:00
step4_if_fn_do.mk make: Fix empty/nil value for literal empty list 2016-04-01 16:49:55 -04:00
step6_file.mk make: Fix empty/nil value for literal empty list 2016-04-01 16:49:55 -04:00
step7_quote.mk make: Fix empty/nil value for literal empty list 2016-04-01 16:49:55 -04:00
step8_macros.mk make: move macro attr to fn rather than in env. 2017-10-24 09:31:35 -05:00
step9_try.mk make: move macro attr to fn rather than in env. 2017-10-24 09:31:35 -05:00
stepA_mal.mk make: move macro attr to fn rather than in env. 2017-10-24 09:31:35 -05:00
types.mk make: fix comparison of empty hash-maps. 2015-11-18 22:58:47 -06:00
util.mk make: add negative number support. 2016-02-26 08:46:43 -08:00