Commit Graph

282 Commits

Author SHA1 Message Date
6bd1bca351
style(serialize-xml): Add skipValue to NativeXmlReader 2024-04-17 10:44:40 +02:00
ef874ede77
style(serialize-json): Make use of switch expressions 2024-04-17 10:44:09 +02:00
5c1db8c339
fix(logging): Fix reading attribute values 2024-04-15 10:22:33 +02:00
8e696f8a2c
feat(muscript): add jar with all modules for use in jfmods
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-04-14 10:54:31 +02:00
2bcaf3336e
fix(serialize-json): align handling of names in arrays with serialize-xml
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-04-14 10:12:23 +02:00
4a1944f792
feat(serialize): initial prototype for XML SerializeReader
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-04-13 21:48:19 +02:00
840f154110
fix(serialize): correct oversight in peek 2024-04-13 21:47:35 +02:00
7335bb63c8
fix(serialize): support different exception types in copyTo
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-04-13 20:47:34 +02:00
f03763f86d
feat(serialize): add convenience method for copying an element from a reader to a writer 2024-04-13 20:47:04 +02:00
b7ef2741b3
feat(serialize-xml): scaffold wrapper 2024-04-13 20:41:13 +02:00
006424fb00
fix(serialize-xml): correct hasNext for concise tags
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-04-13 20:35:26 +02:00
0507254c30
fix(serialize-xml): first passing test run 2024-04-13 20:32:54 +02:00
dbf5d51343
fix(serialize-xml): fetch correct name from pathNames in endTag 2024-04-13 20:09:10 +02:00
b004c00fcf
fix(serialize-xml): more buffer fixes 2024-04-13 20:06:41 +02:00
866b429155
feat(serialize-xml): make whitespace handling and leniency configurable 2024-04-13 20:06:02 +02:00
264f847cdf
fix(serialize-xml): look at the right places in the buffer 2024-04-13 19:32:27 +02:00
eb3db63fd5
feat(serialize-xml): initial prototyping for xml reader 2024-04-13 19:23:31 +02:00
dc04b7c929
chore: update README with new modules
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-04-13 14:37:29 +02:00
42a9c78709
feat(serialize-dsl): port serialize-gson-dsl to commons-serialization
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-04-13 14:21:28 +02:00
1580c3f98d
feat(serialize): rework Transport api for writing 2024-04-13 14:21:07 +02:00
833494346e
fix(serialize-json): make JsonWriter.omitQuotes configurable
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-04-13 13:58:40 +02:00
4f3f1caf2d
fix(serialize-databind): prevent returning superclass from hierarchical adapter 2024-04-13 13:56:38 +02:00
aca5f104ec
feat(muscript-json): no longer depend on databind 2024-04-13 13:49:00 +02:00
9fa795f18e
feat(serialize-databind): split into databind and databind-api 2024-04-13 13:48:34 +02:00
98fae535e7
feat(commons): utility interface for attaching instances of an object to contexts 2024-04-13 13:23:04 +02:00
19cf847382
feat(commons): more tools to meth with checked exceptions 2024-04-13 13:22:38 +02:00
00d403a3cf
fix(muscript-gson): use correct naming for type adapters 2024-04-13 12:27:57 +02:00
24aab51a4b
feat(muscript-gson): rename to muscript-json and port to commons-serialize-json
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-04-12 21:19:36 +02:00
25259ba3b7
fix(serialize-databind): add (optional) support for hierarchical TypeAdapters 2024-04-12 21:17:17 +02:00
2512ff4834
fix(serialize): remove broken tests because yes 2024-04-12 21:16:35 +02:00
7f7eb954f8
feat(serialize): implement data binding 2024-04-12 20:04:15 +02:00
e9dffa3a33
feat(serialize): implement data binding 2024-04-12 19:35:00 +02:00
1f51e9025d
feat(muscript-runtime): enhance GetOrAt heuristics 2024-04-12 16:57:59 +02:00
df78e10c6a
feat(commons-serialize): port over gson streams as backend for new SerializeReader/SerializeWriter API in commons-serialize 2024-04-12 15:32:54 +02:00
108a370c51
chore(muscript): delete old implementation keeping redirects in place for docs
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-04-07 17:25:47 +02:00
4b44f9516d
fix(muscript-gson): port over to new implementation 2024-04-07 17:25:27 +02:00
beaba5cb02
chore(muscript): copy tests and documentation over to new implementation 2024-04-07 17:18:48 +02:00
ab6c3b5b2d
fix(muscript): handle "this" correctly 2024-04-07 17:18:23 +02:00
c8b5a186ba
fix(muscript): actually export standard lib 2024-04-07 17:18:03 +02:00
26edf52944
fix(muscript): disable formatting for intentional exceptions 2024-04-07 17:17:53 +02:00
785e5ca5c5
fix(muscript): correct muscript-serialize module info 2024-04-07 17:16:44 +02:00
f04d5ce407
fix(muscript): restore old convenience methods for decompiling 2024-04-07 17:16:26 +02:00
3d4c5a06ff
fix(muscript): use flatMap 2024-04-07 16:48:47 +02:00
4b5811ee09
fix(muscript): use StringFormatter in fallback DynamicSerializer 2024-04-07 16:46:55 +02:00
9bc01b4d22
fix(muscript): prevent infinite recursion in ExprUtils.unpack 2024-04-07 16:39:28 +02:00
268fe2aeac
feat(muscript): enhance Get to prefer List/Object-specific variants if type can be easily inferred
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-04-07 16:21:18 +02:00
1f8fd9c7cd
feat(muscript): add additional Script constructor 2024-04-07 15:56:52 +02:00
0d9ca77993
feat(muscript): port over DirectPreconditionVisitor implicitly 2024-04-07 15:55:45 +02:00
10182e91f0
feat(muscript): implement muscript-runtime
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-04-07 15:36:33 +02:00
570264ecbc
feat(muscript): add StandardLib to muscript-data-additional 2024-04-07 15:36:19 +02:00