bazelbuild / stardoc

Stardoc: Starlark Documentation Generator
Apache License 2.0
103 stars 40 forks source link

Load PyInfo from rules_python #194

Closed rickeylev closed 5 months ago

rickeylev commented 7 months ago

This ensures the correct symbol is used as Bazel/rules_python transition off the builtin symbols.

tetromino commented 5 months ago

I'd prefer to instead delete the test entirely when rules_python transition off the builtin symbols - we already have test coverage for Stardoc when using rules referencing Starlark providers, the purpose of this test was to verify that we can also generate docs from rules that reference builtin python symbols.

tetromino commented 5 months ago

Closing in favor of https://github.com/bazelbuild/stardoc/pull/199