Skip to content

gix-config towards 2.0 #467

Open
Open
@Byron

Description

@Byron

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.

Other Ramblings

  • Could gix-config use self-referential structures like in ignore to avoid copying everything into Cow<'static, [u8]> effectively.
  • tracking issue of 1.0 release

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-tracking-issueAn issue to track to track the progress of multiple PRs or issues

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions