1
1
mirror of https://github.com/kanaka/mal.git synced 2024-11-11 00:52:44 +03:00
Commit Graph

11 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
0d9fb576f6 added immutable feature to avoid strange bug 2015-04-06 04:27:47 +08: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
1288d9be9b fixed step2~4 with correct env ref 2015-04-02 02:53:38 +08:00
Nala Ginrut
f76227709d fixed func calling eval 2015-03-31 02:34:23 +08:00
Nala Ginrut
bea6f6b243 fixed env for step4, update step3 2015-03-30 14:33:31 +08:00
Nala Ginrut
168cd127a3 guile step3 works 2015-03-27 19:19:58 +08:00