-
Notifications
You must be signed in to change notification settings - Fork 30
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
issue #171. Removal of statement function matching. #200
Conversation
Codecov Report
@@ Coverage Diff @@
## master #200 +/- ##
==========================================
- Coverage 89.83% 89.76% -0.07%
==========================================
Files 34 34
Lines 11930 11931 +1
==========================================
- Hits 10717 10710 -7
- Misses 1213 1221 +8
Continue to review full report at Codecov.
|
Ready for 1st review from @arporter. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very little to say - just a few tiny issues to fix.
New code is covered.
Documentation doesn't need updating.
Changes are pylint clean.
There are no references to this issue within the code.
src/fparser/two/tests/fortran2003/test_declaration_construct_r207.py
Outdated
Show resolved
Hide resolved
src/fparser/two/tests/fortran2003/test_declaration_construct_r207.py
Outdated
Show resolved
Hide resolved
Ready for next review from @arporter |
All requested changes have been made. |
You are quite right about documentation. I have added some words. Hopefully they clarify. Ready for next review from @arporter |
New documentation is good - thanks! |
No description provided.