-
-
Notifications
You must be signed in to change notification settings - Fork 413
Open
Labels
C-tracking-issueAn issue to track to track the progress of multiple PRs or issuesAn issue to track to track the progress of multiple PRs or issues
Description
Towards 2.0
- full serde serialization support (maybe) - the current one is only partial.
- resolved config (optimized for reading, no round-tripping) is created directly from parse events (like git does)
- 100% correct date parsing with
gix-date- This includes parsing expiry dates, probably as its own top-level type in
comfort.rs.
- This includes parsing expiry dates, probably as its own top-level type in
Other Ramblings
- Could
gix-configuse self-referential structures like inignoreto avoid copying everything intoCow<'static, [u8]>effectively. - tracking issue of 1.0 release
Metadata
Metadata
Assignees
Labels
C-tracking-issueAn issue to track to track the progress of multiple PRs or issuesAn issue to track to track the progress of multiple PRs or issues