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

Add possible abi version to lock info #27

Merged
merged 1 commit into from
May 21, 2024
Merged

Conversation

hoodmane
Copy link
Member

No description provided.

@hoodmane hoodmane force-pushed the abi-version branch 5 times, most recently from dc45123 to 9536662 Compare May 21, 2024 11:26
@hoodmane hoodmane merged commit 5212b7f into pyodide:main May 21, 2024
3 checks passed
@hoodmane hoodmane deleted the abi-version branch May 21, 2024 11:28
Copy link
Member

@ryanking13 ryanking13 left a comment

Choose a reason for hiding this comment

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

Thanks!


### Added

- The `info` field now contains an optional `abi_version`.
Copy link
Member

Choose a reason for hiding this comment

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

The PR number is incorrect.

@@ -103,7 +103,7 @@ def _generate_package_hash(full_path: Path) -> str:


def _get_marker_environment(
platform: str, version: str, arch: str, python: str
platform: str, version: str, arch: str, python: str, abi_version: str | None = None
Copy link
Member

Choose a reason for hiding this comment

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

The parameter doesn't seem to be used anywhere?

Copy link
Member Author

Choose a reason for hiding this comment

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

But it gets passed and will crash if we don't accept it.

Copy link
Member

Choose a reason for hiding this comment

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

I see... we should probably update the contest.py file then.

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