Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork1.5k
uptime: refactor, move some codes to uucore#7289
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Some functions throw errors, should I create a thiserror enum? or is there a existed one i can add some entries? |
GNU testsuite comparison:
|
a4b78ae
to7fd063b
CompareGNU testsuite comparison:
|
2a69c60
toc704d7f
CompareGNU testsuite comparison:
|
I encountered a problem: How to install libsystemd-dev for the corresponding arch in cross. in cross image there are no apt source for it(only amd64 and i386). For example, in armhf, I try to add source(in pre-build command, and then install): dpkg --add-architecture armhf&&echo'deb [arch=armhf] http://ports.ubuntu.com/ bionic main restricteddeb [arch=armhf] http://ports.ubuntu.com/ bionic-updates main restricteddeb [arch=armhf] http://ports.ubuntu.com/ bionic universedeb [arch=armhf] http://ports.ubuntu.com/ bionic-updates universedeb [arch=armhf] http://ports.ubuntu.com/ bionic multiversedeb [arch=armhf] http://ports.ubuntu.com/ bionic-updates multiversedeb [arch=armhf] http://ports.ubuntu.com/ bionic-backports main restricted universe multiverse'>>/etc/apt/sources.list&&apt-get update Failed for dependent conflicts :( |
c704d7f
toc6c1dc5
CompareGNU testsuite comparison:
|
c6c1dc5
to585b84e
Compare585b84e
to5a28db5
CompareGNU testsuite comparison:
|
GNU testsuite comparison:
|
Done! Maintainers can start review now. |
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
all fixed. |
047ec99
intouutils:mainUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Move some code from uu_uptime to uucore,to use them in uu_top.
It may duplicate#7256. When I started,#7256 was not yet open.
I also implement Windows(except load average, it seems impossible)