summaryrefslogtreecommitdiff
path: root/maint/check_doc_features
Commit message (Collapse)AuthorAgeFilesLines
* fixup! tor-guardmgr: Fix visibility of TestConfig with no features enabledIan Jackson2022-11-181-1/+1
|
* docs features: Add a suppression for testingIan Jackson2022-11-031-0/+5
|
* Merge branch 'matrix-features' into 'main'Nick Mathewson2022-10-211-0/+2
|\ | | | | | | | | | | | | add checks for many feature combinations Closes #303 See merge request tpo/core/arti!775
| * fix doc-feature synchrotrinity-1686a2022-10-161-0/+2
| |
* | Remove now-needless check_doc_features exception.Nick Mathewson2022-10-201-6/+0
|/
* pt: Make PtTarget::push_setting fallible, and take IntoIan Jackson2022-10-031-1/+2
| | | | | | It has its own error type PtTargetInvalidSetting. In check_doc_features, adjust suppression to new code.
* pt: Try to fix docsrs problemIan Jackson2022-09-271-1/+1
|
* Rename various Transport* types to Pt*.Nick Mathewson2022-09-231-1/+1
| | | | | This clarifies that the types apply to pluggable transports only, and not (typically) to the default plain-old-TCP transport.
* New data types to describe transport targets.Nick Mathewson2022-09-231-0/+5
| | | | | I've tried to name and structure these for consistency, and comment reasonably well. We'll still probably want to make changes.
* switch from awk to pythontrinity-1686a2022-08-241-85/+134
|
* add feature annotation not added by doc_auto_cfgtrinity-1686a2022-08-241-0/+94