Vetting deps datecheck (#1614)
This commit is contained in:
parent
6db1c189d7
commit
c1de1a3127
|
|
@ -11,10 +11,9 @@ you should avoid adding dependencies to the compiler for several reasons:
|
||||||
- The dependency may have transitive dependencies that have one of the above
|
- The dependency may have transitive dependencies that have one of the above
|
||||||
problems.
|
problems.
|
||||||
|
|
||||||
As of <!-- date-check --> Aug 2022,
|
<!-- date-check: Feb 2023 -->
|
||||||
there is no official policy for vetting new dependencies to the compiler.
|
Note that there is no official policy for vetting new dependencies to the compiler.
|
||||||
Decisions are made on a case-by-case basis,
|
Decisions are made on a case-by-case basis, during code review.
|
||||||
during code review.
|
|
||||||
|
|
||||||
## Permitted dependencies
|
## Permitted dependencies
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue