ffi: remove type aliases - #65409
Conversation
Remove duplicate FFI type spellings while the module is still experimental. Keep the canonical names exposed by `ffi.types`. Signed-off-by: Kamat, Trivikram <16024985+trivikr@users.noreply.github.com> Assisted-by: codex:gpt-5.6-sol
|
Review requested:
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #65409 +/- ##
==========================================
+ Coverage 90.10% 90.12% +0.01%
==========================================
Files 752 752
Lines 252207 252172 -35
Branches 47446 47439 -7
==========================================
+ Hits 227254 227264 +10
+ Misses 16261 16211 -50
- Partials 8692 8697 +5
🚀 New features to boost your workflow:
|
|
I don't agree on this (or the initial issue). |
|
Converted to draft as we need to discuss the requirements first, and added @ShogunPanda Can you post your response on the issue #64848 so that the discussion can happen there? |
|
Good point. Done. |
Fixes: #64848
Remove duplicate FFI type spellings while the module is still experimental. Keep the canonical names exposed by
ffi.types.Assisted-by: codex:gpt-5.6-sol