David Vo

Results 5 comments of David Vo

https://buildkite.com/docs/pipelines/group-step

Given starpls is heavily based on rust-analyzer, might be relatively easy to pull together the SCIP support from there. - https://github.com/rust-lang/rust-analyzer/blob/b51f9bc736dc0472481a47d7c05de2901323e543/crates/rust-analyzer/src/cli/scip.rs - https://github.com/rust-lang/rust-analyzer/blob/b51f9bc736dc0472481a47d7c05de2901323e543/crates/ide/src/static_index.rs#L28

I'd like to be able to differentiate between start and stop workspace builds too, as suggested in the OP.

> `curl https://raw.githubusercontent.com/NixOS/nix/master/scripts/sequoia-nixbld-user-migration.sh | sh` I tested this script on Sequoia. It works with bash. I can see it uses bash syntax; it fails if you try to run it...

> If you wish to watch the files associated with a particular target, you would invoke it with `ibazel build $TARGET`, not with `--target_pattern_file`. How would one work around this...