commit | 10314dc4a50a7cf3ccf304e502f00687dbb4ad6b | [log] [tgz] |
---|---|---|
author | Adam Azarchs <adam.azarchs@10xgenomics.com> | Tue Oct 22 11:46:15 2024 -0700 |
committer | Adam Azarchs <adam.azarchs@10xgenomics.com> | Tue Oct 22 11:46:15 2024 -0700 |
tree | 837b78757e2f8d61d13068227066f01a6d416392 | |
parent | 773826cabae88c79388e3cad25795a9801580dfe [diff] |
fix: allow license_text=None in license declaration There are many situations where the license kind is known but no license file is available, e.g. some wheels downloaded from PyPi. There are good reasons why one might want to prohibit that from a policy perspective, but enforcing that policy is not the job of the license rule itself, and the provided error message is not especially helpful (and clearly not the intended outcome). This doesn't alter the macro wrapper. Any target that would be affected by this change would have already been failing to build. Closes #31
This repository contains a set of rules and tools for
WARNING: The code here is still in active initial development and will churn a lot.
If you want to follow along:
Last update: October 22, 2023
Performance improvements
Sub-SBOMs for tools
TBD
These is for learning about the problem space, and our approach to solutions. Concrete specifications will always appear in checked in code rather than documents.