Skip to content

fix: clean workspace clippy violations#349

Merged
GCWing merged 5 commits intoGCWing:mainfrom
limityan:yanzhn/refactor
Apr 3, 2026
Merged

fix: clean workspace clippy violations#349
GCWing merged 5 commits intoGCWing:mainfrom
limityan:yanzhn/refactor

Conversation

@limityan
Copy link
Copy Markdown

@limityan limityan commented Apr 3, 2026

Summary

  • clean clippy violations across shared runtime, relay, core, cli, and desktop crates after rebasing onto the latest main
  • keep changes behavior-preserving by using targeted refactors, trait/default cleanup, module renames, and function-level #[allow(clippy::too_many_arguments)] only where necessary
  • validate the full workspace with cargo clippy --workspace -- -D warnings

Commit breakdown

  • ad4e39d2 fix(runtime): clear relay and terminal clippy violations
  • ab7f895b refactor(core): simplify service and infrastructure clippy fixes
  • 24dfc0ee refactor(agentic): resolve clippy issues across orchestration
  • c5def97c fix(apps): finish cli and desktop clippy cleanup
  • f674dd3e refactor(core): polish util clippy cleanup

Validation

  • cargo clippy -p bitfun-core -- -D warnings
  • cargo clippy -p bitfun-cli -- -D warnings
  • cargo clippy -p bitfun-desktop -- -D warnings
  • cargo clippy --workspace -- -D warnings

limit_yan and others added 5 commits April 3, 2026 17:49
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
@GCWing GCWing merged commit b44c780 into GCWing:main Apr 3, 2026
4 checks passed
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