-
Notifications
You must be signed in to change notification settings - Fork 33
Updates to InlineTrans to support optional arguments #3067
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
53 commits
Select commit
Hold shift + click to select a range
3e0e3da
updates for optional arguments
schreiberx 9200c57
minor updates
schreiberx fdd3e80
Merge branch 'master' into martin_2_issue_inline_optional_args_2525_new
schreiberx a2a69a1
updated documentation strings
schreiberx 6dbf457
Merge branch 'master' into martin_2_issue_inline_optional_args_2525_new
arporter 41d8a1f
#3067 revert check_unresolved_symbols changes to SymbolTable
arporter 2035144
#3067 fix syntax
arporter b68bac3
#3067 switch to keyword args and fix all tests [skip ci]
arporter 64ff51c
#3067 rename _get_argument_routine_match to get_argument_map() and ti…
arporter 27e03a7
#3067 revert all changes to SymbolTable [skip ci]
arporter 6eba1c9
#3067 put back setting of DefaultModuleInterface (but no tests were a…
arporter 4b2714f
#3067 correct type hint [skip ci]
arporter 1e6bcf5
Merge branch 'master' into martin_2_issue_inline_optional_args_2525_new
arporter 77ae188
#3027 rationalise args and fix formatting
arporter 8689b80
#3067 fix linting
arporter cde738a
#3067 tidying and move tests to correct files
arporter c7e8328
Merge branch 'master' into martin_2_issue_inline_optional_args_2525_new
arporter 28b6970
#3067 fix linting
arporter 42f739a
#3067 tidying of InlineTrans and tests
arporter 512d9de
#3067 add extra validation in IfBlock.condition getter
arporter e7a34a7
#3067 rationalise InlineTrans tests and get full cov
arporter 0ca8e83
Merge branch 'master' into martin_2_issue_inline_optional_args_2525_new
arporter 5f11c5d
#3067 rm unused options from get_callees()
arporter f4092c5
#3067 further tidying
arporter dd96787
Merge branch 'master' into martin_2_issue_inline_optional_args_2525_new
arporter ab4d864
Merge branch 'master' into martin_2_issue_inline_optional_args_2525_new
arporter 157584b
#3067 update to use SymbolicMaths to simply condition expression of i…
arporter c41d04f
Merge branch 'master' into martin_2_issue_inline_optional_args_2525_new
arporter 41c4e88
#3067 update docstrings
arporter cecfb45
#3067 WIP improving testing
arporter e4422d6
#3067 extend test with 2nd optional arg [skip ci]
arporter a06582f
Merge branch 'master' into martin_2_issue_inline_optional_args_2525_new
arporter 1f2c2d8
#3067 fix inlining test
arporter 788e79c
#3067 extend testing of Call
arporter e873644
Merge branch 'master' into martin_2_issue_inline_optional_args_2525_new
arporter 932a70f
#3067 fix args to InlineTrans.validate() in tests
arporter 07c6a0d
#3067 improve testing of Call
arporter a2454d3
Merge branch 'master' into martin_2_issue_inline_optional_args_2525_new
arporter efa5dca
Merge branch 'master' into martin_2_issue_inline_optional_args_2525_new
arporter 9d69873
#3067 update to check on types of array arguments
arporter 899bc69
Merge branch 'master' into martin_2_issue_inline_optional_args_2525_new
arporter 469faa6
#3067 fix error in merge
arporter 9dcef94
Merge branch 'master' into martin_2_issue_inline_optional_args_2525_new
arporter dc94bd2
#3067 fix linting
arporter bd4dc4d
#3067 mv check on IfBlock conditional to create() method
arporter de92e31
#3067 rm type hint from test for now
arporter 93c9b4b
#3067 revert IfBlock changes
arporter ce85922
#3607 updates for review
arporter 69c2e3b
#3067 updates to InlineTrans and test for review
arporter cbe01e7
Merge branch 'master' into martin_2_issue_inline_optional_args_2525_new
arporter 7404293
#3607 fix syntax error in docstring
arporter 254f000
#3607 update to get coverage
arporter 5f90b16
#3067 Updated changelog.
hiker 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -31,3 +31,4 @@ cov.xml | |
| .coverage.* | ||
| *.psycache | ||
| __pycache__ | ||
| build | ||
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.