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

8 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
Omar Roth
5185c56e92 Update Crystal implementation 2018-10-29 18:20:02 -05:00
rhysd
7546ae18d2 Crystal: Use Int64 instead of Int32 because time_ms requires 64bit integer
This fixes a test case for stepA.
2016-06-25 08:21:36 +09:00
Dov Murik
4525f9ea57 crystal: Fix exception on literal empty list in step3
Issue #190
2016-03-31 14:53:19 -04:00
rhysd
97d0deb1b8 crystal: fix for Crystal 0.7.2 2015-06-04 01:59:10 +09:00
rhysd
725ee0bd91 crystal: fix early steps broken because of later refactoring 2015-06-04 00:33:08 +09:00
rhysd
e014087da3 crystal: allow Vector in binding of 'let*'
all tests passed in step3
2015-06-03 02:26:58 +09:00
rhysd
b26be0222d crystal: implement step3 basic functionality 2015-06-03 02:26:58 +09:00