Commit Graph

26 Commits

Author SHA1 Message Date
9d9fdd1574 [okhttp] Add docs 2024-01-12 20:52:30 +01:00
b016096161 [server] Add Header constants 2024-01-12 20:52:30 +01:00
189c3674cc Add server documentation 2024-01-12 20:52:30 +01:00
73662814ca Add collections documentation 2024-01-12 20:52:30 +01:00
90314e0cb9 Add Gradle ownlangExec and generateMarkdownModules tasks 2024-01-12 20:52:30 +01:00
f575b43b51 [server] More server functions 2024-01-12 20:52:30 +01:00
e59e09aeb8 [server] Add server module 2024-01-12 20:52:30 +01:00
5d00598e8c [std] Add parseDouble, nanotime, exit, getenv, getprop 2024-01-12 20:52:30 +01:00
c3a893ea25 [functional] Add groupby and Stream.groupBy 2024-01-12 20:52:30 +01:00
a05e9e55e3 [java] Add Boolean converter to Value, add collections example 2024-01-12 20:52:30 +01:00
e304aafedd Replace RuntimeException with OwnLangRuntimeException in modules 2024-01-12 20:52:30 +01:00
2bb5e45517 [functional] Move indexed variant of Stream.forEach to Stream,forEachIndexed 2024-01-12 20:52:30 +01:00
d643f596a8 [functional] Deny varargs input argument for stream 2024-01-12 20:52:30 +01:00
2de94d94d5 [functional] Unify functional operators 2024-01-12 20:52:30 +01:00
110aa6264a [functional] Add Stream.filterNot 2024-01-12 20:52:30 +01:00
39b94a0113 [files] Detailed error message for fopen 2024-01-12 20:52:30 +01:00
90db2b0aa3 Fix concurrent modification exception in ounit, when new modules are loaded in test 2024-01-12 20:52:30 +01:00
99bdd1c953 Separate constants and functions in module, don't load it twice 2024-01-12 20:52:30 +01:00
b7c376f01f Deprecate old Variables/Functions methods 2024-01-12 20:52:30 +01:00
2db88523bc Switch to ScopeHandler in modules 2024-01-12 20:52:30 +01:00
b726a226b9 Use new switch and pattern matching, fix deprecations 2024-01-12 20:52:30 +01:00
fc1d8b4c75 Mark core as compileOnlyApi in module dependencies 2024-01-12 20:52:30 +01:00
8ed89c8a9d Fix canvasfx module with Java FX 17 2024-01-12 20:52:30 +01:00
0cdbbc1e8c Use separate dependency versions declaration 2024-01-12 20:52:30 +01:00
219d654fe5 Move classes to separate modules 2024-01-12 20:52:30 +01:00
3aedda0e93 Add multi-project structure 2024-01-12 20:52:30 +01:00