-
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
2451 DynInvokeSchedule split & rename #2452
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2452 +/- ##
=======================================
Coverage 99.85% 99.85%
=======================================
Files 356 357 +1
Lines 47922 47929 +7
=======================================
+ Hits 47853 47860 +7
Misses 69 69 ☔ View full report in Codecov by Sentry. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2452 +/- ##
=======================================
Coverage 99.86% 99.86%
=======================================
Files 353 354 +1
Lines 48286 48293 +7
=======================================
+ Hits 48223 48230 +7
Misses 63 63 ☔ View full report in Codecov by Sentry. |
…/PSyclone into 2451_split_rename_DynInvokeSchedule
@TeranIvy - tests now passing, ready for review :) |
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.
Good job. I only managed to find one outstanding mention of DynInvokeSchedule:
./src/psyclone/tests/psyir/tools/call_tree_utils_test.py: # This will return three schedule - the DynInvokeSchedule, and two
Ref. guide still builds fine, as does the UG. I'll fire off the integration tests but as these don't currently work for LFRic, I'll need independent verification from you that you tested this branch with LFRic :-)
…/PSyclone into 2451_split_rename_DynInvokeSchedule
…/PSyclone into 2451_split_rename_DynInvokeSchedule
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.
All requested changes have been made (thanks) and integration tests were fine.
@oakleybrunt please could you confirm that you've tested LFRic with this branch?
Note: reference guide still builds fine.
@oakleybrunt, re. building with LFRic, Sergi is hopeful that he will have the integration tests fixed today so we can just wait for them to come back :-) |
Okay, I'll get Iva to run me through the process when she's back from leave for future reference :) |
I've just triggered the integration tests. If they are OK then I'll proceed to merge. |
Thanks Andy, sorry for not getting to the LFRic testing myself. |
Everything was green. will proceed to merge. |
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.
All good now.
Just waiting on final CI.
closes #2451