Ted Pudlik

Results 42 comments of Ted Pudlik

This is the first I hear of a plan to deprecate `py_proto_library` in `rules_python` in favor of something in `protobuf`. Is there an issue or doc with more context?

@comius could you provide some clarity on what the plan is? If even the `rules_python` maintainers seem unsure, there's no hope for regular users like myself!

As part of the release workflow, could [the version in MODULE.bazel](https://github.com/nanopb/nanopb/blob/master/MODULE.bazel#L3) be incremented? I noticed this was not done for the 0.4.9.1 release. I patched this line when adding the...

The workaround is not very satisfactory because it requires us to add direct deps on Abseil and fuzztest (http://pwrev.dev/238471) even though these are in fact transitive deps required by `rules_fuzzing_oss_fuzz`.

Thank you for listing the blockers! I'll take a look at the issues and see if I can help out with them.

I'm happy to file a bug on the Bazel side. The reason I thought this might be a BuildBuddy specific issue is that BTX treats label flags correctly (see "original"...

Ah, I missed the difference between `original` and `explicit`. Filed https://github.com/bazelbuild/bazel/issues/23514 on the Bazel side.

`@platforms//host` should just be an alias for `@bazel_tools//tools:host_platform`, or the other way around. It's a really unnecessary footgun that these are different platforms!

Could we reopen this issue, since it remains relevant and is being actively discussed?