Skip to content

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.


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.

3 participants