Finish step8
[jackhill/mal.git] / tests
2020-02-11 Joel MartinMove implementations into impls/ dir
2020-01-16 Joel MartinMerge pull request #493 from alimpfard/patch-3
2020-01-15 Ali Mohammad PurAdd test for atoms "leaking" out of let* binds
2019-12-20 Joel MartinMerge pull request #478 from rjtobin/zig
2019-12-17 Joel Martintests: remove atom metadata test.
2019-12-12 Joel MartinMerge pull request #476 from rectalogic/python.2-env
2019-12-11 Andrew WasonAdd a test that eval is in root scope and that newly...
2019-10-31 Joel MartinMerge pull request #464 from dubek/tests-nth-with-nil...
2019-10-30 Dov Muriktests: step8: Verify nth doesn't throw on nil elements
2019-08-27 Joel MartinMerge pull request #444 from bjh21/bjh21-bare-newline
2019-08-21 Ben Harrisstep 6: Test reading strings containing bare newlines.
2019-08-07 Joel MartinMerge pull request #440 from aasimk2000/add-nil-if...
2019-08-07 Aasim Kandrikarstep 4: Test (if nil 1) returns nil
2019-07-31 Joel Martinmake: fix catch of undefined plain symbol
2019-07-31 Joel MartinMerge pull request #359 from bjh21/bjh21-unterminated...
2019-07-29 Joel MartinFix second-order self-hosting.
2019-07-29 Joel MartinMerge pull request #387 from asarhaddon/test-macroexpan...
2019-07-29 Joel MartinMerge pull request #415 from asarhaddon/load-file-trail...
2019-07-28 Nicolas Boulenguezload-file: accept empty file or final comment, return nil
2019-07-25 Ben HarrisMerge branch 'master' into bjh21-unterminated-strings
2019-07-25 Joel MartinRegress test of deferrables. Fix dart, factor.
2019-07-24 Joel MartinMerge pull request #427 from dubek/ocaml-fix-unterminat...
2019-07-24 Joel MartinMerge pull request #428 from dubek/io-fix-escape-slash
2019-07-23 Dov Murikio: Fix unneeded escaping of forward slash
2019-07-21 Joel MartinMerge pull request #426 from dubek/extra-step4-tests
2019-07-21 Dov Muriktests: Add optional list and vector eqaulity tests
2019-07-18 Joel MartinMerge pull request #424 from asarhaddon/typo-test-alias...
2019-07-18 Nicolas Boulengueztests/lib: fix path in test-alias-hacks, use load-file...
2019-07-17 Joel MartinMerge pull request #423 from asarhaddon/trivial-from-401
2019-07-17 Joel MartinMerge pull request #361 from asarhaddon/exercise-native...
2019-07-17 Nicolas Boulengueztests: non alphanumeric characters in input
2019-07-17 Nicolas Boulengueztests: remove commented test for 10th Fibonnacci number
2019-07-17 Nicolas Boulengueztests: soft-tests for keywords (instead of comments)
2019-07-17 Nicolas Boulengueztests: soft-test metadata for atoms
2019-07-17 Joel MartinMerge pull request #420 from asarhaddon/load-file-once
2019-07-15 Nicolas Boulenguezlib/load-file-once: basic support for multiple imports
2019-07-15 Joel MartinMerge pull request #400 from asarhaddon/improve-mal...
2019-07-15 Nicolas BoulenguezMerge remote-tracking branch 'remotes/kanaka/master...
2019-07-15 Joel MartinMerge pull request #417 from asarhaddon/slurp-twice
2019-07-15 Nicolas Boulenguezcheck that slurp works twice in a row. Fix rexx
2019-07-15 Joel MartinMerge pull request #416 from bjh21/bjh21-equal-empty
2019-07-14 Nicolas BoulenguezImplement macros with maps instead of vectors.
2019-07-13 Ben Harrisstep 4: Test that (= (list nil) (list)) returns false.
2019-07-09 Nicolas Boulenguezmal: implement macro without metadata
2019-07-09 Nicolas Boulenguezguile, scheme: fix fn? when metadata contains "ismacro"
2019-07-09 Nicolas Boulenguezmal: rename macro? to _macro?. Also rename bool-and...
2019-07-09 Nicolas BoulenguezRemove gensym, inc and or from step files.
2019-07-09 Joel MartinMerge pull request #408 from asarhaddon/haskell-style
2019-07-09 Joel MartinMerge pull request #414 from bjh21/bjh21-php-hashmap
2019-07-08 Ben HarrisMerge branch 'master' into bjh21-unterminated-strings
2019-07-08 Ben HarrisMerge branch 'master' into bjh21-php-hashmap
2019-07-08 Joel MartinMerge pull request #402 from bjh21/bjh21-unterminated...
2019-07-08 Joel MartinMerge pull request #403 from asarhaddon/configurable...
2019-07-08 Joel MartinMerge pull request #413 from bjh21/bjh21-nontrivial...
2019-07-08 Joel MartinMerge pull request #412 from bjh21/bjh21-minor-fixes
2019-07-08 Joel MartinMerge pull request #411 from bjh21/bjh21-nested-collections
2019-07-08 Joel MartinMerge pull request #410 from scott-silver/patch-2
2019-07-08 Joel MartinMerge pull request #409 from scott-silver/patch-1
2019-07-08 Joel MartinMerge pull request #407 from asarhaddon/ada.2-updates
2019-07-08 Joel MartinMerge pull request #406 from chr15m/lib-alias-hacks
2019-07-07 Ben Harrissteps 1 and 9: Test that hash-map keys stay as strings.
2019-07-07 Ben Harrisstep 1: Explain intention behind regexp magic in non...
2019-07-07 Ben Harrisstep 1: Fix non-trivial hash-map test on PHP.
2019-07-07 Ben Harrisstep 1: Test a hash-map with more than one entry.
2019-07-07 Ben Harrisstep 1: Test reading some simple nested collections.
2019-07-01 Chris McCormickAdded alias hacks from frock to lib. See #321.
2019-06-30 Nicolas BoulenguezTest that macros use closures
2019-06-12 Ben HarrisMerge branch 'master' into bjh21-unterminated-strings
2019-06-11 Joel MartinMerge pull request #394 from bjh21/bjh21-unterminated...
2019-06-03 Joel MartinMerge pull request #396 from inkydragon/fix-test-on...
2019-05-31 Joel Martintravis_trigger.sh: Support .com and env var tokens
2019-05-31 Joel MartinTravis: travis_trigger.sh script.
2019-05-28 Joel MartinMerge pull request #390 from bjh21/bjh21-bbc-basic
2019-05-28 Ben HarrisMerge branch 'master' into bjh21-unterminated-strings
2019-05-28 Joel MartinMerge pull request #388 from bjh21/bjh21-large-files...
2019-05-28 Joel MartinMerge pull request #392 from asarhaddon/ada-unterminate...
2019-05-28 Joel MartinMerge pull request #391 from asarhaddon/test-let-recurs...
2019-05-28 Nicolas BoulenguezTest mutual recursion in let* without vectors, which...
2019-05-28 Nicolas BoulenguezTest mutual recursion in let*
2019-05-27 Ben HarrisMerge branch 'master' into bjh21-unterminated-strings
2019-05-27 Ben Harrisstep6: Test loading of a large (>255 byte) file earlier...
2019-05-27 Joel MartinMerge pull request #386 from asarhaddon/test-let-recurs...
2019-05-25 Nicolas Boulengueztest recursive definitions in let*
2019-05-25 Nicolas Boulengueztest: when testing macroexpand, do not assume that...
2019-05-21 Joel MartinMerge pull request #371 from asarhaddon/extend-core.mal
2019-05-19 Nicolas Boulenguezlib/tests: report parsing errors, move threading out...
2019-05-19 Ben HarrisMerge branch 'master' into bjh21-unterminated-strings
2019-05-17 Nicolas Boulenguezlib/: add tests, fix detected problems, improve impleme...
2019-05-17 Nicolas Boulenguezlib/ split: fix forgotten paths in test/perf*.mal.
2019-05-17 Nicolas BoulenguezMove tests of lib/ and new tests of core.mal to tests...
2019-05-17 Nicolas BoulenguezFix style issues in lib/.
2019-05-17 Nicolas BoulenguezPrepare move of reusable code to lib/.
2019-05-17 Nicolas Boulengueztests: wait `gensym` in stepA to test `and` macro
2019-05-17 Nicolas Boulenguezcore.mal: add and test right fold
2019-05-17 Nicolas Boulenguezcore.mal: test each non trivial recursion
2019-05-17 Ben HarrisMerge branch 'master' into bjh21-unterminated-strings
2019-05-16 Ben HarrisMerge branch 'master' into bjh21-unterminated-strings
2019-05-15 Joel MartinMerge pull request #379 from bjh21/bjh21-unterminated...
2019-05-15 Joel MartinMerge pull request #378 from asarhaddon/test-macro...
2019-05-15 Nicolas BoulenguezMove test that macro do not mutate functions as optiona...
next