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: linker issue that depends on the ordering of the linked functions #685

Merged
merged 9 commits into from
Feb 22, 2024

Conversation

zshipko
Copy link
Contributor

@zshipko zshipko commented Feb 22, 2024

It looks like when a module is added to the linker, all of its imports must already be present. This PR updates the linking process to take that into consideration and adds a test with a reproduction of the issue @chrisdickinson shared with me.

chrisdickinson
chrisdickinson previously approved these changes Feb 22, 2024
Copy link
Contributor

@chrisdickinson chrisdickinson left a comment

Choose a reason for hiding this comment

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

LGTM! Thanks for taking a look at this.

@zshipko zshipko merged commit ed1439e into main Feb 22, 2024
5 checks passed
@zshipko zshipko deleted the linker branch February 22, 2024 18:56
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.

None yet

2 participants