aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/aedifex/command/deploy.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Unified repository abstraction for Aedifex.Eduardo Julian2020-12-291-9/+5
|
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-291-5/+6
|
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-251-34/+34
|
* Refactored "export" common syntax.Eduardo Julian2020-12-231-7/+7
|
* Properly naming unicode Block type.Eduardo Julian2020-12-221-5/+5
|
* Improved parsing speed for Lux code.Eduardo Julian2020-12-111-1/+1
|
* Render XML to text in an indented form for human readability.Eduardo Julian2020-12-101-13/+21
|
* Detect duplicate files coming from dependencies.Eduardo Julian2020-12-031-18/+25
|
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵Eduardo Julian2020-12-021-21/+21
| | | | convention that only macros that deal with types may start with a colon.
* Re-named "_.claim" to "_.cover'".Eduardo Julian2020-11-281-2/+2
|
* Better error messages when re-using a name when making a definition.Eduardo Julian2020-11-241-2/+2
|
* Pure-Lux implementation for biggest and smallest Frac values.Eduardo Julian2020-11-071-0/+129