Closed paul0403 closed 3 weeks ago
Hello. You may have forgotten to update the changelog!
Please edit doc/releases/changelog-dev.md
on your branch with:
Discussed offline, we will skip smart pointers here to quickly unblock lightning downstreaming, and do smart pointers in a separate PR #1284
@rauletorresc I think https://github.com/PennyLaneAI/catalyst/pull/1273/commits/95facd7f86e430aec520bf1a8c6d515b7828e01c is good to go. Can you run tidy in your Lightning PR to make sure?
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 97.95%. Comparing base (
183a43c
) to head (5434c0e
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Context: We keep applying clang-tidy suggestions to the files in
runtime
.Description of the Change: Apply clang-tidy to runtime capi directory.
Benefits: Better following of clang rules; unblocks the moving of lightning files from catalyst repo to lightning repo.
Related GitHub Issues: closes #1271 [sc-77391]