goldencz
goldencz
We've encoutered this issue too, is there a fix plan? Or any workaround?
> What do you want to use this repo for? I started this primarily for https://github.com/nvim-treesitter/nvim-treesitter, but it is created according to https://github.com/tree-sitter/tree-sitter. If you are familiar with that then...
> > I'd like to use this to analyze cmake project and then try to translate it to bazel. > > You are right that getting familiar with tree-sitter is...
> could you give the link to the Python binding? I haven't done anything like that so I'm not sure myself https://github.com/tree-sitter/py-tree-sitter
> Hi - rewrapper and reproxy communite through UDS (Unix Domain Sockets) on Linux. The communication happens through a special device file on disk. > > Android builds by default...
https://bazel.build/about/roadmap#software_bill_of_materials_data_generation_sboms_oss_license_compliance_tools In above link, it indicates there might be some efforts on SBOM, is there any progress on the tool of generating SBOM?
Glad to hear that progress has been made. My project is required to generate SBOM to satisfy our customers, however, I haven't found a tool to do it for bazel...
I met the same issue on 0.15.0
> load("@com_google_protobuf//:protobuf_deps.bzl", "protobuf_deps") > > protobuf_deps() This works for me. It's better to update doc and/or release notes.
> I'd like to apply reclient to my cmake project, which has a long history and is expensive to migrate to bazel. Firstly, I would like to test it on...