get it backported to 0.2.9 and later.
I think Tor should only warn if:
an incomplete line contains a "bw=" key
an incomplete line contains a "node_id=" key
an incomplete line occurs after the first complete line
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Child items 0
Show closed items
No child items are currently assigned. Use child items to break down this issue into smaller parts.
Linked items 0
Link issues together to show that they're related.
Learn more.
A note about strict versus lax parsing. We don't need to change any code.
Please add unit tests where header lines fail to parse.
It would also be great if we had tests for entire version 1.0.0 and version 1.1.0 files, so we know we haven't broken parsing.
Here's one way to code these tests, if the existing function takes a filename:
Mock read_file_to_string to return the test data
Here's another way:
Refactor the existing tor code so it reads the file to a string in one function A, then passes the string to another function B
Call function B with the test data
Let me know if you need help with this code.
Please add extra commits for each change, and don't squash until we're ready to merge,
(When we squash, we keep commits that do different things separate.)
We should decide whether to put the small or the large version of this ticket on the roadmap.
The small change (format 1.1.0) adds backwards-compatible headers and silences warnings.
The large change (format 2.0.0) turns the bandwidth file into a directory document-style format, and rewrites the code using the directory parsing functions.
Here are the things we need to do for the large change:
The new format should have a new torrc option.
Tor should be modified to support the new format, and we should put time on the roadmap for people to work on implementing, testing, or reviewing it.
Either we should backport the new format to the latest stable release, or sbws should produce both formats.