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

🐛 Try to make mquery checksums stable #952

Merged
merged 1 commit into from
Dec 1, 2023
Merged

Conversation

jaym
Copy link
Contributor

@jaym jaym commented Nov 16, 2023

  • We cannot change a value of the mquery before its stored. This causes the checksum to change. Its better we do this before we calculate checksums. I've made this happen when the bundle is compiled
  • The queries variants refer to need to have their checksums before we checksum it. So we need to topologically sort the queries before compiling such that all dependent queries have been compiled and checksummed before compiling the depending query.

- We cannot change a value of the mquery before its stored. This causes
  the checksum to change. Its better we do this before we calculate
  checksums. I've made this happen when the bundle is compiled
- The queries variants refer to need to have their checksums before we
  checksum it. So we need to topologically sort the queries before
  compiling such that all dependant queries have been compiled and
  checksummed before compiling the depending query.
@vjeffrey vjeffrey merged commit 1a22826 into main Dec 1, 2023
9 checks passed
@vjeffrey vjeffrey deleted the jdm/csum-mquery-fix branch December 1, 2023 16:41
@github-actions github-actions bot locked and limited conversation to collaborators Dec 1, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants