Skip to content
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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

artemking4
Copy link

What does this PR do?

Fixes utility projects not applying rules under gmake2.
Basically copied some code over from gmake2_cpp.lua.

@nickclark2016
Copy link
Member

Can we get a test or two added here?

@artemking4
Copy link
Author

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.

@nickclark2016
Copy link
Member

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.

Copy link
Member

@nickclark2016 nickclark2016 left a 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
Copy link
Contributor

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?

Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants