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

Parses simple blocks after a block group are silently ignored. #95

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Matthias-Fauconneau
Copy link
Contributor

Simple blocks after a block group are silently ignored.
Parsing into the existing simple_block would reorder.
This parses all simple blocks into struct BlockGroup to allow any interleaving of simple blocks or block groups inside a cluster while preserving the order.
If that's an acceptable solution, the serialization needs to be updated.

@Luni-4
Copy link
Member

Luni-4 commented Mar 30, 2023

@Matthias-Fauconneau What's the status of this PR?

@Matthias-Fauconneau
Copy link
Contributor Author

I think that's the proper solution.
Deserialization works for me.
You might want to also do the serialisation part though.

@Luni-4
Copy link
Member

Luni-4 commented Mar 30, 2023

Could you please open an issue specifying what is left to do and close this PR? In this way I can remember what we need to implement :)

Thank you!

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.

2 participants