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

fixes removal of breathe AST nodes #488

Merged

Conversation

kikofernandez
Copy link
Contributor

@kikofernandez kikofernandez commented Jun 14, 2016

the breathe keyword has been removed from the language. however, there
are still some places that still use this keyword. this is a
mistake and this commit removes those places -- basically the AST node for
breathe and some utility functions that do no need the AST node anymore.
this commit fixes #487

the breathe keyword has been removed from the language. however, there
is still some places that still use the breathe keyword. this is a
mistake and this commit removes those places, basically the AST node for
breathe and some utility functions that do no need the AST node anymore.
this commit fixes #487
@kikofernandez
Copy link
Contributor Author

I have assigned this task to @TobiasWrigstad and @albertnetymk, since one is the creator of the PR that removes the breathe keyword and the other is the merger.

@albertnetymk
Copy link
Contributor

I think this can be merged at 15:00 if no objections.

@albertnetymk albertnetymk merged commit 4d4396f into parapluu:development Jun 14, 2016
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.

Breathe has been removed but there are some places that need to be cleaned up
3 participants