-
Notifications
You must be signed in to change notification settings - Fork 34
(closes #3178) Fixes to handle Directives from fparser #3196
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
Merged
Merged
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
0162aac
First changes to use new Directives from fparser - dependent on upstr…
LonelyCat124 797a57c
linting fixes
LonelyCat124 0b9a627
Tests
LonelyCat124 dc64caa
More improvements
LonelyCat124 abd7395
Merge branch 'master' into 3178_directive_fixes
LonelyCat124 9ae4ff0
First draft finished
LonelyCat124 99cdc9f
Update submodule
LonelyCat124 906fd52
Update fparser module
LonelyCat124 b7699ad
Merge branch 'master' into 3178_directive_fixes
LonelyCat124 73f32bc
Merge branch 'master' into 3178_directive_fixes
LonelyCat124 3c5737c
Fixes for the new directive and to handle comment only mode
LonelyCat124 f345190
linting and test fixes
LonelyCat124 1c8163d
Merge branch '3178_directive_fixes' of github.com:stfc/PSyclone into …
LonelyCat124 be28e30
Removed dead code, updated to new firective handling
LonelyCat124 076e480
Fix failing test with upstream changes
LonelyCat124 1252be5
Merge branch 'master' into 3178_directive_fixes
LonelyCat124 b4522f6
Moved fparser to latest commit
LonelyCat124 f9a557a
Removed no longer necessary code
LonelyCat124 e480d3e
Removed leftover print
LonelyCat124 7d558ce
Added documentation on limitation re: directives
LonelyCat124 54e58a3
Latest changes
LonelyCat124 87dfcf4
Latest changes
LonelyCat124 fb172c3
Test fixes for new directive changes
LonelyCat124 2d7a18a
linting
LonelyCat124 c0fd1e0
Fparser updates
LonelyCat124 67018bf
Merge branch 'master' into 3178_directive_fixes
LonelyCat124 5c89fe2
Updated fparser installation to use the upstream
LonelyCat124 cedb527
#3178 Update documentation regarding directive exclusions
sergisiso e09c03f
#3178 Bring to master
sergisiso 950fd4d
#3178 Update changelog and make integration tests use the external fp…
sergisiso 39125ee
#3178 Remove print statement
sergisiso 8cdbf12
Ignore khronos linkcheck
sergisiso File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule fparser
updated
7 files
| +7 −0 | CHANGELOG.md | |
| +2 −0 | README.md | |
| +3 −2 | doc/source/fparser2.rst | |
| +20 −6 | src/fparser/common/readfortran.py | |
| +13 −17 | src/fparser/two/Fortran2003.py | |
| +1 −2 | src/fparser/two/tests/fortran2003/test_usestmt_r1109.py | |
| +122 −37 | src/fparser/two/tests/test_comments_and_directives.py |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.