-
Notifications
You must be signed in to change notification settings - Fork 239
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
Provide package_dir
for setting subdirectory of project [alternative]
#319
Conversation
…subdirectory-joerick
Tests are now in! Ready for review. |
Will review, but I'll take my time for a thorough comparison, this weekend. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Short review, Looks good for me. But maybe move this test to be one of first and then use this ability to reduce number of spam.c files? (in other PR)
Thanks for the review!
I'm not sure what you mean... are you referring to #277 ? |
yes. but I thin that for many test it can be used one sample package so maybe instead of of templates and dynamic write of files use this PR result. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To be fair, I don't see a lot of differences with #295. Maybe some extra cleaning up and the added test, or am I missing something fundamental?
So yeah, I don't have a lot of remarks. Looks pretty good to me :-)
Maybe an extra warning in the docs might be good to specify that now the whole pwd is copied when running Linux on this (which is potentially costly)?
I would keep that separate, btw. We should try to solve this, but the difference between 12 test folders before this PR and 13 folders after isn't going to make a difference here. I do agree with the thing that somehow tests are less and less in a "logical" order (but that's also another discussion). |
No, that's all it is - I just took @filips123's PR and fixed a couple things. |
I hope you don't mind @filips123 - I've taken this further. It's turned out to be quite a fundamental change! So maybe easier for me to do it.
Still to go are tests, but the comments in the previous PR have been addressed.