Fixing the regular expression parsing the protocol lines

[?]
Nov 30, 2020, 8:43 PM
L5IUD2DSLEK4SYPF6PLNO7C3TZEFYFHNM42HGEHY5VWW5MHD7CXAC

Dependencies

  • [2] SXEYMYF7 Fixing the bad changes in history (unfortunately, by rebooting).
  • [3] I52XSRUH Massive cleanup, and simplification
  • [4] AEPEFS7O Write help for each argument

Change contents

  • replacement in pijul/src/commands/protocol.rs at line 33
    [2.124152][2.124152:124244]()
    static ref APPLY: Regex = Regex::new(r#"apply\s+(\S+)\s+(S+)\s+([0-9]+)\s+"#).unwrap();
    [2.124152]
    [2.124244]
    static ref APPLY: Regex = Regex::new(r#"apply\s+(\S+)\s+([^ ]*) ([0-9]+)\s+"#).unwrap();