aBothe / Mono-D

D Add-In for MonoDevelop
http://wiki.dlang.org/Mono-D
Other
113 stars 26 forks source link

Recursive dependencies with dub add-local #571

Closed rikkimax closed 9 years ago

rikkimax commented 9 years ago

I'm not sure how reproducible this is. However: Given a package that has been added to dub locally e.g. dub add-local /path/to/package With that and another having dependencies upon each other (in my case in sub packages). It'll crash Xamarin studio.

Removing the package from local fixes the problem. Dub builds fine no matter what.

aBothe commented 9 years ago

Do you've got the project structures online somewhere for me to play around with it? There already is some check for such dependency constructs, so I probably need to check what special circumstances there are in your use case.

rikkimax commented 9 years ago

https://github.com/Devisualization/util and https://github.com/Devisualization/image Where de_image was added locally.

aBothe commented 9 years ago

Alright, got a stack overflow - thanks for hinting me this :)