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

Update serialization strategy to NOT depend on new lines #20

Merged
merged 2 commits into from
Jan 6, 2024

Conversation

EduardoLR10
Copy link
Member

Goal

Back in the previous session, when making serialization of constraints, we faced a problem: Mister 10. Because of the dumb serialization strategy being based on separating things on new lines, having integer 10 was a major issue. This PR marks the end of this problem.

Related Issues

(For real now) Close #1.

How to Test

  • Make sure you delete all data files, i.e., within the ndf/data folder.
  • Run nix develop && just build && ./main and you should not see any errors.

Observations for the Reviewer

As @EduardoLR10 anticipated in issue #1, this was very painful to implement.

@EduardoLR10 EduardoLR10 added the bug Something isn't working label Dec 30, 2023
@EduardoLR10 EduardoLR10 self-assigned this Dec 30, 2023
@EduardoLR10 EduardoLR10 merged commit 5ee0884 into master Jan 6, 2024
1 check passed
@EduardoLR10 EduardoLR10 deleted the revenge-against-10 branch January 6, 2024 00:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Limitation on how many entities can be saved in a single schema
2 participants