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

Move some SimpleBlock flags inside SimpleBlock #162

Merged
merged 2 commits into from
Jan 24, 2024

Commits on Jan 21, 2024

  1. don't store SimpleBlock specific fields in a Block

    This will avoid some confusion on whether it makes sense there or not.
    robUx4 committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    6f5b8c2 View commit details
    Browse the repository at this point in the history
  2. remove internal bSimple boolean

    We can check the ID matches the class as we already do on reading.
    robUx4 committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    ac6bb90 View commit details
    Browse the repository at this point in the history