sourcegraph / scip

SCIP Code Intelligence Protocol
Apache License 2.0
231 stars 32 forks source link

Port build configuration over to Bazel #222

Open varungandhi-src opened 7 months ago

varungandhi-src commented 7 months ago

Right now, we use ASDF, and sometimes it is a mess, because of Haskell versions etc. Centralizing on Bazel would allow us to simplify the CI scripts, and avoid version mismatch for different people when regenerating the doc comments.

varungandhi-src commented 6 days ago

Christoph and Anton ran into an issue with this today related to node-gyp not working properly.