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 generator being invoked multiple times #125

Merged
merged 2 commits into from
May 3, 2016

Conversation

dirk-thomas
Copy link
Member

@dirk-thomas dirk-thomas commented May 3, 2016

The reason the custom command was retriggered was that the files being promised to be generated included the Request / Response messages as well as the __init__ files. But the generator didn't actually generate them.

Fixes Was supposed to address #124.

@dirk-thomas dirk-thomas self-assigned this May 3, 2016
@dirk-thomas dirk-thomas added the in review Waiting for review (Kanban column) label May 3, 2016
@jacquelinekay
Copy link
Contributor

+1. I don't understand every detail but the code looks fine and it fixes the issue for me.

@dirk-thomas dirk-thomas merged commit 9aa713e into master May 3, 2016
@dirk-thomas dirk-thomas deleted the fix_generator_being_invoked_multiple_times branch May 3, 2016 22:55
@dirk-thomas dirk-thomas removed the in review Waiting for review (Kanban column) label May 3, 2016
@dirk-thomas
Copy link
Member Author

And a follow up commit: 86ad5ad

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