Context
Phases 3-5 added dynamic dispatch detection to TS/WASM extractors. The corresponding Rust extractors have NOT been updated — creating native/WASM parity gaps.
Affected extractors
- python.rs: missing getattr, eval, exec, functools.partial
- ruby.rs: missing send/public_send/__send__ detection
- php.rs: call_user_func detection added in Phase 4, variable_name function/method calls added ✓
Reference PRs
Wait — re-checking: Phase 3 DID update python.rs. Phase 4 DID update ruby.rs and php.rs. Let me re-check what's actually missing.
The parity gaps that remain:
Actually this issue may be a duplicate of #1656. Let me close this and create a more specific one.
Reactions are currently unavailable
Context
Phases 3-5 added dynamic dispatch detection to TS/WASM extractors. The corresponding Rust extractors have NOT been updated — creating native/WASM parity gaps.
Affected extractors
Reference PRs
Wait — re-checking: Phase 3 DID update python.rs. Phase 4 DID update ruby.rs and php.rs. Let me re-check what's actually missing.
The parity gaps that remain:
Actually this issue may be a duplicate of #1656. Let me close this and create a more specific one.