-
Notifications
You must be signed in to change notification settings - Fork 194
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 includeAllSources property to include all available source bundles #1120
Conversation
Thank you @laeubi for working on this. Since I'm not familiar with the details I cannot assess them in detail but from what I understand it looks good But I would like to clarify what sources are included exactly especially for different combinations of With respect to
If one combines this with
So simply At the moment we have |
I'm not sure if |
What is the status of this one ? |
Code is there but @HannesWell wanted to provide a test-case for this so we can verify this works as intended. |
Sorry I forgot a bit about that. I try to provide one before my (other) vacation next week. |
@laeubi would you please rebase it on top of master and guide whether and how I can publish extra commit to this PR with an integration test. |
Will do this ...
Its actually quite simple, branch from current master, add an integration-test to demonstrate the issue and open a PR and we will see a failing test and thus proof a missing feature or regression. I can the cherry-pick that PR into my branch to proof my change fixes the test, so one could really work independently. |
I plan to merge this once CI passes, we can enhance / add tests afterwards. |
This is a first draft to fix #926 but currently misses an integration test to verify the functionality.
How it works:
.source
to the id?)