Uh oh!
There was an error while loading. Please reload this page.
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
nodejs-github-bot
commented
Aug 20, 2026
Review requested:
|
nodejs-github-bot
commented
Aug 20, 2026
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:
|
nodejs-github-bot
commented
Aug 20, 2026
ShogunPanda
commented
Aug 20, 2026
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? |
ShogunPanda
commented
Aug 20, 2026
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