Commit Graph

316 Commits

Author SHA1 Message Date
1897785b51
style(muscript): move case to new line
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-04-05 17:40:46 +02:00
2267ce6600
fix(muscript): carry over fork on ExprGroup optimization 2024-04-05 17:40:15 +02:00
893b39fbe1
fix(muscript): properly decompile listOf
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-04-05 14:22:46 +02:00
639ddfb8ea
feat(muscript): implement serialization
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-04-05 14:21:17 +02:00
933a642dc3
feat(muscript): additional data 2024-04-05 14:21:04 +02:00
55b3b4cbe0
feat(muscript): implement parsing 2024-04-05 14:20:55 +02:00
1a210837f3
feat(muscript): implement additional data 2024-04-05 14:20:22 +02:00
27b4d535ff
feat(muscript): add muscript-core for shared code between muscript modules 2024-04-05 14:19:38 +02:00
62c13cc9ac
fix(muscript): properly decompile listOf 2024-04-05 14:18:48 +02:00
c9347fcec0
feat: initial port of muscript ast to ADT-based module 2024-04-03 18:30:24 +02:00
003c317b11
chore: make use of sequenced collections 2024-04-03 18:28:37 +02:00
01f1fdf188
feat: break apart HttpClient 2024-04-03 17:28:49 +02:00
86f100da8e
feat: update to JDK 21 2024-04-03 17:28:40 +02:00
7a0d2f726e
feat(http-client): extend HTTP client with facilities for more manual response processing
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-04-03 17:21:13 +02:00
067f3b9de9
feat(commons): wrap IO exception in UncheckedIOException instead of generic RuntimeException 2024-04-03 17:20:19 +02:00
b4ffad5c2c
fix(logger): catch exception during configuration
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-03-14 15:36:26 +01:00
e38bb73f7c
feat(logger): support configuration entrypoint
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-03-14 15:16:16 +01:00
65b25e85b3
fix(logger): updateAllStrategies now updates future finders too
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-03-14 14:29:19 +01:00
6195cfbc83
fix(logger): this doesn't need to be private
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-03-14 14:15:39 +01:00
af6252522d
BREAKING(logger): use System.Logger instead of SLF4J
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-03-14 13:57:12 +01:00
2935b9af7c
build: bump gradle-kotlin-dsl
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-03-12 14:15:13 +01:00
7ba1d2aecb
ci: use "steps" instead of "pipeline"
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-03-09 14:54:11 +01:00
141eb8a280
docs(unsafe): Document commons-unsafe
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-03-09 14:08:27 +01:00
3d3c657497
feat(commons): Implement fake ScopedValue for use until the real thing arrives
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-03-09 13:38:28 +01:00
fea0d4cc66
docs(logger): document new stuff 2024-03-09 13:37:54 +01:00
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