-
-
Notifications
You must be signed in to change notification settings - Fork 619
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
Fix custom rules not applying under the utility project kind on gmake2 #1939
base: master
Are you sure you want to change the base?
Conversation
Can we get a test or two added here? |
Dunno, i dont really know how tests here work, but im using this on my machine and its more than fine. |
Take a look at the tests in the adjacent directory, should be pretty straight forward. |
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.
Blocking until #1940 is resolved.
else | ||
rules[extension] = rule | ||
end | ||
end |
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.
Can similar/copied code from gmake2_cpp.lua be factorized?
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 honest, it should be. But i dont know the right place for it to be.
What does this PR do?
Fixes utility projects not applying rules under gmake2.
Basically copied some code over from
gmake2_cpp.lua
.