1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-21 10:37:58 +03:00
Commit Graph

9 Commits

Author SHA1 Message Date
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
Dov Murik
81eabb9986 guile: Fix crash/exception on literal empty list
Issue #190
2016-03-30 09:29:00 -04:00
Nala Ginrut
94a0943ab4 guile: fixed readline bug 2015-04-04 12:26:48 +08:00
Nala Ginrut
98cd78e468 guile step9 works 2015-04-03 18:45:15 +08:00
Nala Ginrut
f33a3d5840 fixe guile step1~step7 for handling blank line properly 2015-04-03 02:39:35 +08:00
Nala Ginrut
ecba6e97ce fixed step3~7 with better env ref 2015-04-02 03:05:05 +08:00
Nala Ginrut
3a59f95b27 fixed step5~7 with correct env ref 2015-04-02 02:50:52 +08:00
Nala Ginrut
8d3e71edaf guile enable step5 test 2015-04-01 00:29:08 +08:00
Nala Ginrut
f040d9fbf4 guile step5 & step6 works 2015-03-31 23:39:59 +08:00