alpha
Login
or
Join now
boltless.me
/
zoekt
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
fork of https://github.com/sourcegraph/zoekt
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
zoekt
/
build
/
at
b8b672211c40f98a6bc067ced3e1be0f205cbdda
1 folder
7 files
Auguste Rame
Add alternate ctags parser and language map (#581)
3y ago
ffc7feb6
testdata
ranking: boost Scala matches based on symbol kind (#473)
3 years ago
BUILD.bazel
Add alternate ctags parser and language map (#581) * Add alternate ctags parser and language map * Fix minor issues * Lint protobuf * Fix nil access * Remove debug statements * Small fixes * ctagsAddSymbols -> ctagsAddSymbolsParser * Split out parser logic * Fix reviews
3 years ago
builder.go
Add alternate ctags parser and language map (#581) * Add alternate ctags parser and language map * Fix minor issues * Lint protobuf * Fix nil access * Remove debug statements * Small fixes * ctagsAddSymbols -> ctagsAddSymbolsParser * Split out parser logic * Fix reviews
3 years ago
builder_test.go
ctags: remove support for exuberant-ctags (#585) We never test or use this code path. I am also unaware of any users of this code. If we hear complaints I'd recommend adding this code back in a way that conforms to the parser interface. Test Plan: go test
3 years ago
builder_unix.go
Swap out all usages of the `syscall` package (#513) with the `golang.org/x/sys/unix` package. `syscall` has been frozen since Go 1.3 and deprecated (https://go.dev/doc/go1.4#major_library_changes). Using the `golang.org/x/sys/unix` package will bring in bug fixes and enhancements since `syscall` was frozen in 1.3, and will pave the way for multi-platform builds (which will affect only the single-program local install, most likely).
3 years ago
ctags.go
Add alternate ctags parser and language map (#581) * Add alternate ctags parser and language map * Fix minor issues * Lint protobuf * Fix nil access * Remove debug statements * Small fixes * ctagsAddSymbols -> ctagsAddSymbolsParser * Split out parser logic * Fix reviews
3 years ago
ctags_test.go
all: rename module to github.com/sourcegraph/zoekt We are a hard enough for now that we might as well have our own module name. This will also make it possible to more directly use go tooling.
3 years ago
e2e_test.go
Ranking: adapt to new ranking service API (#553) We are updating the ranking service API to only return a single rank representing the log of each file's reference counts. This PR adapts zoekt-indexserver to the new API shape, and updates the normalization strategy. For now, it doesn't change the on-disk format to keep the change simple.
3 years ago