Skip to content

fix: eliminate all compiler warnings for clean CI under -D warnings#104

Merged
AdaWorldAPI merged 1 commit into
mainfrom
claude/code-review-SMMuY
Feb 13, 2026
Merged

fix: eliminate all compiler warnings for clean CI under -D warnings#104
AdaWorldAPI merged 1 commit into
mainfrom
claude/code-review-SMMuY

Conversation

@AdaWorldAPI

Copy link
Copy Markdown
Owner
  • Remove ~100 unused imports across 48 files (via cargo fix + manual)
  • Fix ambiguous glob re-export collision (grammar_engine vs substrate CognitiveState)
  • Make BufferPage pub to fix private-interfaces warning
  • Rename Greek letter identifiers (μ→mu, σ→sigma) to ASCII
  • Rename confusable identifier (o→outcome_val in cog_redis.rs)
  • Fix overlapping match range endpoints in classify_signal
  • Fix dead variable assignments in unified_engine scan
  • Simplify corpus chunking to eliminate dead mutable binding
  • Change undefined cfg(feature = "async") to cfg(feature = "flight")
  • Add test-only imports for types removed from parent by cargo fix
  • Prefix unused bin params/fields (_state, #[allow(dead_code)] kv)

Result: 0 warnings with RUSTFLAGS="-D warnings", 627 tests passing.

https://claude.ai/code/session_01PWXQjdmnMQvZEN5BuBRNMq

- Remove ~100 unused imports across 48 files (via cargo fix + manual)
- Fix ambiguous glob re-export collision (grammar_engine vs substrate CognitiveState)
- Make BufferPage pub to fix private-interfaces warning
- Rename Greek letter identifiers (μ→mu, σ→sigma) to ASCII
- Rename confusable identifier (o→outcome_val in cog_redis.rs)
- Fix overlapping match range endpoints in classify_signal
- Fix dead variable assignments in unified_engine scan
- Simplify corpus chunking to eliminate dead mutable binding
- Change undefined cfg(feature = "async") to cfg(feature = "flight")
- Add test-only imports for types removed from parent by cargo fix
- Prefix unused bin params/fields (_state, #[allow(dead_code)] kv)

Result: 0 warnings with RUSTFLAGS="-D warnings", 627 tests passing.

https://claude.ai/code/session_01PWXQjdmnMQvZEN5BuBRNMq
@AdaWorldAPI AdaWorldAPI merged commit adb21c7 into main Feb 13, 2026
1 check failed
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