-
-
Notifications
You must be signed in to change notification settings - Fork 33.3k
GH-140768: Warn when the WASI SDK version doesn't match the supported version #140769
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
GH-140768: Warn when the WASI SDK version doesn't match the supported version #140769
Conversation
|
All the pertinent checks passed, but it still got flagged as failing (I think some CI tests got cancelled by GitHub for some reason). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good. The only question I have is should we warn if the version file is not present since that implies the version is <25?
Technically we could (and I originally did), but I also didn't want to care if for some reason someone deleted the file. Basically it seemed marginal enough of a possibility I didn't want to add even more logic. |
|
Thanks @brettcannon for the PR 🌮🎉.. I'm working now to backport this PR to: 3.14. |
…ported version (pythonGH-140769) (cherry picked from commit 95a3564) Co-authored-by: Brett Cannon <brett@python.org>
|
GH-140801 is a backport of this pull request to the 3.14 branch. |
Uh oh!
There was an error while loading. Please reload this page.