Package dysk (previously known as lfs)
This MR packages dysk
(previously known as lfs
) and its dependencies. Relevant info:
- Doctests are disabled for
lazy-regex-proc_macro
andclap-help
, since they fail due to non-imported dependencies. Looking at the failing tests it seems quite clear to me that those were meant as examples, not to be run. - I patched a function in
xterm-query
to make it compatible withnix
0.27 (PollTimeout
was introduced in 0.28). - The
terminal-light
crate also builds a binary which we are not interested in, so I setbin = false
. - I upgraded
lfs-core
from v0.11.1 to v0.11.2 because the version which is currently indebcargo-conf
depends onlazy-regex
2.2, andlazy-regex
is not packaged yet (I package it in this MR), and a newer version (3.1) is available, andlfs-core
0.11.2 depends on 3.1. Moreover, no package currently depends onlfs-core
and latest version ofdysk
(which I packaged) explicitly depends onlfs-core
0.11.2. -
dysk-cli
contains a patch to fix some tests. I've already submitted the patch upstream and it was merged, but I'm not going to ask for a new release just for fixing tests, so we keep the patch until the next upstream release.
cc/ @werdahias