v3.9.2
Engine parity fix and build performance improvements. This patch fixes a native engine deduplication bug that caused divergent results when multiple type map entries existed for the same symbol, improving engine parity. Build performance improves with deferred native database initialization (skipping the native DB entirely on no-op rebuilds) and a fix for an incremental rebuild regression introduced in v3.9.1. The resolution benchmark suite is significantly expanded with dynamic call tracing across all language fixtures, and the release workflow now gates on precision/recall thresholds.
Bug Fixes
- native: confidence-aware dedup in type map for engine parity (#885)
Performance
- defer NativeDatabase init to after no-op early exit (#884)
- native: fix incremental rebuild regression (#882, #888)