-
Notifications
You must be signed in to change notification settings - Fork 16
Replace placeholder arg_v with the correct name in function containin… #768
Conversation
|
Logfiles from GitLab pipeline #22833 (:no_entry:) have been uploaded here! Status and direct links: |
49ad187 to
5f880ff
Compare
|
Logfiles from GitLab pipeline #22859 (:white_check_mark:) have been uploaded here! Status and direct links: |
b383e06 to
a0323f9
Compare
|
Logfiles from GitLab pipeline #22886 (:white_check_mark:) have been uploaded here! Status and direct links: |
|
Logfiles from GitLab pipeline #22894 (:white_check_mark:) have been uploaded here! Status and direct links: |
|
Logfiles from GitLab pipeline #22906 (:white_check_mark:) have been uploaded here! Status and direct links: |
|
Logfiles from GitLab pipeline #22939 (:white_check_mark:) have been uploaded here! Status and direct links: |
…g table stmt The last argument is often called `v` and is renamed to `arg_v`. This fix let user choose a different name.
Codecov Report
@@ Coverage Diff @@
## master #768 +/- ##
==========================================
- Coverage 59.82% 59.81% -0.01%
==========================================
Files 200 200
Lines 37143 37147 +4
==========================================
Hits 22221 22221
- Misses 14922 14926 +4
Continue to review full report at Codecov.
|
|
Logfiles from GitLab pipeline #23082 (:white_check_mark:) have been uploaded here! Status and direct links: |
|
Logfiles from GitLab pipeline #23104 (:white_check_mark:) have been uploaded here! Status and direct links: |
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.
LGTM
|
Logfiles from GitLab pipeline #23122 (:white_check_mark:) have been uploaded here! Status and direct links: |
- TABLE statement with non-local variable - DESTRUCTOR can be used only in POINT_PROCESS mod file
|
Logfiles from GitLab pipeline #23717 (:no_entry:) have been uploaded here! Status and direct links: |
|
Logfiles from GitLab pipeline #23828 (:white_check_mark:) have been uploaded here! Status and direct links: |
BlueBrain/nmodl#768) The last argument is often called `v` and is renamed to `arg_v`. This fix let user choose a different name. Co-authored-by: Pramod Kumbhar <pramod.s.kumbhar@gmail.com> NMODL Repo SHA: BlueBrain/nmodl@55e4a6f
…g table stmt
Fixing:
Checking that the following construct is not valid because
PROCEDUREwithTABLEstatement should have exactly one parameter.