Commit Graph

191 Commits

Author SHA1 Message Date
f38ebc3a62
fix(muscript): use slf4j
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-03-09 12:47:58 +01:00
7bb747ddf5
fix(logger): track logger factories to restore easy configuration 2024-03-09 12:47:35 +01:00
a67d1dbbd6
feat: replace commons-logging with slf4j-based commons-logger and use type-safe dependency DSLs
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
The only reason it needed to be separate was logging during ultra early init in Minecraft. I can figure out something else for that.
2024-03-09 12:37:38 +01:00
cb2d9bfc65
fix(http-client): null-check message
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
2024-02-22 20:00:43 +01:00
d72724f1fd
feat(logging): Factor out PrintStreamLogger from StdoutLogger to support logging to stderr and others 2024-01-19 09:04:57 +01:00
75d41184c9
fix(muscript): remove unsafe cast to string for any assign casted to string
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-11-14 20:01:10 +01:00
b926bf4495
feat(muscript): Abstract lexer away from parser through interface to allow different data sources
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-11-14 18:55:17 +01:00
7ae4cd55b6
fix(commons): fix OOB for AsyncRequest.start
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-10-21 14:50:23 +02:00
3bca0879bf
fix(http-client): Use retryAfterDefault for GOAWAY retry
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-10-03 19:33:55 +02:00
53cb166568
feat(http-client): "Handle" GOAWAY by retrying. Should be fine given the fact we only allow 3 retries.
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-10-03 19:32:34 +02:00
749b475d0d
feat(muscript): Weak type signature system for Dynamic, might get extended to muScript expressions
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-09-30 17:34:49 +02:00
0c2db6fe08
fix(muscript): evaluate bind parameters early
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-09-26 08:56:53 +02:00
86e34a1f16
chore: add return type to IOLib.addTo
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-09-22 19:07:05 +02:00
8c37393edf
chore: bump kotlin
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-09-22 18:22:04 +02:00
26bd73d87e
fix(muscript): clean up ExprGroup side effect handling for extractSideEffects and decompile
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-09-22 18:20:52 +02:00
8aebf179d4
BREAKING: modularize
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-09-21 21:08:40 +02:00
8d741c5e49
feat(muscript): IOLib from respackopts 2023-09-21 19:28:17 +02:00
df1572edbd
build: move core commons to submodule to clean up build 2023-09-21 19:08:14 +02:00
79d862da6c
perf: extract side effects of top-level expressions
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-09-21 14:10:41 +02:00
e62d93f145
chore: bump gson-comments
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-09-19 20:20:20 +02:00
7e136cbec5
fix(log): quote replacement for formatted log
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-09-16 18:19:02 +02:00
0ae082e7d0
feat(muscript): V3: enforce new line or semicolon between expressions
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-09-15 19:32:01 +02:00
6ffd67f23f
feat(muscript): Language versions 2023-09-15 19:21:14 +02:00
e84f8adc88
docs: Document StandardLib and GsonLib functions for μScript users
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-08-25 18:53:04 +02:00
e927d1f82c
feat: introduce muscript-gson to support json parsing/writing from muScript and of muScript data from java
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-08-25 16:24:28 +02:00
0ca5b4f323
feat(string-formatter): enhance toString logic for doubles and floats
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-08-20 14:10:05 +02:00
2ae6900447
feat(muscript): use dynamic lenses to support subsequent representation changes using original algorithms 2023-08-15 13:29:18 +02:00
fd7efac605
feat(muscript): remove type argument in favor of more specific subtypes
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-08-14 16:55:49 +02:00
04dd1e4af0
feat(muscript): implement DelegateDynamic
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-08-14 16:17:22 +02:00
b41019c89d
feat(muscript): is* methods for dynamic to replace fragile instanceof checks for multi-representational values
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-08-14 16:12:08 +02:00
935d6f9cf6
feat(muscript): support custom dynamic implementations via DynamicBase
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-08-14 15:53:18 +02:00
b91e15e352
fix(muscript): it builds again
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-08-14 15:24:44 +02:00
b2887a3ed6
fix(muscript): Allow subclasses in dynamic definition
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-08-14 15:15:54 +02:00
1c5e9ee1b9
feat(http): handle 429 with Retry-After using seconds
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-07-28 16:30:09 +02:00
4df45c8fad
Export concurrent
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-07-24 14:23:54 +02:00
d1a5e97da6
Explicitly mark as public
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-07-24 13:59:08 +02:00
8586273904
Async utils
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-07-24 13:34:41 +02:00
ef507aad1b
Enhance DSL
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-07-06 15:39:07 +02:00
c2fe59ae45
Kotlin DSL for gson
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-07-06 15:05:35 +02:00
486f241eca
Do null safety for objects properly
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
2023-06-29 16:33:15 +02:00
7fbec30c92
Scope.getOverrides
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-06-29 15:57:37 +02:00
9fdcd3dfd1
Make DObject.get null-safe
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
2023-06-29 15:40:45 +02:00
7b6c0fb93f
More nullability for errors
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-06-29 15:35:15 +02:00
8665f69228
Null check in unpack
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-06-29 15:14:01 +02:00
487f063cb0
Null check in DTCE
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-06-27 16:24:40 +02:00
d417d1e581
Additional null checks in Get and Call
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-06-27 16:22:00 +02:00
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