Skip to content
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

bundle search seem to include bundles that are present in ROCK_BUNDLE_PATH #5

Open
doudou opened this issue Nov 13, 2014 · 0 comments

Comments

@doudou
Copy link
Member

doudou commented Nov 13, 2014

Problem reported by @maltewl in rock-core/package_set#16

I had two problems (possibly related):

  1) Errors from another bundle leak into the current one. E.g. put some random text into models/actions/main.rb of bundle 'B'. It will break a `syskit instanciate` command in another bundle ('A') which has no dependency on bundle 'B'.

  2) Searching for files behaves not as expected. I would expect that `Roby.app.find_files_in_dirs` is limited to the loaded bundles, but is searches within all folders defined in `ROCK_BUNDLE_PATH`.

Possibly, the problem occurs when a bundle is explicitly listed in ROCK_BUNDLE_PATH

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant