Sylvestre Ledru
Sylvestre Ledru
Sure, here is the list of dependencies used to build ripgrep ``` libpcre2-16-0 10.36-2 libpcre2-32-0 10.36-2 libpcre2-posix2 10.36-2 libpcre2-dev 10.36-2 librust-memchr-dev 2.3.3-1 librust-aho-corasick-dev 0.7.10-1 librust-aho-corasick+std-dev 0.7.10-1 librust-libc-dev 0.2.80-1 librust-winapi-i686-pc-windows-gnu-dev 0.4.0-1+b1...
Would it be possible to land this ? thanks
I was evaluating it for Mozilla (for Firefox in particular) but also to package it in Debian/Ubuntu. However I won't start any work on this as the NOSA license isn't...
Cargo deny isn't happy because of ``` error[B004]: found 2 duplicate entries for crate 'redox_syscall' ┌─ /github/workspace/Cargo.lock:159:1 │ 159 │ ╭ redox_syscall 0.2.16 registry+https://github.com/rust-lang/crates.io-index 160 │ │ redox_syscall 0.3.0 registry+https://github.com/rust-lang/crates.io-index...
I guess you saw ``` failures: ---- test_ls::test_ls_ignore_explicit_period stdout ---- current_directory_resolved: touch: C:\Users\RUNNER~1\AppData\Local\Temp\.tmpr8LvIE\.hidden.yml touch: C:\Users\RUNNER~1\AppData\Local\Temp\.tmpr8LvIE\regular.yml run: D:\a\coreutils\coreutils\target\i686-pc-windows-msvc\debug\coreutils.exe ls -a --ignore ?hidden.yml thread 'test_ls::test_ls_ignore_explicit_period' panicked at ''. .. regular.yml ' does...
fails again :)
Could you please fix the conflicts? thanks
Nice: `Warning: Congrats! The gnu test tests/ls/readdir-mountpoint-inode is no longer failing!`
@hbina are you going to try to fix this? thanks