aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* Ported tests for world-related modules.Eduardo Julian2019-03-255-294/+324
* Ported tests for type-related modules.Eduardo Julian2019-03-246-443/+445
* Ported tests for macro-related modules.Eduardo Julian2019-03-247-227/+305
* Ported tests for math-related modules.Eduardo Julian2019-03-249-483/+435
* Ported tests for collection-related modules.Eduardo Julian2019-03-2419-1190/+1243
* Ported tests for format-related modules.Eduardo Julian2019-03-234-191/+140
* Ported tests for time-related modules.Eduardo Julian2019-03-236-267/+188
* Ported tests for text-related modules.Eduardo Julian2019-03-227-601/+561
* Ported tests for number-related modules.Eduardo Julian2019-03-2235-659/+824
* - Ported lux/data/bit tests.Eduardo Julian2019-03-2111-335/+400
* - Ported lux/control/concurrency/promise tests.Eduardo Julian2019-03-214-108/+122
* Fixed a bug in the FRP/channel monad.Eduardo Julian2019-03-212-12/+15
* Changed the convention for the structure opening separator from "/" to ";", t...Eduardo Julian2019-03-1565-513/+518
* Now allowing the alias of a module to refer to the alias of an ancestor.Eduardo Julian2019-03-142-24/+24
* Replaced the digit separator in numbers from "_" to ",".Eduardo Julian2019-03-135-6/+7
* Re-named ":extract" to ":by-example".Eduardo Julian2019-03-121-3/+3
* Added the capacity to extract type-information from values to create new type...Eduardo Julian2019-03-021-0/+10
* Got rid of the Task type (it just provided the same functionality as (error.w...Eduardo Julian2019-02-241-41/+42
* Improved the names of monad transformers.Eduardo Julian2019-02-244-4/+4
* Adapted more tests to the new format.Eduardo Julian2019-02-177-268/+314
* Ported 2 new test modules to the new format.Eduardo Julian2019-02-124-153/+245
* Added the special # syntax for referring to the module's alias when opening s...Eduardo Julian2019-02-1144-94/+99
* Ported some modules to the new test format.Eduardo Julian2019-02-0811-313/+383
* - Removed the current usage of data-integrity measures.Eduardo Julian2019-02-072-13/+7
* Updated test for "lux/control/pipe" to new format.Eduardo Julian2019-02-062-63/+109
* Ported tests for lux/control/interval to the new format.Eduardo Julian2019-02-056-236/+243
* Integrated tests into normal source code.Eduardo Julian2019-02-0593-0/+9138