Skip to content

Conversation

@principle-lgtm
Copy link

Summary

Fixes all 9 compiler warnings across the workspace (nix-env-manager: 5, aivcs-core: 4).

nix-env-manager (5 warnings)

  • Prefix unused hash parameter with underscore in attic.rs push_cli
  • Remove unused std::io::Write import from flake.rs test module
  • Add #[allow(dead_code)] to public API functions not yet called from main: lock_flake, update_flake, generate_cargo_hash, generate_full_logic_hash

aivcs-core (4 warnings)

  • Remove unused ParallelConfig and ParallelManager imports from main.rs
  • Add #[allow(dead_code)] to public struct fields reserved for future use: ForkResult.parent_commit, ParallelConfig.max_branches/auto_prune, ParallelManager.handle

Test plan

  • cargo test --all passes (46 tests, 0 warnings)

Generated with Claude Code

- Prefix unused parameter with underscore (attic.rs push_cli hash)
- Remove unused import (flake.rs tests std::io::Write)
- Suppress dead_code on public API functions not yet called from main
  (lock_flake, update_flake, generate_cargo_hash, generate_full_logic_hash)
- Remove unused imports from main.rs (ParallelConfig, ParallelManager)
- Suppress dead_code on public struct fields reserved for future use
  (ForkResult.parent_commit, ParallelConfig.max_branches/auto_prune,
   ParallelManager.handle)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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