Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-03-24 | Ported tests for math-related modules. | Eduardo Julian | 10 | -493/+442 | |
2019-03-24 | Ported tests for collection-related modules. | Eduardo Julian | 20 | -1208/+1243 | |
2019-03-23 | Ported tests for format-related modules. | Eduardo Julian | 4 | -191/+140 | |
2019-03-23 | Ported tests for time-related modules. | Eduardo Julian | 7 | -281/+198 | |
2019-03-22 | Ported tests for text-related modules. | Eduardo Julian | 8 | -607/+564 | |
2019-03-22 | Ported tests for number-related modules. | Eduardo Julian | 36 | -666/+827 | |
2019-03-21 | - Ported lux/data/bit tests. | Eduardo Julian | 12 | -348/+407 | |
- Ported lux/data/color tests. - Ported lux/data/error tests. - Ported lux/data/identity tests. - Ported lux/data/lazy tests. - Ported lux/data/maybe tests. - Ported lux/data/name tests. | |||||
2019-03-21 | - Ported lux/control/concurrency/promise tests. | Eduardo Julian | 4 | -108/+122 | |
- Ported lux/control/concurrency/stm tests. | |||||
2019-03-21 | Fixed a bug in the FRP/channel monad. | Eduardo Julian | 2 | -12/+15 | |
2019-03-15 | Changed the convention for the structure opening separator from "/" to ";", ↵ | Eduardo Julian | 67 | -537/+542 | |
to avoid confusion since "/" is used for relative module paths. | |||||
2019-03-14 | Now allowing the alias of a module to refer to the alias of an ancestor. | Eduardo Julian | 3 | -31/+31 | |
2019-03-13 | Replaced the digit separator in numbers from "_" to ",". | Eduardo Julian | 6 | -14/+14 | |
2019-03-12 | Re-named ":extract" to ":by-example". | Eduardo Julian | 1 | -3/+3 | |
2019-03-02 | Added the capacity to extract type-information from values to create new ↵ | Eduardo Julian | 1 | -0/+10 | |
types based on that. | |||||
2019-02-24 | Got rid of the Task type (it just provided the same functionality as ↵ | Eduardo Julian | 1 | -41/+42 | |
(error.with promise.monad)). | |||||
2019-02-24 | Improved the names of monad transformers. | Eduardo Julian | 4 | -4/+4 | |
2019-02-21 | Moved extension machinery over. | Eduardo Julian | 1 | -1/+4 | |
2019-02-20 | Moved expression machinery over. | Eduardo Julian | 1 | -1/+2 | |
2019-02-20 | Moved function machinery over. | Eduardo Julian | 1 | -201/+199 | |
2019-02-17 | Adapted more tests to the new format. | Eduardo Julian | 8 | -294/+330 | |
2019-02-13 | Re-named "logical-right-shift" to "logic-right-shift". | Eduardo Julian | 1 | -6/+15 | |
2019-02-12 | - Updated JS machinery. | Eduardo Julian | 1 | -2/+3 | |
- Moved Scheme machinery around. | |||||
2019-02-12 | Ported 2 new test modules to the new format. | Eduardo Julian | 4 | -153/+245 | |
2019-02-11 | Added the special # syntax for referring to the module's alias when opening ↵ | Eduardo Julian | 46 | -99/+104 | |
structures. | |||||
2019-02-08 | Ported some modules to the new test format. | Eduardo Julian | 12 | -317/+383 | |
2019-02-07 | - Removed the current usage of data-integrity measures. | Eduardo Julian | 2 | -13/+7 | |
- TBD: New measures. | |||||
2019-02-06 | Updated test for "lux/control/pipe" to new format. | Eduardo Julian | 3 | -64/+109 | |
2019-02-05 | Folded license-making program (legislator) into the Lux project proper (as ↵ | Eduardo Julian | 2 | -1/+348 | |
licentia). | |||||
2019-02-05 | Ported tests for lux/control/interval to the new format. | Eduardo Julian | 7 | -237/+243 | |
2019-02-05 | Integrated tests into normal source code. | Eduardo Julian | 94 | -0/+9573 | |