-
Notifications
You must be signed in to change notification settings - Fork 32
[halted] Support Git dependencies #107
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
base: main
Are you sure you want to change the base?
Conversation
a9c1776
to
cc60c8d
Compare
cc60c8d
to
55f663f
Compare
55f663f
to
b6b9ed0
Compare
The GitOps trait implementation has duplicated error handling logic in command-based and libgit2-based implementationsCategory mod errors {
fn map_git_error(err: &str) -> std::io::Error { ... }
} Reasoning Git operations are not cached or memoized between runsCategory Git error handling needs more context for user troubleshootingCategory Err(format!("Git command failed: {} (exit code {}).
Please check your Git installation and repository permissions.",
cmd, status)) Reasoning |
e1e2cfd
to
83c4e88
Compare
83c4e88
to
00865e8
Compare
Development on this branch has halted. Meanwhile, you can use local dependencies + git submodules to achieve a similar effect.
Problems