aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/aedifex/command/version.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-271-15/+15
|
* Re-named Promise to Async.Eduardo Julian2021-07-261-4/+4
|
* Better syntax for "library/lux.^multi".Eduardo Julian2021-07-251-2/+2
|
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-23/+24
|
* Better syntax for parallel-hierarchy imports.Eduardo Julian2021-07-121-2/+2
|
* No longer employing the capabilities model on the lux/world/* modules.Eduardo Julian2021-07-021-8/+6
| | | Capabilities should be opt-in, but using them in the standard library makes them mandatory.
* "signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian2021-06-301-1/+1
| | | "signature" & "structure" feel like very ML-specific terminology and might not be easy on programmers unfamiliar with it.
* Extracted Licentia out of the standard library.Eduardo Julian2021-06-141-1/+3
|
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-251-13/+13
|
* Detect duplicate files coming from dependencies.Eduardo Julian2020-12-031-5/+56
|
* Replaced "contains?" function with "key?" function.Eduardo Julian2020-12-021-0/+27