Fixing the regular expression parsing the protocol lines
[?]
Nov 30, 2020, 8:43 PM
L5IUD2DSLEK4SYPF6PLNO7C3TZEFYFHNM42HGEHY5VWW5MHD7CXACDependencies
- [2]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting). - [3]
AEPEFS7OWrite help for each argument - [4]
I52XSRUHMassive cleanup, and simplification
Change contents
- replacement in pijul/src/commands/protocol.rs at line 33
static ref APPLY: Regex = Regex::new(r#"apply\s+(\S+)\s+(S+)\s+([0-9]+)\s+"#).unwrap();static ref APPLY: Regex = Regex::new(r#"apply\s+(\S+)\s+([^ ]*) ([0-9]+)\s+"#).unwrap();