Skip to content

gix-config towards 2.0 #467

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Byron opened this issue Jul 22, 2022 · 0 comments
Open

gix-config towards 2.0 #467

Byron opened this issue Jul 22, 2022 · 0 comments
Labels
C-tracking-issue An issue to track to track the progress of multiple PRs or issues

Comments

@Byron
Copy link
Member

Byron commented Jul 22, 2022

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
@Byron Byron added the C-tracking-issue An issue to track to track the progress of multiple PRs or issues label Jul 22, 2022
@Byron Byron changed the title git-config towards 2.0 gix-config towards 2.0 Sep 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-tracking-issue An issue to track to track the progress of multiple PRs or issues
Projects
None yet
Development

No branches or pull requests

1 participant