Commit Graph

145 Commits

Author SHA1 Message Date
d020f56414
bump deps
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-06-09 14:31:18 +02:00
56cd5a4aab
muscript: add exception handling
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-06-09 14:12:21 +02:00
28b08998b1
JLHTTP in JPMS
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-05-05 17:48:31 +02:00
c35369bfde
bump
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-04-18 14:55:26 +02:00
9fbba868da
clean up exception pretty printing 2023-04-18 14:54:39 +02:00
7f8da417a3
test parseMultiScript 2023-04-18 14:34:04 +02:00
7ef8dee78c
Don't duplicate decompile logic to Dynamic, provide toExpr() 2023-04-18 14:07:28 +02:00
e652bfe6ba
track code location 2023-04-18 13:40:34 +02:00
51cc7e41ab
reconstruct call stack on exception 2023-04-18 10:36:49 +02:00
b66332f615
move javadoc to reposilite, support for SVG images is coming soon (tm)
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-04-05 12:59:11 +02:00
3ff582c780
implement containsKey
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-04-04 18:07:26 +02:00
1dbc6b549b
keep <p> open
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-04-04 17:33:50 +02:00
213aaec874
gson: add test for String2ObjectMap serialization
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-04-04 17:25:01 +02:00
b02eb3142f
commons: tree-based String2ObjectMap with utils for string substitution
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-04-04 17:10:22 +02:00
66fe880575
muScript: specialize assignment operator
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-03-13 14:15:36 +01:00
c9eb4bf8d3
muScript: optimize ternary on not 2023-03-13 14:04:20 +01:00
ca3c897693
muScript: fix closure decompile
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-03-12 22:22:07 +01:00
0048a439fa
muScript: document additional
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-03-12 20:11:44 +01:00
5757e0055a
muScript: more helpful dynamic type conversion exception
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-03-12 20:00:33 +01:00
35130a9c7c
muScript: append space if compact 2023-03-12 19:31:47 +01:00
993f0bc6b7
muScript: two fixes for decompiling
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-03-12 19:22:45 +01:00
3968ac45a9
muScript: support types matchig ? extends for DFinal.of
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-03-12 18:06:57 +01:00
ee7c5f8327
muScript: allMatch/anyMatch
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-03-12 17:50:29 +01:00
5e3dae3ef9
muScript: extend stdlib
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-03-12 17:35:06 +01:00
5a1329b884
muScript: support contains on lists
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-03-12 16:48:16 +01:00
60fdea1457
muScript: limit Dynamic.deserialize to expected expressions to prevent DOS
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-03-12 16:44:57 +01:00
a2ce8d8f64
muScript: document custom objects
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-03-12 16:16:27 +01:00
efb1512a60
muScript: support for custom objects, script decompiling and Dynamic serialization 2023-03-12 15:28:44 +01:00
cfbc10387f
muScript: better example formatting
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-03-11 17:10:56 +01:00
516fcea3a1
muScript: better documentation
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-03-11 17:03:17 +01:00
cf49056104
muScript: use date/time from respackopts 2023-03-11 17:02:33 +01:00
51db36f53f
muScript: clean up 2023-03-11 17:02:03 +01:00
4be87948a3
muScript: catch runtime exceptions and wrap in LocationalException 2023-03-11 17:01:03 +01:00
3e143c4a92
StringFormatter: fix exception format 2023-03-11 17:00:14 +01:00
7440920099
muScript: support complex bind expressions 2023-03-11 14:30:42 +01:00
044f468024
muScript: support globals 2023-03-11 14:07:33 +01:00
a5fa86a6c7
muScript: support comments 2023-03-11 13:52:59 +01:00
6f180900b6
muScript: support referencing scope object as 'this' 2023-03-11 13:39:17 +01:00
d1c29b6fe5
muScript: remove namespace support and fix bind 2023-03-11 13:33:45 +01:00
6694aa08ed
muScript: bind operator 2023-03-11 13:19:53 +01:00
0a0a9ae3bd
muScript: additional standard functions for lists 2023-03-11 13:17:31 +01:00
9654e134ba
muScript: support ternary conditionals as root elements 2023-03-11 12:38:55 +01:00
55fd58bcdf
DEnum: add support for omitting selected value and coercion to list
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-03-11 12:27:49 +01:00
3d0d3a1595
Remove v0 gson api from module-info.java
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-02-26 14:05:24 +01:00
15c9bb4070
Remove v0 gson api
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-02-26 13:53:18 +01:00
d388ca8052
Extend control over HttpUtils.Request headers
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-02-26 11:32:47 +01:00
b92f9c3d4f
Attempt to fix doc
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-02-23 14:38:08 +01:00
471302071e
Attempt to fix doc
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-02-23 14:37:45 +01:00
425c45ba71
Set up javadoc
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-02-23 14:31:06 +01:00
89b9e50984
Fix example
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-01-24 14:10:42 +01:00