Commit Graph

26 Commits

Author SHA1 Message Date
f1772746cc Improve errors displaying for container expressions 2024-01-27 20:39:05 +02:00
5a533cc6e1 [functional] Add tomap, Stream::toMap, Stream::anyMatch, Stream::allMatch, Stream::noneMatch 2024-01-12 20:52:30 +01:00
6cdfd5173f Redeclare module versions 2024-01-12 20:52:30 +01:00
c84bf9a4e5 [http] Add synchronous httpSync 2024-01-12 20:52:30 +01:00
b11761a99a Small fixes 2024-01-12 20:52:30 +01:00
9d9fdd1574 [okhttp] Add docs 2024-01-12 20:52:30 +01:00
73662814ca Add collections documentation 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