1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-21 02:27:10 +03:00
mal/io
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 io: Add interop function io-eval 2016-06-12 21:40:08 -04:00
Dockerfile io: step0 2016-03-07 08:55:12 -05:00
Env.io io: step4 2016-03-07 08:58:28 -05:00
Makefile io: step1 2016-03-07 08:58:26 -05:00
MalCore.io io, swift3, vb: Add number?, fn?, macro? 2017-10-17 05:55:04 +00:00
MalReader.io Fix unescaping strings for racket, elixir and io 2017-09-28 07:39:31 -05:00
MalReadline.io io: step0 2016-03-07 08:55:12 -05:00
MalTypes.io io: Optimization and style fixes 2016-03-07 10:38:10 -05:00
run io: Add interop function io-eval 2016-06-12 21:40:08 -04:00
step0_repl.io io: Add wrapper to swallow startup message from Io interpreter 2016-05-13 10:20:31 -04:00
step1_read_print.io io: step4 2016-03-07 08:58:28 -05:00
step2_eval.io Fix empty list eval in step2 for most languages. 2016-04-02 18:40:49 -05:00
step3_env.io io: Fix exception on literal empty list 2016-03-30 09:02:13 -04:00
step4_if_fn_do.io Test uncaught throw, catchless try* . Fix 46 impls. 2018-12-12 14:18:26 -06:00
step5_tco.io Test uncaught throw, catchless try* . Fix 46 impls. 2018-12-12 14:18:26 -06:00
step6_file.io Test uncaught throw, catchless try* . Fix 46 impls. 2018-12-12 14:18:26 -06:00
step7_quote.io Test uncaught throw, catchless try* . Fix 46 impls. 2018-12-12 14:18:26 -06:00
step8_macros.io Test uncaught throw, catchless try* . Fix 46 impls. 2018-12-12 14:18:26 -06:00
step9_try.io Test uncaught throw, catchless try* . Fix 46 impls. 2018-12-12 14:18:26 -06:00
stepA_mal.io Test uncaught throw, catchless try* . Fix 46 impls. 2018-12-12 14:18:26 -06:00