aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/test.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* - Re-named "lux process concurrency-level" to "lux process parallelism-level".Eduardo Julian2018-05-081-1/+1
* - Removed Void and Unit as kinds of types.Eduardo Julian2018-05-051-1/+1
* - Improved the syntax for the "lux.function" macro.Eduardo Julian2018-04-051-6/+6
* - Re-named "is" to "is?".Eduardo Julian2018-04-051-4/+4
* - Some minor refactoring.Eduardo Julian2017-12-101-3/+4
* - Added some ~! to some macros to stop them from imposing dependencies.Eduardo Julian2017-12-021-37/+41
* - "gensym" went back to producing Code, instead of Ident.Eduardo Julian2017-12-021-17/+17
* - Added context-sensitive macro-expansion by means of "lux in-module", and re...Eduardo Julian2017-12-021-25/+19
* - Changed some of the syntax for macro templating.Eduardo Julian2017-12-011-16/+16
* - Changed the way test durations are shown.Eduardo Julian2017-12-011-1/+1
* - Changed the identifier separator, from the semi-colon (;) to the period/dot...Eduardo Julian2017-11-291-56/+56
* - Got rid of even more dots.Eduardo Julian2017-11-271-1/+1
* - Changed the prefixes of numeric functions.Eduardo Julian2017-11-271-12/+12
* - Added parallel compilation.Eduardo Julian2017-11-201-3/+3
* - Re-named "lux/meta" to to "lux/macro".Eduardo Julian2017-11-151-7/+7
* - Changed how Lux procedures work on the old compiler and the stdlib.Eduardo Julian2017-11-061-2/+2
* - Restored the capacity to get the failing seed.Eduardo Julian2017-10-201-29/+18
* - Replaced the "#seed" and "#times" options for "seed" and "times" test combi...Eduardo Julian2017-10-201-175/+134
* - Re-named "Lux" type to "Meta".Eduardo Julian2017-10-161-10/+10
* - Re-named "Result" type back to "Error".Eduardo Julian2017-10-161-12/+12
* - Re-named lux/control/parser;opt to lux/control/parser;maybe.Eduardo Julian2017-10-161-1/+1
* - Eliminated the Anns and Ann-Value types, and now only using Code for defini...Eduardo Julian2017-10-111-1/+3
* - Changed the terminology of monoids ("append" -> "compose", "unit" -> "ident...Eduardo Julian2017-09-191-2/+2
* - Some refactoring.Eduardo Julian2017-09-191-6/+5
* - Refactored Time into Instant and Duration.Eduardo Julian2017-07-241-8/+8
* - Improved reporting on tests.Eduardo Julian2017-07-231-6/+5
* - Removed the "M" suffix from monadic functions.Eduardo Julian2017-07-221-3/+3
* - CLI, Syntax and Lexer are now based upon a common Parser type.Eduardo Julian2017-06-211-7/+8
* - More detailed testing resporting.Eduardo Julian2017-06-191-72/+61
* - In lux/test, renamed "test:" to "context:", and "assert" to "test".Eduardo Julian2017-06-191-45/+45
* - Small refactorings and name-changes.Eduardo Julian2017-06-171-2/+2
* - Renamed "Error" to "Result".Eduardo Julian2017-05-171-53/+53
* - Renamed "AST" to "Code".Eduardo Julian2017-05-071-9/+9
* - Simplified some of the documentation and error messages.Eduardo Julian2017-04-121-1/+1
* - Fused the lux/compiler and lux/macro modules.Eduardo Julian2017-04-111-5/+5
* - Renamed "lambda" to "function".Eduardo Julian2017-04-101-4/+4
* - Improved the way the message is shown when the tests are done running.Eduardo Julian2017-04-081-3/+3
* - Moved lux/random to lux/math/random.Eduardo Julian2017-03-241-1/+1
* - Added a new try-catch procedure.Eduardo Julian2017-02-261-3/+2
* - Exiting the program and getting the current time (in milliseconds) is now d...Eduardo Julian2017-02-251-7/+8
* - Changed the license from MPL 2.0 to MIT.Eduardo Julian2017-01-261-5/+0
* - Moved the lux/data/struct/* modules to lux/data/coll/*.Eduardo Julian2017-01-251-4/+4
* - Renamed lux/data/struct/tree to lux/data/struct/tree/rose.Eduardo Julian2017-01-251-1/+1
* - Simplified the macros for asking about or ensuring AST tokens.Eduardo Julian2017-01-121-2/+2
* - Renamed lux/math/random to lux/random.Eduardo Julian2017-01-061-1/+1
* - Updated the documentation of most modules left.Eduardo Julian2017-01-041-17/+67
* - Correct failure signal (1) when tests fail.Eduardo Julian2016-12-211-18/+39
* - Can specify how many times a property-based/generative test is supposed to ...Eduardo Julian2016-12-211-15/+25
* - lux/test can now handle thrown exceptions better.Eduardo Julian2016-12-201-19/+34
* - Improved the way tests are run.Eduardo Julian2016-12-191-19/+21