Skip to content

Commit bb0eb5b

Browse files
authored
Merge pull request #106 from ducflair/jorgedanisc
Jorgedanisc
2 parents f7ad40c + bf176c4 commit bb0eb5b

101 files changed

Lines changed: 15141 additions & 940 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.documentation/SchemaUpdates.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
these are the files you must change from the duc repo of the @scopture-monolith/scopture-monolith.code-workspace :
2+
3+
on the typescript side:
4+
@duc/packages/ducjs/src/types/index.ts
5+
@duc/packages/ducjs/src/restore/restoreDataState.ts (and other potential restore files related)
6+
@duc/packages/ducjs/src/parse.ts
7+
@duc/packages/ducjs/src/serialize.ts
8+
9+
on the rust side:
10+
@duc/packages/ducrs/src/types.rs
11+
@duc/packages/ducrs/src/parse.rs
12+
@duc/packages/ducrs/src/serialize.rs
13+
14+
on the python side:
15+
@duc/packages/ducpy/src/ducpy/classes/DataStateClass.py
16+
@duc/packages/ducpy/src/ducpy/parse.py
17+
@duc/packages/ducpy/src/ducpy/serialize.py
18+
19+
And then run the build (or test commands if available) for each from @duc/package.json
20+
21+
and in case you need to check the fbs schema: @duc/schema/duc.fbs

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,6 @@ sst.pyi
3333
.open-next
3434

3535
# flatc
36-
build_logs
36+
build_logs
37+
38+
.claude
1.54 MB
Loading

assets/images/ducOgImage.jpeg

633 KB
Loading
3.14 KB
Binary file not shown.
13.2 KB
Binary file not shown.
1.63 KB
Binary file not shown.
328 KB
Binary file not shown.
2.13 KB
Binary file not shown.
3.33 MB
Binary file not shown.

0 commit comments

Comments
 (0)