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

Add container without template params to container map #223

Merged
merged 1 commit into from
Jul 11, 2023

Conversation

arsarwade
Copy link
Contributor

Summary:

If a container has 0 template params (e.g. IOBuf, IOBufQueue), it wasn't being added to containerTypeMap. This causes the deserialization to go wrong as TreeBuilder doesn't treat the types as container

Test Plan:

make test

@arsarwade arsarwade force-pushed the iobuf_fix branch 3 times, most recently from cfa79f3 to 6087f47 Compare July 10, 2023 19:54
Summary:

If a container has 0 template params (e.g. IOBuf, IOBufQueue), it wasn't
being added to containerTypeMap. This causes the deserialization to go wrong
as TreeBuilder doesn't treat the types as container

Test Plan:

make test

Reviewers:

Subscribers:

Tasks:

Tags:
@arsarwade arsarwade requested a review from ajor July 10, 2023 21:32
@arsarwade arsarwade marked this pull request as ready for review July 10, 2023 21:32
@arsarwade arsarwade merged commit 188a2a8 into facebookexperimental:main Jul 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants