bazel-contrib / rules_jsonnet

Jsonnet rules for Bazel
https://bazelbuild.github.io/rules_jsonnet/
Apache License 2.0
68 stars 73 forks source link

Add an output_string attribute to rules. #159

Closed chrismgrayftsinc closed 1 year ago

chrismgrayftsinc commented 2 years ago

Not sure if this is necessary (note the test two above the added test), but it fixes #115.

sparkprime commented 2 years ago

Is it better to have an explicit param for this instead of using extra_args?

chrismgrayftsinc commented 2 years ago

Yeah I'm not sure. I just learned about the extra_args and would be happy to use that if you don't want an explicit param. I started the PR before I noticed it though. :)

chrismgrayftsinc commented 1 year ago

Closing due to inactivity. I have no idea why I needed this any more.