-
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
(Towards #2201) Implementation enabling FileContainer's to have information about routines outside of modules. #2575
Conversation
…-modularised routine nodes [skip ci]
…the FileContainer Symbol table and fixed the failing test
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2575 +/- ##
=======================================
Coverage 99.86% 99.86%
=======================================
Files 351 351
Lines 48339 48396 +57
=======================================
+ Hits 48274 48331 +57
Misses 65 65 ☔ View full report in Codecov by Sentry. |
This is ready for a look now - I think its a pretty small change overall. |
Changed my mind, there's some missing coverage (which i need to decide if its reachable) and I think I will also fix #2582 here. |
I think adding |
Ok - I checked this now @sergisiso.
as I think we will always have that routine.name in a container. |
…symbol as there will always be one
Should now be ready for review. |
Are we best delaying this now until #2596 is done @LonelyCat124 ? |
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.
@LonelyCat124 I would be happy to merge this before finishing #2596 as this is easier and it fixes missing keywords (that nemo compilation has warnings about them) and will allow fixing the function statements in Socrates. See inline comments mostly regarding what happens when there is other things that subroutines in the FileContainer.
Ready for another look |
…s. We need to wait on #2575 to complete this PR for FileContainers as well
@LonelyCat124 I put this back with reviewed with actions to clarify if the last commit after your message that this was ready belongs here, because the same commit is also in your Routine.symbol PR |
@sergisiso Sorry i forgot to check this yesterday. I don't think that commit is on this branch, its just mentioned in the commit message. |
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.
Sorry about the commit confusing @LonelyCat124 , there is just minor things left now.
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.
@LonelyCat124 All issues have been resolved, and now NEMOv5 is tested again. This is ready to merge. The integration tests were successful but slow probably because the workstation was busy.
Likely missing coverage and FAILED psyir/backend/fortran_test.py::test_fw_filecontainer_error1 test fails.
Also waiting on #2566 for fixing some tests before this will be ready.