refactor(glt): Remove duplicated clp::string_utils library from glt.#1101
Conversation
WalkthroughAll source files related to string utility functions within the Changes
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (4)
💤 Files with no reviewable changes (4)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (8)
✨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
clp::string_utils library in glt.
haiqi96
left a comment
There was a problem hiding this comment.
Though our original plan is to not update GLT, I agree with this PR so that any changes/bug fixes we make to the string_utils can be reflected in GLT as well. It can also make things less confusing since currently the string_util in GLT has a clp namespace.
Tested with this PR locally and confirmed that GLT still builts.
Also searched for glt/string_utils and confirmed the only occurance is in the linter file. so I think this change can be merged.
|
For title, how about |
clp::string_utils library in glt.clp::string_utils library from glt.
kirkrodrigues
left a comment
There was a problem hiding this comment.
Deferring to @haiqi96's review.
Description
GLT currently has a slightly out of date copy of
clp::string_utilsin its source tree. Since the versions ofclp::string_utilsin both clp and glt are already set up as libraries with the same name, we simply delete the copy in glt and require no other changes.We also remove the deleted files from the exceptions list in
taskfiles/lint.yaml.Checklist
breaking change.
Validation performed
Summary by CodeRabbit