Closed fmeum closed 5 months ago
Some tests are failing due to differing repository names. I can look into this when there is general consensus on the approach. I'm also happy to make this new behavior configurable in the template.
The WORKSPACE tests are failing since they use a different repo name for Stardoc, which now appears in load
statements. How do you want me to deal with that?
The WORKSPACE tests are failing since they use a different repo name for Stardoc, which now appears in
load
statements. How do you want me to deal with that?
Excellent question! We may have to tag those tests "manual" + bazel version for which the golden was generated; in #232, I am adding a way to auto-update tests whose goldens are valid only for a particular Bazel release.
I'll wait for #232 then, let me know what I need to do after it has been merged.
Rules, providers, functions and aspects now have a
load
statement in their summary. Aspects additionally include a copyable--aspects
flag.Fixes #95