Fix #2696: Segfault with bad dub.sdl
This was a null pointer being passed down. However, while looking at the code, it was obvious that similar bugs would trigger for subpackages (as the code was not handling `null` packages either), so test cases for those have been added. |
---|
|
source/dub/project.d |
---|
source/dub/test/base.d |
---|
source/dub/test/other.d 0 → 100644 |
---|