summaryrefslogtreecommitdiff
path: root/maint/check_doc_features
Commit message (Collapse)AuthorAgeFilesLines
* Fix a bug in check_doc_featuresNick Mathewson2023-02-211-7/+3
| | | | | | In Python, str.find returns -1 if it doesn't find the target character, and -1 is a true value. So `if pos := foo.find('c')` won't do what we want.
* tor-cell: documentation cleanups related to restricted_msgNick Mathewson2023-02-071-0/+5
|
* shell: use /usr/bin/env instead of absolute pathsEmil Engler2023-01-251-1/+1
| | | | | | | | | | This commit changes the shebang in all shell scripts from absolute paths (such as `/bin/bash` or `/usr/bin/python3`) to the `/usr/bin/env` binary with the accompanying interpreter as it's argument. The reason for this are as follows: - NixOS cannot work with absolute paths - BSD systems install their packages in /usr/local/bin
* 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