Skip to content
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

[mio-circle08] Revise to support ext_offset #13708

Merged
merged 1 commit into from
Aug 20, 2024

Conversation

seanshpark
Copy link
Contributor

This will revise to support ext_offset with

  • enable mutable methods with generated schema
  • enable to read Buffer offset/size attributes

@seanshpark
Copy link
Contributor Author

@seanshpark seanshpark requested a review from a team August 20, 2024 00:05
This will revise to support ext_offset with
- enable mutable methods with generated schema
- enable to read Buffer offset/size attributes

ONE-DCO-1.0-Signed-off-by: SaeHie Park <[email protected]>
Copy link
Contributor

@shs-park shs-park left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!
=)

Copy link
Contributor

@mhs4670go mhs4670go left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@@ -45,6 +46,28 @@ Reader::Reader(const ::circle::Model *model)
}
}

Reader::Reader(const ::circle::Model *model, const std::vector<char> *rawdata)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(optional)

Suggested change
Reader::Reader(const ::circle::Model *model, const std::vector<char> *rawdata)
Reader::Reader(const ::circle::Model *model, const std::vector<char> *rawdata): Reader(model)
{
_rawdata = rawdata;
}

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, I'm planning to remove old Reader::Reader

@seanshpark seanshpark merged commit 6b99385 into Samsung:master Aug 20, 2024
9 checks passed
@seanshpark seanshpark deleted the miocir_rev_reader_mutsch branch August 20, 2024 02:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants