Vinh Tran

Results 32 comments of Vinh Tran

FYI https://github.com/facebookexperimental/starlark-rust/blob/main/vscode/README.md is the unpublished VSCode extension frontend that is already well integrated with the starlark binary.

@cameron-martin I think https://github.com/bazelbuild/vscode-bazel/pull/317 doesn't fully address this issue. It opens a client to work with an existing Starlark LSP which lacks support for Bazel files. Per https://github.com/facebookexperimental/starlark-rust/issues/104#issuecomment-1900153760, should we...

> Would it be an option for you to define your query command line arguments Yes > What would be cool though, I think, is if this extension offered some...

Inspired by https://rustc-dev-guide.rust-lang.org/building/bootstrapping.html, we can define `rust_toolchain` to build `libstd` from sources. However, such toolchain still needs the existence of prebuilt standard libraries; using prebuilt stdlibs to build `libstd` from...

Actually, we can get (1) and (2) out of the box without additional work by using `rules_rust`'s default toolchains. We can also set up a repo from downloaded library's source...

@aaronmondal @aran This thread has been a while. I finally got some time for this. https://github.com/daivinhtran/rules_rust/tree/toolchain-to-rebuild-std/examples/toolchain-to-rebuild-std is an example how to bootstrap a rust toolchain and rebuild libstd. If you're...

Could you the fix simply be removing `_import_macro_dep` from `rust_binary_without_process_wrapper`?

@ichxorya To distribute the work easier, would mind splitting the PR into smaller PRs to avoid spanning the translation across too many `.md` files? For best practice, it's better to...

Yeah I think opening a new PR with translation for a small set of `.md` files will be useful. Also update the spreadsheet so others don't attempt what you have...

Hi @mgeisler . I'm sorry for putting this on hold for a long time since there have been big transitions in my personal life. I'm now back and ready to...