Conversation
|
cc @varungandhi-src and @olafurpg I'll update the tags according to the response in this thread before this gets merged. |
|
Codenotify: Notifying subscribers in CODENOTIFY files for diff 0e022bf...8455773.
|
|
This doesn't fix https://github.com/sourcegraph/sourcegraph/issues/33369 because versions aren't pinned (there is no specific SHA being specified). |
|
@varungandhi-src That's addressed in https://github.com/sourcegraph/sourcegraph/pull/43199#issuecomment-1284593342, and I asked for the SHAs in https://github.com/sourcegraph/sourcegraph/issues/33369#issuecomment-1284536245 earlier today. |
|
Oh sorry, saw those out-of-order. 😅 Yeah, let me add those tags. |
|
I think using the latest ones should be OK. I'm wondering why we have lsif-clang here though -- we don't do auto-indexing for it anyways, right? |
We do provide hints about how auto indexing could look (powers the braindot menu) for a particular repo, but we don't actually provide any to perform. Logic is in the lua script, and it only implements |
|
@varungandhi-src Updated! |
internal/codeintel/autoindexing/internal/inference/libs/indexermap.go
Outdated
Show resolved
Hide resolved
internal/codeintel/autoindexing/internal/inference/lang_go_test.go
Outdated
Show resolved
Hide resolved
|
just want to leave a big thanks here that this very recent customer feedback/pain has been addressed so swiftly :) |
This PR adds a way to configure (via site-config) the set of indexers that the inference logic uses without having to override the entire script. Fixes #42693. Fixes #33369.
Test plan
Tested on a local instance.