Skip to content
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

Various Slimming Changes #2

Merged
merged 3 commits into from
Aug 29, 2024
Merged

Various Slimming Changes #2

merged 3 commits into from
Aug 29, 2024

Conversation

ripytide
Copy link
Owner

Summary of changes:

  • switched from custom logger to pretty_env_logger
  • removed a bunch of outdated stuff like const MAJOR_UPDATE_MESSAGE since it will be easier to simply re-install from scratch given the amount of changes that have been made/will be made
  • switched to the dirs library rather than rolling our own directory stuff with the path.rs file
  • removed the errors.rs file since having both enum-based and string-based errors is confusing so now we just use anyhow string-based .context() errors.
  • Deleted the old group-parsing code and replace with a todo!() since we are soon to attempt to replace it with a toml-based format.

src/backend/cargo.rs Outdated Show resolved Hide resolved
src/config.rs Show resolved Hide resolved
@ripytide ripytide merged commit 70d1f39 into main Aug 29, 2024
1 check failed
@ripytide ripytide deleted the slimming branch August 29, 2024 17:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants