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

Allow non-semver packages in the Conan package registry (#20412) #20523

Merged
merged 3 commits into from
Jul 28, 2022

Commits on Jul 28, 2022

  1. Allow non-semver packages in the Conan package registry (go-gitea#20412)

    A lot of existing packages do not conform to SemVer, yet, they should be allowed
    in the Conan package registry as-is. To achieve this, remove the SemVer check
    from `NewRecipeReference`, and replace it with a simple empty string check.
    
    A unit test with a non-semver version is also included.
    
    Fixes go-gitea#20405.
    
    Signed-off-by: Gergely Nagy <me@gergo.csillger.hu>
    Co-authored-by: KN4CK3R <admin@oldschoolhack.me>
    2 people authored and 6543 committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    98d7eca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f2db6b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b13c53b View commit details
    Browse the repository at this point in the history