-
Notifications
You must be signed in to change notification settings - Fork 3
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
29
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
29 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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| [package] | ||
| name = "flutterdec-serwalker" | ||
| version.workspace = true | ||
| edition.workspace = true | ||
| license.workspace = true | ||
|
|
||
| [dependencies] | ||
| goblin.workspace = true | ||
| paste = "1.0.15" | ||
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.