aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/control/exception.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2021-09-07De-taggification | part 4Eduardo Julian1-4/+4
2021-09-05Changed the syntax of do/be's (co)monad bindings.Eduardo Julian1-1/+1
2021-09-04De-taggification | part 2Eduardo Julian1-6/+6
2021-08-24Outsourced the syntax for labelled type definitions to macros.Eduardo Julian1-1/+1
2021-08-09Improved single-line comment syntax (from "##" to "...").Eduardo Julian1-9/+5
2021-08-08No more #export magic syntax.Eduardo Julian1-1/+1
2021-08-07Made the be/de macros for (co)monadic expression extensible.Eduardo Julian1-1/+1
2021-08-02Fixed a bug in the new compiler which allowed the same module to be imported ...Eduardo Julian1-9/+9
2021-07-31Yet more renamings.Eduardo Julian1-2/+2
2021-07-27Re-named wrap => in && unwrap => out.Eduardo Julian1-8/+8
2021-07-25Better syntax for "library/lux.^multi".Eduardo Julian1-1/+1
2021-07-16Fixed some inconsistent naming.Eduardo Julian1-33/+33
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian1-12/+13
2021-07-12Better syntax for parallel-hierarchy imports.Eduardo Julian1-2/+2
2020-12-29Moved "lux/data/number" to "lux/math/number".Eduardo Julian1-4/+4
2020-12-10Re-named "with-cover" to "for".Eduardo Julian1-1/+1
2020-12-02Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian1-1/+1
2020-11-26Allow name formatting for JVM imports, similar to Lux module imports.Eduardo Julian1-4/+4
2020-11-02Allow defining anonymous actors.Eduardo Julian1-2/+2
2020-08-12WIP: New build-tool named Aedifex (can read project descriptions).Eduardo Julian1-81/+82
2020-05-17Local binding names for (co|indexed-)?monads are now explicitly set.Eduardo Julian1-1/+1
2020-04-18Improved test for exceptions.Eduardo Julian1-23/+100
2019-07-26No more "n/"-prefixed functions.Eduardo Julian1-4/+6
2019-06-20Improved the convention for using text formatters.Eduardo Julian1-2/+2
2019-04-06Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian1-2/+1
2019-02-08Ported some modules to the new test format.Eduardo Julian1-20/+23
2019-02-05Integrated tests into normal source code.Eduardo Julian1-0/+0
2019-02-04Converted tests for "lux/control/exception" to new format.Eduardo Julian1-43/+28
2018-12-15Re-named the "Error" tag to "Failure".Eduardo Julian1-2/+2
2018-07-28Removed temporary "|" prefix on Nat.Eduardo Julian1-1/+1
2018-07-28Temporary commit to get rid of "+" signs for Nat.Eduardo Julian1-1/+1
2018-07-20No longer giving default aliases to un-prefixed imports.Eduardo Julian1-3/+1
2018-07-13Re-named "Bool" type to "Bit".Eduardo Julian1-3/+3
2018-07-11- Improvements to import syntax [part 2].Eduardo Julian1-9/+12
2018-07-10- Improvements to import syntax [part 0].Eduardo Julian1-2/+2
2018-05-02- Made the names of all exceptions lower-case.Eduardo Julian1-8/+8
2018-04-05- Improved the syntax for the "lux.function" macro.Eduardo Julian1-3/+3
2018-02-07- Improved the way exceptions work.Eduardo Julian1-1/+1
2017-11-29- Changed the identifier separator, from the semi-colon (;) to the period/dot...Eduardo Julian1-14/+14
2017-11-27- Changed the prefixes of numeric functions.Eduardo Julian1-1/+1
2017-10-20- Replaced the "#seed" and "#times" options for "seed" and "times" test combi...Eduardo Julian1-28/+30
2017-10-16- Re-named "Result" type back to "Error".Eduardo Julian1-10/+10
2017-07-22- Removed the "M" suffix from monadic functions.Eduardo Julian1-1/+1
2017-06-19- In lux/test, renamed "test:" to "context:", and "assert" to "test".Eduardo Julian1-3/+3
2017-05-17- Renamed "Error" to "Result".Eduardo Julian1-2/+2
2017-05-03- Moved lux/data/error/exception to lux/control/exception.Eduardo Julian1-2/+2
2017-04-10- Renamed "lambda" to "function".Eduardo Julian1-3/+3
2017-04-05- Moved lux/lexer and lux/lexer/regex to lux/data/text/lexer and lux/data/tex...Eduardo Julian1-2/+1
2017-04-03- Renamed lux/codata/* to lux/function/* and moved the lux/codata/coll/stream...Eduardo Julian1-1/+0
2017-03-24- Moved lux/random to lux/math/random.Eduardo Julian1-1/+1