Colby Mchenry
|
cf38ef65af
perf(synthesis): fan dynamic-dispatch passes across the resolver pool, byte-identical graphs (#1321)
|
2 mesiacov pred |
Colby Mchenry
|
a2f3c31a97
perf(resolution): defer checkpoints and double-buffer persist during resolution, byte-identical graphs (#1320)
|
2 mesiacov pred |
Colby Mchenry
|
5736e24bb6
perf(index): faster fresh indexing + parallel reference resolution, byte-identical graphs (#1305)
|
2 mesiacov pred |
Colby Mchenry
|
ad5300a601
fix(ui): show synthesis as a 'Linking dynamic dispatch' phase; mute node:sqlite warning spam (#1299)
|
2 mesiacov pred |
Colby Mchenry
|
e871c49a31
fix(resolution): clean up processed refs by row id so batch boundaries can't drop sibling call sites (#1269) (#1270)
|
2 mesiacov pred |
Colby Mchenry
|
70b1be6a21
fix(php): resolve method calls through $this-> properties on their declared type (#1220) (#1251)
|
2 mesiacov pred |
Colby Mchenry
|
9d0cd3a7d1
fix(sync): resolve cross-file refs when an edit adds or removes the satisfying symbol (#1240) (#1249)
|
2 mesiacov pred |
Colby Mchenry
|
a3f90089e8
fix(indexing): bounded-memory yielding pipeline tail + daemon session fixes (#1212) (#1226)
|
2 mesiacov pred |
Colby Mchenry
|
625b4fe921
fix(resolution): stop per-call config-key scan that made large Java/Kotlin (Spring) indexes take ~1h (#1180) (#1210)
|
2 mesiacov pred |
Colby Mchenry
|
4c15f84aa4
fix(resolution): sweep orphaned unresolved refs so an interrupted index heals on sync (#1187) (#1191)
|
2 mesiacov pred |
Colby Mchenry
|
7f325134e0
feat(extraction): add Nix language support with module-system option wiring (#324, #332 via #648 — carries #1084) (#1190)
|
2 mesiacov pred |
Colby Mchenry
|
99152212a9
feat(extraction): add ArkTS language support with ArkUI dispatch bridges (#396, #512, #890 via #648) (#1186)
|
2 mesiacov pred |
Colby Mchenry
|
6c24f4bddf
feat(extraction): add Terraform/OpenTofu language support with module-boundary bridging (#83, #310, #648 — carries #706) (#1173)
|
2 mesiacov pred |
Colby Mchenry
|
41620c60fa
feat(extraction): add COBOL language support (.cbl/.cob/.cpy) (#590, #648) (#1161)
|
2 mesiacov pred |
Colby Mchenry
|
5f22da35f3
feat(resolution): resolve CFML dotted and relative component-path inheritance (#1152) (#1154)
|
2 mesiacov pred |
Colby Mchenry
|
81cb59a86e
fix(resolution): yield per ref and cache hot per-ref work so the watchdog can't kill a valid index (#1122) (#1137)
|
2 mesiacov pred |
Colby Mchenry
|
358f400c40
feat(resolution): local-variable method calls in Lua, Luau, R, Pascal (#1112) (#1113)
|
2 mesiacov pred |
Colby Mchenry
|
ed39233f1a
fix(index): yield during resolution so the liveness watchdog can't kill a valid large index (#1091) (#1105)
|
2 mesiacov pred |
Colby Mchenry
|
1f15f93feb
feat(extraction): PHP string/array callables + Ruby lifecycle-hook symbols (#811)
|
3 mesiacov pred |
Colby Mchenry
|
38095aa95b
feat(resolution): inherited this.X, Java/Kotlin cross-file method refs, Swift type scoping (#810)
|
3 mesiacov pred |
Colby Mchenry
|
38eb4e688c
fix(extraction): classify TS/JS class fields by value — properties, not methods (#808) (#809)
|
3 mesiacov pred |
Colby Mchenry
|
8a114ba53c
feat(extraction): capture function-as-value — callback registration sites in callers/impact (#756) (#807)
|
3 mesiacov pred |
Colby Mchenry
|
af56f3539d
fix(pascal): resolve chained factory calls TFoo.GetInstance().DoIt() (#750) (#791)
|
3 mesiacov pred |
Colby Mchenry
|
d21d2dfa50
fix(objc): resolve chained message-send calls [[Foo create] doIt] (#750) (#786)
|
3 mesiacov pred |
Colby Mchenry
|
16c73e2b0e
fix(dart): resolve chained static-factory / constructor calls Foo.create().bar() (#750) (#762)
|
3 mesiacov pred |
Colby Mchenry
|
2f96f58cbb
fix(scala): resolve chained static-factory/apply calls Foo.create().bar() (#750) (#761)
|
3 mesiacov pred |
Colby Mchenry
|
ccced9e358
fix(go): resolve chained factory-function calls New().Method() (#750) (#760)
|
3 mesiacov pred |
Colby Mchenry
|
5805f01957
fix(rust): resolve chained associated-function calls Foo::new().bar() (#750) (#757)
|
3 mesiacov pred |
Colby Mchenry
|
7c7f0dd56f
fix(swift): resolve chained static-factory/fluent calls + nested-extension naming (#750) (#755)
|
3 mesiacov pred |
Colby Mchenry
|
48d4654e8d
feat(resolution): conformance-aware chained-method resolution (#750) (#754)
|
3 mesiacov pred |