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

use addModule to prevent duplication error in import #5

Merged
merged 1 commit into from
Jun 14, 2024

Conversation

gballet
Copy link
Contributor

@gballet gballet commented Jun 14, 2024

The former way now creates two references to the module when importing it, and so the import fails in zig-verkle. With this change, only one module reference is found.

Copy link
Owner

@jsign jsign left a comment

Choose a reason for hiding this comment

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

Quite weird behavior, but I guess what we get by still Zig being v0.xx. :)

@jsign jsign merged commit 940eb19 into jsign:main Jun 14, 2024
3 checks passed
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