|
2fadd81287
|
remove unreachable variants
|
2021-02-26 20:36:21 -05:00 |
|
|
17ba292934
|
use mut vec reference
|
2021-02-26 19:30:04 -05:00 |
|
|
6b8386d449
|
Don't use mutex
|
2021-02-26 18:54:35 -05:00 |
|
|
531b28ed2b
|
documented parsererror
|
2021-02-26 18:35:49 -05:00 |
|
|
ba312b9244
|
clippy fixes
|
2021-02-26 18:14:40 -05:00 |
|
|
df69cf8dba
|
don't use stack for error handling
|
2021-02-26 18:10:24 -05:00 |
|
|
6b9fb8f8e5
|
very rough error handling
|
2021-02-25 11:11:26 -05:00 |
|
|
23e2a37785
|
add error trait impl for ParserError
|
2021-02-24 23:23:23 -05:00 |
|
|
a10567e770
|
Basic error reporting
|
2021-02-24 23:19:45 -05:00 |
|
|
42a48efe9d
|
move fully_sumed to test_util
|
2021-02-24 18:00:15 -05:00 |
|
|
f99da79ad9
|
add from_bytes variants for parser
|
2021-02-24 16:30:04 -05:00 |
|
|
19cb3117eb
|
add tests for boolean
|
2021-02-24 15:47:35 -05:00 |
|
|
75a99679a2
|
make serde optional, clippy lints
|
2021-02-24 12:11:18 -05:00 |
|
|
6c2385d394
|
Fix docs
|
2021-02-23 20:22:15 -05:00 |
|
|
ea0f76d528
|
Use BStr instead
|
2021-02-23 19:47:24 -05:00 |
|
|
f82d32953e
|
Add key-value delimination event
|
2021-02-23 11:30:48 -05:00 |
|
|
f10afb7894
|
gitconfig writing to string
|
2021-02-21 21:16:08 -05:00 |
|
|
6a99b1caa0
|
Use Cow instead of strs
|
2021-02-21 14:43:41 -05:00 |
|
|
eaa0a1766b
|
Implement get_mut for gitconfig
|
2021-02-20 20:41:34 -05:00 |
|
|
fcda1d4666
|
remove meme comment
|
2021-02-20 14:12:08 -05:00 |
|
|
594ee8ac0c
|
finish raw value queries for gitconfig
|
2021-02-20 13:49:01 -05:00 |
|
|
2fb1fa3ff4
|
Handle empty git-config file for parser
|
2021-02-20 12:01:38 -05:00 |
|
|
93e6e2eed3
|
fully document parser
|
2021-02-20 02:28:50 -05:00 |
|
|
1c770a9560
|
completely refactor config
|
2021-02-20 00:33:17 -05:00 |
|
|
19fc0ebaaf
|
Booleans now retain original value
|
2021-02-19 19:41:58 -05:00 |
|
|
c244975a0a
|
parser is now perfect
|
2021-02-19 19:18:02 -05:00 |
|
|
eacb903dfd
|
more work on parser
|
2021-02-19 12:08:42 -05:00 |
|
|
d63b1f7ab3
|
more work
|
2021-02-19 00:12:59 -05:00 |
|
|
30b054df31
|
Complete initial parser
|
2021-02-18 12:49:47 -05:00 |
|