forked from conan-io/conan
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Coverage test #1
Open
perseoGI
wants to merge
397
commits into
develop2
Choose a base branch
from
test-main-workflow
base: develop2
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
refactor conans->conan
…f hanging (conan-io#16619) Ensure direct tool requires conflicts are properly reported and Conan does not hang --------- Co-authored-by: ErniGH <[email protected]> Co-authored-by: PerseoGI <[email protected]> Co-authored-by: memsharded <[email protected]>
* Add properties to MakeDeps generator If the receipt defines custom properties in the package_info() method then these properties should appear as make variables, too. The pattern of the make variable is CONAN_PROPERTY_{dependency_name}_{property_name} * Add property feature for components Furthermore handle case when _properties is None. * Extracting property makefication * Add some tests * Review finding - _makefy_properties() always returns a dict - Simplification of define_multiple_variable_value jinja2 macro * Remove unnecessary extra space Co-authored-by: James <[email protected]> * Skip properties with newlines It would break the makefile if we would create property values with newlines. Therefore we output a warning message and skip such properties. * Display scope of warning --------- Co-authored-by: James <[email protected]>
…CMake (conan-io#15921) (conan-io#16637) * Add test for handling of tools.build:defines for Ninja multi-config CMake * Fix handling of tools.build:defines for (Ninja) multi-config CMake The CMake generator-expressions that results from the values given to Conan's `tools.build:defines` configuration will now properly be put into quotes to form a CMake string. (Note: CMake's generator-expressions should never contain any (non-escaped) quotes.) * use CMake 3.23 in test * fix Windows (might pass by luck, using clang++ instead of cl) * fix Windows activating conanbuild.bat for vcvars --------- Co-authored-by: memsharded <[email protected]>
* build-folder-vars user.value * Update conan/tools/cmake/layout.py Co-authored-by: Abril Rincón Blanco <[email protected]> * renamed to const.value * update msg --------- Co-authored-by: Abril Rincón Blanco <[email protected]>
* core.scm:local_url=allow|block * Update conans/client/cmd/uploader.py Co-authored-by: Abril Rincón Blanco <[email protected]> --------- Co-authored-by: Abril Rincón Blanco <[email protected]>
* Testing * Trying to avoid raising any error when compatibility check * Added UTs. Covered all the logic by the try-catch section * Added integration test and renamed parameter
* support for python_requires in local-recipes-index * wip
* improve error message for deploy folder * fix
…onan-io#16596) Added XXXX_FOR_BUILD variables and android extra flags mechanism Co-authored-by: James <[email protected]>
) Co-authored-by: PerseoGI <[email protected]>
…ers (conan-io#16415) * Delegate error handling to command framework instead of formatters Make conan graph <subcommand> a real "install" dry-run. Return same errors and give same messages * Return simplified output on binary missing/invalid on graph commands * Error fix: do not calculate graph error when deps error exist * Fixed access to array like a dict * Added new test and fixed existing * Renamed unclear function _raise_error and fixed threads * Make method private * Remodel graph get_errors * Fixed tests * Update conan/cli/command.py Co-authored-by: Abril Rincón Blanco <[email protected]> * Fix tests * Use build=missing for better readability in tests --------- Co-authored-by: James <[email protected]> Co-authored-by: Abril Rincón Blanco <[email protected]>
* docker version upgraded * runner_test.py moved to functional --------- Co-authored-by: Carlos Zoido <[email protected]>
…-io#17409) * Fix [replace_requires] for replacements of same reference name * review * ci --------- Co-authored-by: memsharded <[email protected]>
…nan-io#17408) * Try to ignore user/channel when searching patterns in a local recipe index * Testing, remove user/channel now * Typo * More testing cases * More testing cases
* Trusting the real path is the good one * wip
* Warn on empty version ranges * Better message * Move message to a better place
* Add get_safe None comparison tests * Fix
…io#17436) * fix performance of large graphs for skip binaries computation * some minor low hanging fruit
* test was broken, not running in CI * fix test * fix test
* Added parameter in glob (v8.x compatible). Added more modern Bazel versions. Added simple Bazel test with 8.0.0 * typo * Fix tests
* jinja profiles folder added to search path * unconditionally adding the folder
…nan-io#17430) * Fix broken `cpp_info.location` deduction due to unsanitized regex * Simplify a regex pattern * Added test. Fixed unrelated conan output line --------- Co-authored-by: Francisco Ramirez de Anton <[email protected]> Co-authored-by: Carlos Zoido <[email protected]>
* Initial sketch for better unset of confs * Fail test for now * Make choice'ed unset behave the same --------- Co-authored-by: Carlos Zoido <[email protected]>
* tag images * update versions * fix
…7416) * wip * wip * wip * simplify diff a bit * change conf * fix * update tests * wip * wip * fix tests * try with commdn * extend test * restore test * add test * fix concatenation * fix test * Update conan/tools/env/environment.py Co-authored-by: Abril Rincón Blanco <[email protected]> * use string with arguments * wip * remove choices * fix * fix * fix logic * fix test --------- Co-authored-by: Abril Rincón Blanco <[email protected]>
perseoGI
force-pushed
the
test-main-workflow
branch
from
December 18, 2024 13:22
7ce11a0
to
5f07cf9
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changelog: (Feature | Fix | Bugfix): Describe here your pull request
Docs: https://github.com/conan-io/docs/pull/XXXX
develop
branch, documenting this one.