[feature/ci-cd-testing] Merge to develop#69
Merged
Conversation
Fix all cargo fmt --check failures: - src/api/auth/manager.rs: Inline get_token chain tokens.get(id).cloned().ok_or(AuthError::TokenNotFound) - src/storage/cache.rs: Remove unused cache_clone variable Fixes clippy E0-unused-variables in test_cache_concurrent_access - src/storage/block.rs: Format multi-line array expressions u32::from_le_bytes([...]): split to 4 lines Fix while loop indentation in test_block_overflow_u16 Wrap assert! macro arguments - src/storage/builder.rs: Wrap LsmError::CompactionFailed Multi-line format for long error string - src/storage/iterator.rs: Remove trailing whitespace Inline value() chain method Remove trailing spaces from blank lines in tests - src/core/engine.rs: Fix long line in scan() and stats_all() Wrap String::from_utf8 chain Inline sst_records_total sum chain
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 Automated PR
✅ Build: Passed
✅ Tests: Passed
📊 Details
feature/ci-cd-testing581c5b6b0833c1da0e8405e84b6a141b8022356e📝 Recent Commits
This PR was automatically created by the feature-fix-workflow