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

Fix bootstrapping of ST_MODULE #342

Merged
merged 1 commit into from
Sep 29, 2023
Merged

Conversation

kim
Copy link
Contributor

@kim kim commented Sep 29, 2023

Description of Changes

System tables are inserted into the committed state lazily, but since ST_MODULE (introduced in #290) is not referenced by other system tables, it won't. Interestingly, this only surfaces in tests written for #289.

This is mostly a quick fix, hoping #267 will generalize bootstrapping enough to cover this case.

API and ABI

  • This is a breaking change to the module ABI
  • This is a breaking change to the module API
  • This is a breaking change to the ClientAPI
  • This is a breaking change to the SDK API

If the API is breaking, please state below what will break

@kim kim requested review from gefjon and mamcx September 29, 2023 21:02
Copy link
Contributor

@gefjon gefjon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixes tests in #289 .

Copy link
Contributor

@cloutiertyler cloutiertyler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved as a temporary fix until this is properly fixed in #267

@gefjon gefjon merged commit e927741 into master Sep 29, 2023
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.

3 participants