-
Notifications
You must be signed in to change notification settings - Fork 16
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
Store all nodes for a specific symbol #934
Conversation
This way we can support the anti-feature of nrn having a function and a range variable having the same name
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.
overall looks fine! as discussed, adding unit test under visitor would be great!
Logfiles from GitLab pipeline #74978 (:no_entry:) have been uploaded here! Status and direct links: |
Logfiles from GitLab pipeline #75027 (:white_check_mark:) have been uploaded here! Status and direct links: |
Logfiles from GitLab pipeline #75240 (:white_check_mark:) have been uploaded here! Status and direct links: |
Logfiles from GitLab pipeline #75385 (:white_check_mark:) have been uploaded here! Status and direct links: |
Codecov Report
@@ Coverage Diff @@
## master #934 +/- ##
==========================================
+ Coverage 62.22% 62.32% +0.10%
==========================================
Files 194 194
Lines 28341 28402 +61
==========================================
+ Hits 17634 17701 +67
+ Misses 10707 10701 -6
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
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.
Generally looks good, but maybe a few minor details to fix.
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.
few minor nitpicks otherwise good to go! 🚀
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.
(should have approved it with the previous review)
Logfiles from GitLab pipeline #75492 (:white_check_mark:) have been uploaded here! Status and direct links: |
This way we can support the anti-feature of nrn having a function and a range variable having the same name