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

additional debug in _findMatch for osVersion & platform_version needed to make sense of earlier debug statements #1813

Open
twojstaryzdomu opened this issue Aug 26, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@twojstaryzdomu
Copy link

twojstaryzdomu commented Aug 26, 2024

Describe the bug
additional debug in _findMatch for osVersion & platform_version is needed to make sense of earlier debug statements

Currently no debug displays the osVersion identified and the expected platform_version. This leads to the debug for architecture display valid comparisons like #[debug]x86===x86 && linux===linux but no subsequent reason for the osVersion check to work. The present state is confusing

To Reproduce
Run actions/setup-python on a platform that isn't support by the action (e.g. RHEL).

Expected behavior
debug needs to display versions for clarity.

Screenshots

  ##[debug]check 3.10.14 satisfies 3.10
  ##[debug]x64===x64 && darwin===linux
  ##[debug]x64===x64 && linux===linux
  ##[debug]arm64===x64 && linux===linux
  ##[debug]x64===x64 && linux===linux
  ##[debug]arm64===x64 && linux===linux
  ##[debug]x64===x64 && linux===linux
  ##[debug]check 3.10.13 satisfies 3.10

Despite successful matches, no info as to why those failed.

Desktop (please complete the following information):
All platforms.

Additional context
Add any other context about the problem here.

@twojstaryzdomu twojstaryzdomu added the bug Something isn't working label Aug 26, 2024
@twojstaryzdomu twojstaryzdomu changed the title additional debug in _findMatch additional debug in _findMatch for osVersion & platform_version needed to make sense of earlier debug statements Aug 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant