Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor!: modularize features and improve conditional compilation #112

Merged
merged 1 commit into from
Jan 7, 2025

Conversation

tqwewe
Copy link
Owner

@tqwewe tqwewe commented Jan 7, 2025

  • Split features into default, macros, tracing, and remote for better modularity
  • Make kameo_macros, once_cell, and tracing optional dependencies
  • Add conditional compilation for tracing-related code to avoid unnecessary dependencies
  • Update CI workflow to test builds with different feature combinations
  • Fix deadlock warnings to only log when both debug_assertions and tracing are enabled

- Split features into `default`, `macros`, `tracing`, and `remote` for better modularity
- Make `kameo_macros`, `once_cell`, and `tracing` optional dependencies
- Add conditional compilation for `tracing`-related code to avoid unnecessary dependencies
- Update CI workflow to test builds with different feature combinations
- Fix deadlock warnings to only log when both `debug_assertions` and `tracing` are enabled
@tqwewe tqwewe merged commit b3a1ce2 into main Jan 7, 2025
2 checks passed
@tqwewe tqwewe deleted the refactor/modularize-features branch January 7, 2025 10:57
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.

1 participant