-
Notifications
You must be signed in to change notification settings - Fork 123
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
[ON HOLD] Feature: Full declare_native_blueprint_state
macro
#1318
Closed
Closed
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
0d23201
feature: Added versioned macro
dhedey fe5d5da
tweak: Update versioned macro
dhedey f487591
feature: Updates to defined_versioned
dhedey b13160b
feature: Add additional traits to `Versioned`
dhedey ed0a775
feature: `declare_native_blueprint_state!` macro
dhedey 258b569
example: Add versioned schema
dhedey 70e10b5
feature: Started implementing Package state
dhedey 69bddd6
tweak: Add support for different type refs
dhedey 24aaef8
feature: Partial implementation for Package state
dhedey b04288b
tweak: Add some clearer TODOs
dhedey c0adfeb
impl: Continue package impl of new types
dhedey f6b11f2
tweak: Change to using new types for keys and content
dhedey a615c68
wip: Continue fixing for package
dhedey 3284bc1
feature: Further updates to `declare_native_blueprint_state`
dhedey 534681e
fix: Misc fixes
dhedey f026718
fix: Further tweaks and fixes
dhedey b8141a2
fix: Various fixes
dhedey e081804
tweak: Update names of new-types to XPayload not XContent
dhedey d5317f8
Merge branch 'develop' into feature/key-data-model-versioning
dhedey 5fa5b54
tidy: Remove unused model
dhedey 9baed9a
tweak: Minor refactor to macros
dhedey e50cbf5
refactor: Move blueprint model/macros around
dhedey dc4b02f
refactor: Further minor moves / refactors
dhedey fd78605
tweak: Add support for generics in declare_native_blueprint_state
dhedey 6c6c077
tweak: Output separate method for substate flashing
dhedey c407711
tweak: Updates to the content traits
dhedey 6244912
feature: Improvements to key and content traits and models
dhedey f57d6bc
Merge branch 'develop' into feature/key-data-model-versioning
dhedey 97b8cad
tweak: Minor tweaks to mapped physical partition definition
dhedey 792a283
fix: Minor fix
dhedey 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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains 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 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 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 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 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 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice macro!