rules_pkg - Information for Developers

NOTE: This is a work in progress. It is only an outline at this point.

TBD: Introduction

General

  • tests
  • OS portability
  • minimize tests
  • repo structure
    • more at build time than in the distribution
    • some features do not work on all platforms

Starlark style

  • using analysis tests
  • docstrings in attributes

Python style

  • import style as per #399
  • ...

Continuous testing

  • under .bazel_ci