The Wayback Machine - https://web.archive.org/web/20220504012253/https://github.com/topics/lsif-enabled
Skip to content
#

lsif-enabled

Here are 51 public repositories matching this topic...

keegancsmith
keegancsmith commented May 3, 2022

The go regex engine is much faster at running a regex when a group is non-capturing. Given both searcher and zoekt never do captures, we can rewrite any regex we run to ensure all groups are non-capturing.

I've labelled this as a good first issue since in general work like this requires a focussed change (just doing some work with go's regexp/syntax) and the places to change in the code are ver

good first issue team/search-core
jhchabran
jhchabran commented Sep 28, 2021

Presently, images are only tagged with latest. Also, when deploying docs.sourcegraph.com, we ensure that we're fetching the correct one with the digest.

The problem is that when we release a new version of docsite, the present process requires to override the latest tag, therefore breaking the ability to deploy the previous version if the docker daemon doesn't have it cached locally.

good first issue

Improve this page

Add a description, image, and links to the lsif-enabled topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the lsif-enabled topic, visit your repo's landing page and select "manage topics."

Learn more