-
-
Notifications
You must be signed in to change notification settings - Fork 17
Rename crates #266
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
Merged
Merged
Rename crates #266
Conversation
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
Replaced instances of 'config::TomlVersion' and related types with 'tombi_config::TomlVersion' across multiple files to align with the new module structure.
This commit renames the ast-editor package to tombi-ast-editor and updates the relevant dependencies in Cargo.toml files across the project. The changes ensure consistency in naming and improve the project's structure.
This change renames the 'date-time' crate to 'tombi-date-time' and updates all relevant imports and dependencies throughout the codebase to reflect this new naming convention.
Updated all usages of the diagnostic crate to use the new tombi-diagnostic crate, ensuring consistency across the codebase.
Updated references and dependencies to use tombi-document instead of document throughout the codebase.
Updated all usages of document_tree to tombi_document_tree across the codebase, ensuring consistency and alignment with the new naming convention.
This commit renames the 'formatter' crate to 'tombi-formatter' and updates all relevant usages throughout the codebase to maintain consistency.
This commit renames the lexer crate to tombi-lexer, updating all references and dependencies throughout the codebase to reflect the new name.
This commit renames the 'text' crate to 'tombi-text' across the project, updating all relevant dependencies and usages to ensure consistency and clarity in the codebase.
This PR is related to CI failure. |
This commit updates all instances of the toml_version crate to use the newly renamed tombi_toml_version crate across various modules and files.
This commit renames the linter crate to tombi-linter and updates all references to ensure consistency across the codebase.
This change updates all references from the old x-tombi crate to the new tombi-x-keyword crate across the codebase, ensuring consistency and clarity in the naming convention.
This commit renames the 'validator' crate to 'tombi-validator' across the project, updating all relevant references and usages to maintain consistency.
This commit updates all references from the old parser crate to the new tombi-parser crate across the codebase, ensuring consistency and clarity in the project's structure.
This commit updates all references from rg-tree to tombi-rg-tree across the project, ensuring consistency in naming and improving clarity in the codebase.
Update usages across the codebase to reflect the new crate name.
This commit renames the 'server' crate to 'tombi-server' and updates all relevant usages throughout the codebase to reflect this change.
This commit updates all references from the 'syntax' crate to the newly renamed 'tombi-syntax' crate across various modules, ensuring consistency and proper usage of the new crate name.
This commit renames the 'test-lib' crate to 'tombi-test-lib' across various files and updates all relevant usages to maintain consistency throughout the codebase.
It is a problem on the toml-test side, CI does not always go through. Once we remove the toml-test v1.1.0 requirement, we will be able to merge. |
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.
No description provided.