-
Notifications
You must be signed in to change notification settings - Fork 5
Flutterdec dart serwalker #74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
kalixtez
wants to merge
54
commits into
main
Choose a base branch
from
flutterdec-dart-serwalker
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
54 commits
Select commit
Hold shift + click to select a range
d23cad3
initial commit for serwalker
f4ebabe
feat(serwalker): scaffold crate
d2b3726
added a few macro definitions and constant declarations
f2049a0
feat(serwalker): add macro and constant declarations
5733517
add common stream methods
8913583
feat(serwalker): add common stream methods
dd1ecfd
Implemented a few stream-reading functions, implemented the base stru…
9d9eaae
feat(serwalker): add stream readers, fixed-alloc base struct, ClassId…
8de437b
readability change std::string::String -> String
3991c81
refactor(serwalker): use String instead of std::string::String
bb1d093
added Default derivation for current classes
32b99ec
feat(serwalker): derive Default on current classes
a6381a0
comment
86bf19a
docs(serwalker): add comment
ac2a614
format changes using cargo fmt --all
b36733a
style: cargo fmt --all
3436a51
fixed read_c_string
67bb5d8
fixed read_c_string
d84b948
fixed read_and_decompress_smi
399e332
feature(serwalker): added implementations to read non null-terminated…
a762327
refactor(serwalker): ran cargo fmt --all
e7faa9b
feat(serwalker): implemented tag-decoding macros, declared all fixed-…
5db9641
feat(serwalker): added forward declarations for the remaining cluster…
ab6e638
feat(serwalker): refactored the raw object representation to resolve …
ba5f84c
feat(serwalker): added fill and alloc for the _StringCluster class, i…
0bb0974
refactor(selwarker): removed last_ref_id from lambdas in DECLARE_FIXE…
e0ecb11
fix(serwalker): made it so fetching the class_id from the tag no long…
2a781b2
fix(serwalker): fixed wrong usage of panic! in snapshot.rs where the …
ccd55ab
refactor(serwalker): ran cargo fmt --all :DDD
15060eb
Update crates/flutterdec-serwalker/src/cluster/mod.rs
kalixtez 0e76e28
serwalker(feat): commiting a few changes (implementation of a few clu…
bbabb96
Merge branch 'flutterdec-dart-serwalker' of https://github.com/cavera…
a518dd4
refactor(serwalker): mirror Dart's Read/ReadUnsigned split in Stream
fc12872
Update crates/flutterdec-serwalker/src/snapshot.rs
kalixtez 4bf529f
fix(serwalker): surface unknown class ids instead of defaulting to Il…
7ded3ac
fix(serwalker): fields that aren't present in precompiled snapshots w…
5dbf30c
Merge branch 'flutterdec-dart-serwalker' of https://github.com/cavera…
d635a40
fix(serwalker): cluster tags now uses the correct reading function, t…
e83da1e
serwalker(refactor): refactored macro calls after the removal of the …
f50d581
chore(serwalker): removed trash files and ran cargo fmt --all
5956cf4
fix(serwalker): first reference id is now num_base_objects + 1
5ef74e1
fix(serwalker): fixed Read<uint8_t> and Read<int8t> being read as rea…
b506d49
fix(serwalker): erroneously changed obj.flags for TypeCluster which w…
5019112
fix(serwalker): Function.kind_tag was being read as an unsigned despi…
6519b87
Update crates/flutterdec-serwalker/src/snapshot.rs
kalixtez 81a0b14
feat(serwalker): added multiple to-do place holder (function declarat…
9715ce7
Merge branch 'flutterdec-dart-serwalker' of https://github.com/cavera…
ebfe471
feat(serwalker): added multiple submodules to the info_producer module
ab6aef0
chore(serwalker): modified module structure, renamed object_store mod…
7b652c7
chore(serwalker): made lib.rs adapter interface function public and c…
c8d2fa2
style(serwalker): ran cargo fmt --all
027ed79
feat(serwalkre): modified the ObjectStore declaration so it uses a ma…
e5e142f
feat(serwalker): added instruction table parsing, finished the implem…
c7c567b
fix(serwalker)!: adapted current code to version 3.11.1, which was th…
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| [package] | ||
| name = "flutterdec-serwalker" | ||
| version.workspace = true | ||
| edition.workspace = true | ||
| license.workspace = true | ||
|
|
||
| [dependencies] | ||
| anyhow.workspace = true | ||
| goblin.workspace = true | ||
|
caverav marked this conversation as resolved.
|
||
| flutterdec-adapter = { path = "../flutterdec-adapter" } | ||
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.