aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/aedifex/command/deps.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Re-licensed to MPL 2.0Eduardo Julian2023-01-131-0/+3
|
* Added some simple time-series handling machinery.Eduardo Julian2022-12-021-7/+7
|
* Fixes for Aedifex tests.Eduardo Julian2022-08-121-7/+8
|
* Extracted property-based testing machinery into its own module.Eduardo Julian2022-08-101-2/+3
|
* Extracted unit-testing machinery into its own module.Eduardo Julian2022-07-281-3/+4
|
* De-sigil-ification: suffix : [Part 14]Eduardo Julian2022-06-161-2/+2
|
* De-sigil-ification: suffix : [Part 13]Eduardo Julian2022-06-161-1/+1
|
* New "format" hierarchy.Eduardo Julian2022-06-131-1/+1
|
* De-sigil-ification: #Eduardo Julian2022-06-041-7/+7
|
* Extensible import syntax [Part 6]Eduardo Julian2022-06-041-1/+1
|
* Extensible import syntax [Part 5]Eduardo Julian2022-06-031-1/+1
|
* Extensible import syntax [Part 4]Eduardo Julian2022-06-031-9/+9
|
* Extensible import syntax [Part 3]Eduardo Julian2022-06-021-1/+1
|
* Extensible import syntax: Part 1Eduardo Julian2022-06-011-4/+4
|
* Better names for testing macros (plus better indentation).Eduardo Julian2022-04-091-2/+2
|
* Better names for random text/character generators.Eduardo Julian2022-04-081-2/+2
|
* De-sigil-ification: @Eduardo Julian2022-03-141-63/+63
|
* "module:" => "using"Eduardo Julian2021-09-151-1/+1
|
* Updated only/except import syntax to take into account record => variant ↵Eduardo Julian2021-09-131-4/+4
| | | | syntax change.
* Re-named \ => # && \\ => ##Eduardo Julian2021-09-121-8/+8
|
* Made the "#" character great again!Eduardo Julian2021-09-121-14/+14
|
* Migrated variants to the new syntax.Eduardo Julian2021-09-101-4/+4
|
* De-taggification | part 4Eduardo Julian2021-09-071-36/+36
|
* De-taggification | part 2Eduardo Julian2021-09-041-10/+10
|
* Unified tuple and record syntax.Eduardo Julian2021-09-031-4/+4
|
* The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian2021-08-231-2/+2
|
* Some bug fixes.Eduardo Julian2021-08-181-12/+12
|
* Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian2021-08-161-2/+2
|
* Improved binding syntax for "syntax:".Eduardo Julian2021-08-121-1/+1
|
* No more #export magic syntax.Eduardo Julian2021-08-081-1/+1
|
* Made the be/de macros for (co)monadic expression extensible.Eduardo Julian2021-08-071-3/+3
|
* More renamings.Eduardo Julian2021-07-301-1/+1
|
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-271-29/+29
|
* Re-named Promise to Async.Eduardo Julian2021-07-261-2/+2
|
* Better syntax for "library/lux.^multi".Eduardo Julian2021-07-251-7/+7
|
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-26/+27
|
* Better syntax for parallel-hierarchy imports.Eduardo Julian2021-07-121-2/+2
|
* Made the "try" macro into a common one, instead of a host-specific one.Eduardo Julian2021-07-101-2/+5
|
* No longer employing the capabilities model on the lux/world/* modules.Eduardo Julian2021-07-021-2/+0
| | | Capabilities should be opt-in, but using them in the standard library makes them mandatory.
* Made obtaining env variables more granular + partial Lua support.Eduardo Julian2021-06-271-6/+1
|
* Refactored the machinery to make local macros into its own module.Eduardo Julian2021-06-181-10/+33
|
* Unified repository abstraction for Aedifex.Eduardo Julian2020-12-291-5/+7
|
* Some renamings.Eduardo Julian2020-12-261-4/+5
|
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-251-27/+27
|
* Refactored "export" common syntax.Eduardo Julian2020-12-231-3/+4
|
* Render XML to text in an indented form for human readability.Eduardo Julian2020-12-101-5/+12
|
* Detect duplicate files coming from dependencies.Eduardo Julian2020-12-031-21/+32
|
* Replaced "contains?" function with "key?" function.Eduardo Julian2020-12-021-2/+2
|
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵Eduardo Julian2020-12-021-5/+5
| | | | convention that only macros that deal with types may start with a colon.
* Re-named "_.claim" to "_.cover'".Eduardo Julian2020-11-281-2/+2
|