-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
l10n: embedded english strings + test the whole thing in github #8423
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
Conversation
GNU testsuite comparison:
|
GNU testsuite comparison:
|
GNU testsuite comparison:
|
GNU testsuite comparison:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Nothing too serious mostly trying to understand ,-P
GNU testsuite comparison:
|
GNU testsuite comparison:
|
GNU testsuite comparison:
|
GNU testsuite comparison:
|
GNU testsuite comparison:
|
GNU testsuite comparison:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the reason for having this functionality in uucore
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
because uucore is a dependency of every utility, so its build.rs always runs
cargo build -p uu_cat
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hm, at least from a conceptual point of view I'm struggling with this approach. For me uucore
is a library used by different projects and thus it feels odd to have a dependency back to one of those projects. Wouldn't it be possible to do the same thing in build.rs
of coreutils
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
agreed
i am planning to work on it later
(esp for uptime)
GNU testsuite comparison:
|
GNU testsuite comparison:
|
No description provided.