google/flatbuffers

Bazel rule rewrite

オープン

#8,941 opened on 2026/02/26

 (2 件のコメント) (0 件のリアクション) (0 人の担当者)C++ (3,564 件のフォーク)batch import
CIhelp wanted

Repository metrics

Stars
 (25,952 個のスター)
PR merge metrics
 (PR metrics pending)

説明

For my use case the existing flatbuffers_cc_library isn't sufficient. For example, it can't accept filegroups as source arguments. I think the best way to handle this would be to write new idiomatic Bazel rules from scratch using providers, custom rules instead of genrules, etc. To start, it would probably make sense to implement these rules in parallel to the existing rules to give people time to migrate.

I'm willing to implement this--would such a PR be accepted or would I be better off creating a separate rules_flatbuffers project? Thanks for any advice!

コントリビューターガイド