aboutsummaryrefslogtreecommitdiff
path: root/documentation/bookmark/testing.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Property-based testing can now log/print successful seeds from run.Eduardo Julian2022-11-051-0/+3
|
* Made inlined functions into first-class macros.Eduardo Julian2022-07-261-0/+13
|
* Can now add type-vars to imported procedures from scripting languages.Eduardo Julian2022-03-141-0/+4
|
* Added an easy way to export Lux functionality to host programs (everywhere ↵Eduardo Julian2022-03-111-7/+11
| | | | else).
* No longer employing the capabilities model on the lux/world/* modules.Eduardo Julian2021-07-021-0/+1
| | | Capabilities should be opt-in, but using them in the standard library makes them mandatory.
* "signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian2021-06-301-0/+4
| | | "signature" & "structure" feel like very ML-specific terminology and might not be easy on programmers unfamiliar with it.
* Added a macro for type-casting JVM objects.Eduardo Julian2021-06-241-0/+20