[1112] 将 get_date 迁移到 lolly 并移除 Qt 依赖#3813
Merged
Merged
Conversation
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
- 在 lolly::locale 中实现不依赖 Qt 的 get_date - 主项目 tm_locale 改为调用 lolly::locale::get_date - 从 qt_utilities 中移除 qt_get_date 系列函数 - 将单元测试迁移到 lolly,使用 doctest Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
path-join 返回的是 (liii path) 的 path 记录对象,system->url 期望字符串, 先用 path->string 转换后再传入。 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
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.
摘要
lolly::locale中重新实现get_date,不再依赖 Qttm_locale改为调用lolly::locale::get_dateqt_utilities中移除不再使用的qt_get_date系列函数get_date单元测试迁移到lolly/tests/lolly/system/locale_test.cpp,使用 doctest测试
xmake test lolly_tests/locale_test通过xmake test lolly_tests/*全部通过xmake b stem构建通过🤖 Generated with Claude Code