Skip to content

Conversation

@wtools-bot
Copy link
Collaborator

This is an automated pull request to update from branch cleaning_3

- Relocate benchkit package to core modules directory
- Update workspace configuration path reference
- Change repository URLs to reflect new core location
- Maintain all existing functionality and structure
- Standardize attribute formatting with proper spacing and grouping
- Fix conditional compilation attributes for no_std feature
- Remove redundant feature gates and optimize extern crate declarations
- Apply consistent spacing patterns to type annotations and generics
- Simplify strs_tools_meta macro parameters by removing unused use_simd option
- Update optimize_split implementation with cleaner parameter handling
- Replace format string placeholders with inline formatting syntax
- Change std:: imports to core:: for no_std compatibility
- Add missing string imports for alloc compatibility
- Update test ignore attribute with descriptive reason
- Add comprehensive test script for crate-level validation
Resolved conflicts between assert_eq! approach and a_id! placeholder macro approach.
Chose assert_eq! to maintain functional test validation over no-op placeholders.
- Remove unused std::collections::HashMap imports across modules
- Update reflect_tools to use collection_tools HashMap consistently
- Add HashMap<String, V> Fields implementation for &str key queries
- Remove duplicate Cells implementation for std HashMap
- Update test imports to use collection_tools HashMap
- Clean up debug mode parameters in optimization test files
- Update time_tools readme with proper feature conditionals
- Standardize collection imports across format_tools and reflect_tools
- Replace Default::default() with explicit struct constructors
- Add reference parameters to prevent unnecessary moves
- Update ignore attributes with descriptive reasons
- Fix clippy warnings for unused variables and float comparisons
- Standardize numeric literal formatting with underscores
- Remove redundant all() wrappers in cfg conditions
- Update core imports to prefer core over std where applicable
@Wandalen Wandalen merged commit 39a103a into alpha Sep 6, 2025
3 checks passed
@wanguardd wanguardd deleted the cleaning_3 branch September 6, 2025 19:39
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.

3 participants