Derek Cormier

Results 36 comments of Derek Cormier

I'm not super familiar with protobuf. For the rules_ts data you pulled, are the csv and METADATA files a serialization of the protobuf data? I always thought that protobuf was...

Overall it's looking good so far. It might be good to start incrementally building out the interface as you build the schema to verify that we have all the information...

Looks like this needs a `bazel run //docs:update` for docs tests.

@alexeagle Do you think we want this backported to the `1.x` branch as well?

You can follow what we do with toolchain registration in bazel-lib: https://github.com/aspect-build/bazel-lib/blob/main/lib/extensions.bzl#L110. We use this private [toolchain_repos_bfs](https://github.com/aspect-build/bazel-lib/blob/main/lib/private/extension_utils.bzl#L3) utility to do the work.

> @kormide Thank you for sharing, but the code in is quite similar to what ruby_rules already do and produce the same error. How would a user define a custom...