Manage dependencies under development
See original GitHub issueIs there a workflow that supports working on multiple projects - say an application and some of its library dependencies - at the same time?
E.g. I want to add some feature to myapp
, and need to add some other feature to mylib
to support that.
Can I tell conan to use a locally checked out mylib
repo instead of a cached version/release?
Ideally, I’d also like to have some way to make conan install
clone mylib
for development (e.g. in source), but that may be out of scope and better suited to an external script.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:4
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Dependencies in Project Management | A Complete Guide
Dependencies in project management deal with managing and scheduling project tasks while keeping their sequences and requirements in mind.
Read more >Dependencies in Project Management (Examples + Expert Tips)
Want to learn about dependencies in project management? This article shares examples from real project managers and tips on managing them.
Read more >Software dependencies: How to manage dependencies at scale
Software dependencies play a key role in modern software development. They enable developers to reuse code others have written, allowing for faster delivery...
Read more >Dependency Management: 3 Tips to Keep You Sane | Mend
Dependency management is a technique for identifying, resolving, and patching dependencies in your application's codebase.
Read more >Best practices for dependency management - Google Cloud
This article describes a set of best practices for managing dependencies of your application, including vulnerability monitoring, ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi @tsondergaard
yes, as an update:
layout()
methodI believe “conan editable” and “conan workspace” are features related to this question.
https://docs.conan.io/en/latest/developing_packages/editable_packages.html https://docs.conan.io/en/latest/developing_packages/workspaces.html