Edward Shen edward
  • Joined on 2019-04-28
edward pushed to master at edward/git-config 2021-02-26 18:45:02 -08:00
3e97f07b28 Use traits instead of from_str
edward pushed to master at edward/git-config 2021-02-26 18:32:39 -08:00
a50544b43a Use traits instead of shadowing from_str
edward pushed to master at edward/git-config 2021-02-26 18:24:59 -08:00
781040a88b remove falsevariant
edward pushed to master at edward/git-config 2021-02-26 17:51:00 -08:00
83c4757e36 more tests
2fadd81287 remove unreachable variants
Compare 2 commits »
edward pushed to master at edward/git-config 2021-02-26 16:30:07 -08:00
17ba292934 use mut vec reference
edward pushed to master at edward/git-config 2021-02-26 15:54:48 -08:00
6b8386d449 Don't use mutex
edward pushed to master at edward/git-config 2021-02-26 15:35:59 -08:00
531b28ed2b documented parsererror
ba312b9244 clippy fixes
df69cf8dba don't use stack for error handling
6b9fb8f8e5 very rough error handling
23e2a37785 add error trait impl for ParserError
Compare 7 commits »
edward pushed to master at edward/git-config 2021-02-24 14:56:05 -08:00
19e18df973 Don't immediately drop fuzzer values
edward pushed to master at edward/git-config 2021-02-24 13:44:09 -08:00
38dc0f0b8f Add more fields to cargo.toml
edward pushed to master at edward/git-config 2021-02-24 13:32:37 -08:00
0bd39a308c Add basic fuzzer
f99da79ad9 add from_bytes variants for parser
df6937ade1 exclude fuzz folder from cargo
19cb3117eb add tests for boolean
48d7e1b65b Use lto and single codegen unit for release
Compare 6 commits »
edward pushed to master at edward/git-config 2021-02-24 09:11:22 -08:00
75a99679a2 make serde optional, clippy lints
3f8fdd74dc Add ColorValue tests
Compare 2 commits »
edward pushed to master at edward/git-config 2021-02-23 17:45:17 -08:00
a53a056cea Add tests for ColorAttribute
6c2385d394 Fix docs
Compare 2 commits »
edward pushed to master at edward/git-config 2021-02-23 16:47:28 -08:00
ea0f76d528 Use BStr instead
edward pushed to master at edward/git-config 2021-02-23 08:30:54 -08:00
f82d32953e Add key-value delimination event
edward pushed to master at edward/git-config 2021-02-21 18:16:12 -08:00
f10afb7894 gitconfig writing to string
edward pushed to master at edward/git-config 2021-02-21 16:08:32 -08:00
7f7a7e073d document multivar behavior better
edward pushed to master at edward/git-config 2021-02-21 11:43:46 -08:00
6a99b1caa0 Use Cow instead of strs
edward pushed to master at edward/git-config 2021-02-20 17:41:37 -08:00
eaa0a1766b Implement get_mut for gitconfig
fcda1d4666 remove meme comment
Compare 2 commits »
edward pushed to master at edward/git-config 2021-02-20 11:10:27 -08:00
3bd46913d3 test get_raw_values
edward pushed to master at edward/git-config 2021-02-20 10:49:04 -08:00
594ee8ac0c finish raw value queries for gitconfig
2fb1fa3ff4 Handle empty git-config file for parser
Compare 2 commits »