conan-io / conan-package-tools

Conan Package Tools. Helps with massive package creation and CI integration (Travis CI, Appveyor...)
MIT License
165 stars 70 forks source link

Feature/support require override #597

Closed boussaffawalid closed 2 years ago

boussaffawalid commented 2 years ago

Feature: added support for require override

closes #581

boussaffawalid commented 2 years ago

@uilianries is this project still maintained? the last commit I see here was 5 months ago. Is it possible to get some review for this PR

boussaffawalid commented 2 years ago

@uilianries I've rebased the PR and updated readme file.

uilianries commented 2 years ago

Almost all tests failed. Need to check if is something related to your PR or some external update which broke the project.

boussaffawalid commented 2 years ago

@uilianries one of the error

ConanException: VS non-existing installation: Visual Studio 16

seems unrelated to my change, could u trigger tests on develop branch, just to be sure they still work

uilianries commented 2 years ago

Appveyor is no longer used here, but I don't have full permission to remove that app from this repository.

I'll check Github actions.

uilianries commented 2 years ago

@boussaffawalid After a maintenance, the CI is working again. You is working good, merging it now. Thank you for your contribution.