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

gennodejs name-switch #6

Merged
merged 5 commits into from
Apr 26, 2016
Merged

gennodejs name-switch #6

merged 5 commits into from
Apr 26, 2016

Conversation

IanTheEngineer
Copy link
Member

After a discussion on REP 142, we decided to rename this package gennodejs. This PR implements the switch in filenames, variable names, and cmake macros. This resolves the first check box of #5.

import sys

if __name__ == "__main__":
genjs.genjs_main.genmain(sys.argv, 'gen_js.py')
gennodejs.gennodejs_main.genmain(sys.argv, 'gennodejs.py')
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be

gennodejs.gennodejs_main.genmain(sys.argv, 'gen_nodejs.py')

@chris-smith chris-smith merged commit 596eaed into kinetic-devel Apr 26, 2016
@IanTheEngineer IanTheEngineer deleted the gennodejs_nameswitch branch April 27, 2016 20:44
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.

2 participants