-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Update metadata-tree from MetadaList Foo(path)
to CHIP_ERROR Foo(path, ListBuilder &)
#37127
Merged
Merged
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
742dc89
Append-only API update: use CHIP_ERROR and builders for MetadataTree
andy31415 92e448d
Fix includes
andy31415 c19a4fd
Remove odd comment
andy31415 48dc77c
ScopedSpan == ReadOnlyBuffer and Build == TakeBuffer
andy31415 066d2ea
Update src/app/InteractionModelEngine.cpp
andy31415 e37165e
Update src/app/clusters/descriptor/descriptor.cpp
andy31415 ea07467
Update src/app/clusters/descriptor/descriptor.cpp
andy31415 28a8640
Update src/app/clusters/descriptor/descriptor.cpp
andy31415 63dc63f
Update src/app/clusters/descriptor/descriptor.cpp
andy31415 c11bf30
Update src/app/clusters/descriptor/descriptor.cpp
andy31415 94cdf80
Update src/app/data-model-provider/MetadataList.cpp
andy31415 b052497
Replaced a lot of auto with const auto for readability
andy31415 f902249
Update src/app/clusters/microwave-oven-control-server/microwave-oven-…
andy31415 9e8d062
Merge branch 'append_only_api' of github.com:andy31415/connectedhomei…
andy31415 f122b28
Remove old comment
andy31415 6ae480e
Fix some typos
andy31415 52fbc7f
Fix typo
andy31415 eaf9f0c
Merge branch 'master' into append_only_api
andy31415 493950d
Update src/app/data-model-provider/MetadataTypes.h
andy31415 ded4d53
Merge branch 'master' into append_only_api
andreilitvin 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
Remove old comment
- Loading branch information
commit f122b28374708cae3dc6c622f5bb64e543eba32c
There are no files selected for viewing
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.
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.
Yeah, except above we set mCapacity to be nonzero on allocation failure, right? And we set mBufferIsAllocated to true too...
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.
That was an oversight. Moved the return on alloc failure.