aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/control/exception.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-1/+1
|
* Added money-handling machinery.Eduardo Julian2022-11-291-1/+2
|
* Improved exception-definition macro.Eduardo Julian2022-08-111-4/+5
|
* Re-named the "case" macro to "when".Eduardo Julian2022-08-111-7/+7
|
* Extracted property-based testing machinery into its own module.Eduardo Julian2022-08-101-2/+3
|
* Made exception.report a function.Eduardo Julian2022-07-061-3/+3
|
* De-sigil-ification: suffix : [Part 16]Eduardo Julian2022-06-261-5/+5
|
* De-sigil-ification: suffix : [Part 14]Eduardo Julian2022-06-161-2/+2
|
* De-sigil-ification: suffix : [Part 13]Eduardo Julian2022-06-161-2/+2
|
* New "format" hierarchy.Eduardo Julian2022-06-131-1/+1
|
* De-sigil-ification: #Eduardo Julian2022-06-041-1/+1
|
* 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 3]Eduardo Julian2022-06-021-1/+1
|
* Extensible import syntax: Part 1Eduardo Julian2022-06-011-5/+5
|
* Better names for testing macros (plus better indentation).Eduardo Julian2022-04-091-74/+74
|
* De-sigil-ification: $Eduardo Julian2022-04-081-76/+76
|
* De-sigil-ification: prefix :Eduardo Julian2022-03-161-2/+2
|
* Leaner syntax for library/lux/control/exception.reportEduardo Julian2022-03-151-19/+19
|
* "module:" => "using"Eduardo Julian2021-09-151-1/+1
|
* Updated only/except import syntax to take into account record => variant ↵Eduardo Julian2021-09-131-5/+5
| | | | syntax change.
* Re-named \ => # && \\ => ##Eduardo Julian2021-09-121-5/+5
|
* Made the "#" character great again!Eduardo Julian2021-09-121-16/+16
|
* Migrated variants to the new syntax.Eduardo Julian2021-09-101-16/+16
|
* Normalized syntax of "exception:", "actor:" and "message:".Eduardo Julian2021-09-081-1/+1
|
* De-taggification | part 4Eduardo Julian2021-09-071-4/+4
|
* Changed the syntax of do/be's (co)monad bindings.Eduardo Julian2021-09-051-1/+1
|
* De-taggification | part 2Eduardo Julian2021-09-041-6/+6
|
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-241-1/+1
|
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-091-9/+5
|
* 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-1/+1
|
* Fixed a bug in the new compiler which allowed the same module to be imported ↵Eduardo Julian2021-08-021-9/+9
| | | | more than once.
* Yet more renamings.Eduardo Julian2021-07-311-2/+2
|
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-271-8/+8
|
* Better syntax for "library/lux.^multi".Eduardo Julian2021-07-251-1/+1
|
* Fixed some inconsistent naming.Eduardo Julian2021-07-161-33/+33
|
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-12/+13
|
* Better syntax for parallel-hierarchy imports.Eduardo Julian2021-07-121-2/+2
|
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-291-4/+4
|
* Re-named "with-cover" to "for".Eduardo Julian2020-12-101-1/+1
|
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵Eduardo Julian2020-12-021-1/+1
| | | | convention that only macros that deal with types may start with a colon.
* Allow name formatting for JVM imports, similar to Lux module imports.Eduardo Julian2020-11-261-4/+4
|
* Allow defining anonymous actors.Eduardo Julian2020-11-021-2/+2
|
* WIP: New build-tool named Aedifex (can read project descriptions).Eduardo Julian2020-08-121-81/+82
|
* Local binding names for (co|indexed-)?monads are now explicitly set.Eduardo Julian2020-05-171-1/+1
|
* Improved test for exceptions.Eduardo Julian2020-04-181-23/+100
|
* No more "n/"-prefixed functions.Eduardo Julian2019-07-261-4/+6
|
* Improved the convention for using text formatters.Eduardo Julian2019-06-201-2/+2
|