bazelbuild / rules_pkg

Bazel rules for creating packages of many types (zip, tar, deb, rpm, ...)
Apache License 2.0
221 stars 174 forks source link

RPM toolchain error handling improvements #268

Open nacl opened 3 years ago

nacl commented 3 years ago

In https://github.com/bazelbuild/rules_pkg/pull/254#discussion_r553615765, I brought up the point that we don't really have a great way to pass warnings WRT toolchain resolution from the repository rule up to the rule(s) that utilize the toolchain: the warnings can be displayed far away from the actual error that occurs

Consider investigating ways to improve the UX here.

aiuto commented 3 years ago

Off the top of my head, I see a few user journeys

The first question is what important patterns is this missing.