You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Gergely Nagy 4d22bda4db
Allow non-semver packages in the Conan package registry (#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 #20405.

Signed-off-by: Gergely Nagy <me@gergo.csillger.hu>
Co-authored-by: KN4CK3R <admin@oldschoolhack.me>
2 years ago
..
conanfile_parser.go Add Package Registry (#16510) 2 years ago
conanfile_parser_test.go Add Package Registry (#16510) 2 years ago
conaninfo_parser.go Add Package Registry (#16510) 2 years ago
conaninfo_parser_test.go Add Package Registry (#16510) 2 years ago
metadata.go Add Package Registry (#16510) 2 years ago
reference.go Allow non-semver packages in the Conan package registry (#20412) 2 years ago
reference_test.go Allow non-semver packages in the Conan package registry (#20412) 2 years ago