Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-03-24 | Ported tests for collection-related modules. | Eduardo Julian | 16 | -1173/+1205 | |
2019-03-23 | Ported tests for format-related modules. | Eduardo Julian | 2 | -187/+127 | |
2019-03-22 | Ported tests for text-related modules. | Eduardo Julian | 6 | -601/+546 | |
2019-03-22 | Ported tests for number-related modules. | Eduardo Julian | 15 | -582/+581 | |
2019-03-21 | - Ported lux/data/bit tests. | Eduardo Julian | 7 | -332/+346 | |
- 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-15 | Changed the convention for the structure opening separator from "/" to ";", ↵ | Eduardo Julian | 24 | -220/+220 | |
to avoid confusion since "/" is used for relative module paths. | |||||
2019-03-13 | Replaced the digit separator in numbers from "_" to ",". | Eduardo Julian | 2 | -3/+3 | |
2019-02-11 | Added the special # syntax for referring to the module's alias when opening ↵ | Eduardo Julian | 14 | -22/+25 | |
structures. | |||||
2019-02-05 | Integrated tests into normal source code. | Eduardo Julian | 33 | -0/+3395 | |