LoopPerfect / buckaroo

The decentralized package manager for C++ and friends 🏝️
https://buckaroo.pm
MIT License
933 stars 33 forks source link

Investigate resolution failures with multiple ad-hoc deps #351

Open njlr opened 4 years ago

njlr commented 4 years ago

Discussed here: https://github.com/LoopPerfect/buckaroo/issues/323#issuecomment-497363610

njlr commented 4 years ago

I think this is an issue with the manifest parser. It appeared to be dropping old locations when parsing new ones, thus preventing more than one location in a manifest. This has been fixed in Bazel branch so should verify it is fixed there.