aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/world/net (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-142-34/+46
|
* Better syntax for parallel-hierarchy imports.Eduardo Julian2021-07-122-4/+4
|
* No longer employing the capabilities model on the lux/world/* modules.Eduardo Julian2021-07-021-0/+119
| | | Capabilities should be opt-in, but using them in the standard library makes them mandatory.
* "signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian2021-06-301-0/+84
| | | "signature" & "structure" feel like very ML-specific terminology and might not be easy on programmers unfamiliar with it.
* Removed the TCP & UDP code for the moment.Eduardo Julian2019-06-202-139/+0
| | | It needs to be re-designed with a multi-platform focus in mind.
* Moved "lux/cli", "lux/io" and "lux/function" under "lux/control".Eduardo Julian2019-04-062-2/+2
|
* Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian2019-04-062-2/+2
|
* Ported tests for world-related modules.Eduardo Julian2019-03-252-94/+100
|
* Changed the convention for the structure opening separator from "/" to ";", ↵Eduardo Julian2019-03-151-2/+2
| | | | to avoid confusion since "/" is used for relative module paths.
* Added the special # syntax for referring to the module's alias when opening ↵Eduardo Julian2019-02-111-1/+1
| | | | structures.
* - Removed the current usage of data-integrity measures.Eduardo Julian2019-02-071-5/+3
| | | - TBD: New measures.
* Integrated tests into normal source code.Eduardo Julian2019-02-052-0/+135