-
-
Notifications
You must be signed in to change notification settings - Fork 229
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
Add --all-subpackages option on test command #1876
base: master
Are you sure you want to change the base?
Conversation
Thanks for your pull request and interest in making D better, @shoo! We are looking forward to reviewing it, and you should be hearing from a maintainer soon.
Please see CONTRIBUTING.md for more information. If you have addressed all reviews or aren't sure how to proceed, don't hesitate to ping us with a simple comment. |
I am not sure whether I understand the new functionality. The term Also if I am not completely wrong, by executing |
I propose
Unfortunately, it doesn't seem to be the case. The test I wrote shows that. If the root package depends on a subpackage, and build with PS. It doesn't matter much about this pull request, but please let me know for later study. Why are subpackages flat? Is there a design reason for not having a nested structure like sub-sub-package? |
Related: #1873
I'd rather test subpackages recursively.
This will conflict with #1873. Therefore, further editing is required after merging #1873.
Maybe it needs to have a consistent command name as well.