Coder Social home page Coder Social logo

circular dependency about bloom HOT 3 CLOSED

ros-infrastructure avatar ros-infrastructure commented on September 26, 2024
circular dependency

from bloom.

Comments (3)

tfoote avatar tfoote commented on September 26, 2024

This is definitely something we need to catch. I'm not sure where we should be catching this, as bloom could potentially catch circular dependencies like the rospy, rosgraph, rostest one which are all intrarepo, but to check outside the repo is a problem. I think it would be more appropriate to check it at generation time as that's when we build the full dependency tree.

from bloom.

wjwwood avatar wjwwood commented on September 26, 2024

If this is to be caught in bloom, then I think the implementation of this
catch should potentially go in to catkin_pkg.

On Wed, Oct 3, 2012 at 9:27 AM, Tully Foote [email protected]:

This is definitely something we need to catch. I'm not sure where we
should be catching this, as bloom could potentially catch circular
dependencies like the rospy, rosgraph, rostest one which are all intrarepo,
but to check outside the repo is a problem. I think it would be more
appropriate to check it at generation time as that's when we build the full
dependency tree.


Reply to this email directly or view it on GitHubhttps://github.com/ros/bloom/issues/29#issuecomment-9112514.

William Woodall
Willow Garage - Software Engineer
[email protected]

from bloom.

wjwwood avatar wjwwood commented on September 26, 2024

The case where one package depends on itself is already caught in catkin_pkg.

The case where you want to check for cycles globally is non-trivial and really can't be realized without a global dependency database.

You could check that a list of packages (say from a multi package repository) do not depend on each other cyclically, but if anyone wants that check then open a ticket on catkin_pkg's issue tracker.

from bloom.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.