1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-21 02:27:10 +03:00
mal/hy
Joel Martin dd7a4f55f3 Test uncaught throw, catchless try* . Fix 46 impls.
Fixes made to: ada, c, chuck, clojure, coffee, common-lisp, cpp,
crystal, d, dart, elm, erlang, es6, factor, fsharp, gnu-smalltalk,
groovy, guile, haxe, hy, js, livescript, matlab, miniMAL, nasm, nim,
objc, objpascal, ocaml, perl, perl6, php, plsql, ps, python, r,
rpython, ruby, scheme, swift3, tcl, ts, vb, vimscript, wasm, yorick.

Catchless try* test is an optional test. Not all implementations
support catchless try* but a number were fixed so they at least don't
crash on catchless try*.
2018-12-12 14:18:26 -06:00
..
tests Hy: step5 2017-09-20 22:52:52 -05:00
core.hy hy: Fix number? 2017-10-23 17:16:00 +02:00
Dockerfile Hy: simplify main eval loop. Dockerfile cleanup. 2017-09-21 23:58:14 -05:00
env.hy Hy: step6 2017-09-20 23:27:30 -05:00
Makefile Hy: sync indenting. Define entry with defmain. 2017-09-21 23:32:15 -05:00
mal_types.hy Hy: stepA (except meta on collections) 2017-09-21 23:15:51 -05:00
printer.hy Hy: use dict instead of HyDict 2017-09-21 22:35:00 -05:00
reader.hy Fix unescaping in cs, hy, nim, objpascal, ps, rpython, vb 2017-09-28 07:40:47 -05:00
run Hy: step0 2017-09-19 22:35:59 -05:00
step0_repl.hy Hy: sync indenting. Define entry with defmain. 2017-09-21 23:32:15 -05:00
step1_read_print.hy Test uncaught throw, catchless try* . Fix 46 impls. 2018-12-12 14:18:26 -06:00
step2_eval.hy Test uncaught throw, catchless try* . Fix 46 impls. 2018-12-12 14:18:26 -06:00
step3_env.hy Test uncaught throw, catchless try* . Fix 46 impls. 2018-12-12 14:18:26 -06:00
step4_if_fn_do.hy Test uncaught throw, catchless try* . Fix 46 impls. 2018-12-12 14:18:26 -06:00
step5_tco.hy Test uncaught throw, catchless try* . Fix 46 impls. 2018-12-12 14:18:26 -06:00
step6_file.hy Test uncaught throw, catchless try* . Fix 46 impls. 2018-12-12 14:18:26 -06:00
step7_quote.hy Test uncaught throw, catchless try* . Fix 46 impls. 2018-12-12 14:18:26 -06:00
step8_macros.hy Test uncaught throw, catchless try* . Fix 46 impls. 2018-12-12 14:18:26 -06:00
step9_try.hy Test uncaught throw, catchless try* . Fix 46 impls. 2018-12-12 14:18:26 -06:00
stepA_mal.hy Test uncaught throw, catchless try* . Fix 46 impls. 2018-12-12 14:18:26 -06:00