1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-19 17:47:53 +03:00
Commit Graph

71 Commits

Author SHA1 Message Date
Iqbal Ansari
844ac73813 Add travis config for clisp, also add stats target for clisp 2016-08-27 18:13:33 +05:30
Joel Martin
b1dc6b71f8 PowerShell: add to Travis build. 2016-08-24 17:45:38 -05:00
Vasilij Schneidermann
bbff44bcc2 Add chuck to Travis builds 2016-08-09 20:04:08 +02:00
Joel Martin
a3a6f68098 Swift3: update to Swift 3 Preview 3. 2016-07-31 23:25:23 -05:00
Dov Murik
4eb88ef295 Logo implementation
Tested on UCBLogo 6.0 with some minor tweaks (for performance and adding
a `timems` function).  The tweaks are performed during Docker image
creation (see Dockerfile).

Tests of step 5 are skipped because UCBLogo is too slow.

Interop is available via `(logo-eval "logo code to run")`.

The `examples` directory contains a Mal example of drawing a tree using
turtle graphics.
2016-06-17 16:36:09 -04:00
Hinrik Örn Sigurðsson
0208e17e7e Test the Perl 6 implementation on Travis 2016-06-11 15:02:11 +00:00
Joel Martin
28999483f1 plsql: disable until tests more reliably pass. 2016-06-06 11:33:33 -05:00
Joel Martin
ba1649e417 plsql: add oracle user in Dockerfile. Longer test startup,
Also, fix repeated test options in top-level Makefile.
2016-06-03 10:20:28 -05:00
Joel Martin
87e58db22a plsql: disable until uid 1001 issue resolved. 2016-06-02 12:57:34 -05:00
Joel Martin
88944416c2 plsql: enable travis build. 2016-06-02 12:44:36 -05:00
Dov Murik
d14053739b vhdl: Update Dockerfile, add Travis-CI build 2016-05-05 16:06:28 -04:00
Joel Martin
7fa2dba78a Travis: enable plpgsql. 2016-05-02 23:37:16 -05:00
Joel Martin
6b6a66d09a Travis: Add OS X build of Swift3. 2016-04-08 08:44:57 -05:00
Chris M Moore
1606c35597 Ada: add ada to .travis.yml 2016-03-25 11:02:49 +00:00
Joel Martin
b7550ec2ca ObjPascal: add Sorokin RegExpr.pas to repo.
Originally from http://RegExpStudio.com. Minor patch to run under FPC
(rather than Delphi on Windows).
2016-03-13 17:46:06 -05:00
Dov Murik
8bbebed66b Travis: add io build 2016-03-07 10:38:12 -05:00
Joel Martin
2faae94c0a Objective-C: OS X: build, read_atom, str comp., etc.
Also, fix designated init warnings. Note in README that OS X XCode
7 is also supported.
2016-03-06 01:24:16 -06:00
Joel Martin
cd79945188 elisp: add Dockerfile, travis, stepA header. 2016-03-02 10:03:46 -06:00
Joel Martin
648fd4b304 Travis: add swift3 build. 2016-02-24 01:12:24 -06:00
Joel Martin
33dec7afc2 Haxe: update README, fix macro eval, add conj.
Also:

- add ability to build all or one Haxe target.
- enable travis build for Haxe
2016-01-26 16:21:47 -06:00
Joel Martin
4769962955 matlab: support Octave 4.0.0
- Workarounds for Octave 4.0.0:
    - no containers.Map yet so use new Dict
      structure when running under Octave.
    - weird error when +FOO/ directory and FOO.m file both exist so
      rename types.m to type_utils.m
    - no getReport so implement custom stack printer
    - workaround weird issue that happens when a class initializer is
      called with the first argument of the same class as per
      Env(outer, ...). The class is not properly initialized. So for
      now, wrap the outer in a cell as Env({outer}, ...)
    - missing MException object types so when in Octave, use a global
      variable to store the error object.
    - missing native2unicode so just use 0xff character for keyword
      prefix.
    - workaround some function calling/passing differences. For
      example, the "@" anonymous function symbol does not seem to work
      for conveying an existing function but only for defininign a new
      one. E.g. this works:
          @(a,b) a+b
      but this doesn't
          @my_adder_fn.
      so just do this:
          @(a,b) my_adder_fn(a,b)

- Add Dockerfile with Octave

- Active Travis for matlab implementation using Octave
2015-12-31 13:55:18 -06:00
Joel Martin
908e46ea52 .travis.yml: one line for each impl.
Thanks @dubek for the suggestion.
2015-12-17 08:23:03 -06:00
Joel Martin
5f66fc069e vimscript: hack for make perf to work in docker 2015-12-17 08:12:10 -06:00
Dov Murik
a1c9250c82 travis: add vimscript to matrix 2015-12-15 14:15:26 -05:00
Joel Martin
6cf30e3f19 Travis: add D implementation. 2015-12-02 16:06:17 -06:00
Joel Martin
33f5a9c8d6 Travis: fix docker use with matrix.
- Move the service: [docker] into each matrix item instead of
  top-level.
2015-11-24 11:06:05 -05:00
Joel Martin
b26b1bcfa0 Travis: test without language setting. 2015-11-23 22:13:50 -05:00
Joel Martin
f1ecd91a3e Travis: fix global language to "node_js" 2015-11-23 21:58:25 -05:00
Joel Martin
20077371f2 Travis: add Tcl 2015-11-09 22:53:30 -06:00
Joel Martin
6d4cba65ff Travis: add kotlin. 2015-10-27 00:11:06 -05:00
Joel Martin
83166ecbe2 Travis: disable perf^vimscript
/dev/stdout is used for output by vimscript, but in container running
as a specific user, /dev/stdout is not writable and causes vimscript
to basically hang.
2015-10-26 22:26:27 -05:00
Joel Martin
d38e62e546 Travis: don't fail when log file not there. 2015-10-25 16:24:28 -05:00
Joel Martin
a77aaa74ef Travis: fix shell syntax 2015-10-25 16:21:02 -05:00
Joel Martin
6ce7b0ed25 Travis: add perf test. 2015-10-25 16:17:09 -05:00
Joel Martin
eb76b9fbce Travis: activate vimscript build/test. 2015-10-20 15:36:24 -05:00
Joel Martin
2cba0ca0b1 Travis: comment out self-host tests in master. 2015-10-10 15:08:50 -05:00
Joel Martin
fbcf24ee39 Travis: fix self-hosted test and error output. 2015-10-10 14:46:42 -05:00
Joel Martin
531a98a931 Travis: add self-hosted testing. 2015-10-10 10:54:08 -05:00
Joel Martin
a3b95c9917 Travis: add BUILD_IMPL=js for miniMAL. 2015-10-10 00:34:23 -05:00
Joel Martin
c727d1c802 Travis: fix/activate miniMAL. Simplify .travis* 2015-10-09 22:45:48 -05:00
Joel Martin
4e8d7c2816 Travis: fixed rust, re-activate other impls 2015-10-09 14:38:02 -05:00
Joel Martin
1a93c0c861 Travis: just test rust to debug. 2015-10-09 12:37:09 -05:00
Joel Martin
3fae6fb905 Travis: add js,mal cases back into test matrix. 2015-10-09 12:20:53 -05:00
Joel Martin
7755014c7b Travis: split build and test into separate scripts. 2015-10-09 12:13:05 -05:00
Joel Martin
1fef97e26b Travis: try just swift (os: osx) 2015-10-09 11:55:55 -05:00
Joel Martin
337c80310c guile: fix regex with unicode bug. 2015-10-09 11:15:26 -05:00
Joel Martin
758b5cd38a Travis: refactor mal build, remove stepA fail notes 2015-10-09 09:32:21 -05:00
Joel Martin
fdf80511d4 rpython: fix _cache, and update to pypy 2.7.0-alpha0
- also, enable rpython with Travis
2015-10-08 17:15:35 -05:00
Joel Martin
f4b5dcc72c Travis: remove comments about groovy, rust bugs. 2015-10-08 17:15:34 -05:00
Joel Martin
4ed896708f groovy: implement conj 2015-10-08 17:15:33 -05:00