Codebase list rust-stfu8 / e3721e0
Ripgrep - new version Sylvestre Ledru 4 years ago
3 changed file(s) with 8 addition(s) and 31 deletion(s). Raw diff Collapse all Expand all
0 rust-ripgrep (12.0.1-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package ripgrep 12.0.1 from crates.io using debcargo 2.4.0
3
4 -- Sylvestre Ledru <sylvestre@debian.org> Thu, 02 Apr 2020 11:10:03 +0200
5
06 rust-ripgrep (12.0.0-1) unstable; urgency=medium
17
28 * Package ripgrep 12.0.0 from crates.io using debcargo 2.4.0
11 ===================================================================
22 --- ripgrep.orig/Cargo.toml
33 +++ ripgrep/Cargo.toml
4 @@ -95,8 +95,8 @@ version = "1.1.0"
4 @@ -95,7 +95,7 @@ version = "1.1.0"
55 [features]
66 pcre2 = ["grep/pcre2"]
77 simd-accel = ["grep/simd-accel"]
99 -version = "0.3.0"
1010 +#[target."cfg(all(target_env = \"musl\", target_pointer_width = \"64\"))".dependencies.jemallocator]
1111 +#version = "0.3.0"
12 [badges.appveyor]
13 repository = "BurntSushi/ripgrep"
1412
13 [badges]
0 Index: ripgrep/tests/feature.rs
1 ===================================================================
2 --- ripgrep.orig/tests/feature.rs
3 +++ ripgrep/tests/feature.rs
4 @@ -453,15 +453,15 @@ For the Doctor Watsons of this world, as
5 });
6
7 // See: https://github.com/BurntSushi/ripgrep/issues/416
8 -rgtest!(f416_crlf_only_matching, |dir: Dir, mut cmd: TestCommand| {
9 - dir.create("sherlock", SHERLOCK_CRLF);
10 - cmd.arg("--crlf").arg("-o").arg(r"Sherlock$").arg("sherlock");
11 +// rgtest!(f416_crlf_only_matching, |dir: Dir, mut cmd: TestCommand| {
12 +// dir.create("sherlock", SHERLOCK_CRLF);
13 +// cmd.arg("--crlf").arg("-o").arg(r"Sherlock$").arg("sherlock");
14
15 - let expected = "\
16 -Sherlock\r
17 -";
18 - eqnice!(expected, cmd.stdout());
19 -});
20 +// let expected = "\
21 +// Sherlock\r
22 +// ";
23 +// eqnice!(expected, cmd.stdout());
24 +// });
25
26 // See: https://github.com/BurntSushi/ripgrep/issues/419
27 rgtest!(f419_zero_as_shortcut_for_null, |dir: Dir, mut cmd: TestCommand| {