fix: handle long in struct conversion - #2020
Conversation
toddbaert
commented
Aug 27, 2026
- fixes a miss in feat: long support; safe delegation to int #1985
- adds conversion to Long
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
Included review availability: Your plan provides up to 2 included reviews per hour; 1 remains after this review. 📝 WalkthroughWalkthrough
ChangesStructure value conversion
Estimated code review effort: 1 (Trivial) | ~5 minutes Merge Risk: ⚪ Minimal · up to This PR adds Long conversion support with corresponding test updates in a small, localized change; no actionable merge-blocking risk remains beyond normal checks and review. Suggested reviewers: 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches 💡 1📝 Generate docstrings 💡
Comment |
* fixes a miss in #1985 * adds conversion to Long Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
6a722a0 to
96847e5
Compare
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2020 +/- ##
============================================
+ Coverage 92.52% 93.27% +0.75%
- Complexity 728 732 +4
============================================
Files 60 60
Lines 1739 1741 +2
Branches 202 203 +1
============================================
+ Hits 1609 1624 +15
+ Misses 80 69 -11
+ Partials 50 48 -2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|


