GitNexus/gitnexus/test
Gergo Magyar 739de2f645 refactor: eliminate extractFunctionName from ast-helpers — MethodExtractor owns all extraction
Complete removal of extractFunctionName from ast-helpers.ts. Function
name extraction is now exclusively owned by provider.methodExtractor:

- Add extractFunctionName to MethodExtractor interface and config
- Move from LanguageProvider to MethodExtractor for all 6 providers
  (C++, Swift, Rust, TS/JS, Ruby; generic fallback for others)
- Thread extractFunctionName through buildTypeEnv options so type-env.ts
  can access provider-specific extraction without importing from
  ast-helpers
- Inline FUNCTION_DECLARATION_TYPES into C++ provider (sole consumer)
- Delete extractFunctionName function and FUNCTION_DECLARATION_TYPES
  from ast-helpers.ts

ast-helpers.ts: 518 → 420 lines. Now contains only shared constants
(FUNCTION_NODE_TYPES, CALL_ARGUMENT_LIST_TYPES, CLASS_CONTAINER_TYPES)
and generic traversal helpers — zero language-specific extraction logic.
2026-04-04 17:06:04 +01:00
..
fixtures test: overloaded method disambiguation integration tests for 5 languages 2026-04-04 10:04:22 +01:00
helpers feat(group): add group infrastructure and contract matching 2026-04-02 00:39:43 +03:00
integration refactor: remove extractMethodSignature — MethodExtractor is sole source of method metadata 2026-04-04 16:21:25 +01:00
unit refactor: eliminate extractFunctionName from ast-helpers — MethodExtractor owns all extraction 2026-04-04 17:06:04 +01:00
utils ci: add macOS to cross-platform test matrix (#208) 2026-03-07 10:38:32 +00:00
global-setup.ts feat: upgrade @ladybugdb/core to 0.15.2 and remove segfault workarounds (#374) 2026-03-19 08:25:43 +00:00
vitest.d.ts refactor: migrate from KuzuDB to LadybugDB v0.15 (#275) 2026-03-15 15:53:01 +00:00