Try to debug "pushed external is not a byte stream".#6648
Conversation
|
I've completed my review. The changes are a debugging-only change - adding a Let me assess the issues:
The one thing I want to double-check: is there any concern about That's platform-dependent behavior but acceptable for a debugging message - the point is to give developers enough info to identify what type the hook actually is. The author (kentonv) clearly knows this. This is a clean, well-scoped debugging change. No logic bugs, no safety issues, no backward compatibility concerns. LGTM |
This adds some additional context: - Whether it's in params or a return value. - What exact type the capability is, that apparently didn't match.
988ad16 to
0d86b66
Compare
Merging this PR will not alter performance
Comparing Footnotes
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #6648 +/- ##
==========================================
- Coverage 66.49% 66.44% -0.06%
==========================================
Files 405 405
Lines 117814 116107 -1707
Branches 19429 19430 +1
==========================================
- Hits 78342 77143 -1199
+ Misses 27896 27387 -509
- Partials 11576 11577 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This adds some additional context: