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

Compatibility is incorrectly reported on vcpkg.io #37493

Closed
jeremy-rifkin opened this issue Mar 16, 2024 · 1 comment
Closed

Compatibility is incorrectly reported on vcpkg.io #37493

jeremy-rifkin opened this issue Mar 16, 2024 · 1 comment
Assignees
Labels
category:documentation To resolve the issue, documentation will need to be updated

Comments

@jeremy-rifkin
Copy link
Contributor

Describe the bug
Package compatibility is incorrectly reported on https://vcpkg.io/en/packages. For example, z3 shows supporting arm-uwp and x64-uwp despite the package not supporting UWP:
image

"name": "z3",
"version": "4.13.0",
"description": "Z3 is a theorem prover from Microsoft Research",
"homepage": "https://github.com/Z3Prover/z3",
"license": "MIT",
"supports": "!uwp",

Environment

  • OS: All
  • Compiler: All

To Reproduce
Steps to reproduce the behavior:

  1. Visit https://vcpkg.io/en/packages
  2. Search for z3
  3. Observe UWP compatibility listed

Expected behavior
Correct compatibility information should be shown.

Failure logs
N/A

Additional context
N/A

@LilyWangLL
Copy link
Contributor

Now Compatibility field has been removed, see details from vcpkg/vcpkg.github.io#154.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:documentation To resolve the issue, documentation will need to be updated
Projects
None yet
Development

No branches or pull requests

2 participants