Commit Graph

94 Commits

Author SHA1 Message Date
phiresky
960883b616 fix clippy lints 2022-12-25 18:56:11 +01:00
phiresky
0d70be4b74 cleanup warnings 2022-12-25 18:46:57 +01:00
phiresky
24e866a153 fix poppler test 2022-12-25 18:44:52 +01:00
phiresky
ddeceb0ce9 fix recursion and pdf adapter 2022-12-25 18:27:50 +01:00
phiresky
616c0a560b fix tests 2022-12-25 18:06:50 +01:00
phiresky
2e1c74909e remove one level of abstraction from spawning adapters 2022-12-25 18:05:58 +01:00
phiresky
3efc0a727c use regex replace syntax for arg replacement 2022-12-25 17:45:53 +01:00
phiresky
6f3488682f add page breaks adapter (wip) 2022-12-25 17:37:31 +01:00
Joseph LaFreniere
4cac831a8f
Restore line_prefix parameter to postproc_pagebreaks 2022-12-24 22:02:03 -06:00
Joseph LaFreniere
15a85275ef
Pin postproc_prefix's StreamReader and add unit test 2022-12-24 15:44:13 -06:00
Joseph LaFreniere
1b97abfbca
fixup! Implement async postproc_pagebreaks 2022-12-24 15:41:16 -06:00
Joseph LaFreniere
d3803f892c
fixup! Implement async postproc_pagebreaks 2022-12-23 18:35:37 -06:00
Joseph LaFreniere
f19e173585
fixup! Implement async postproc_pagebreaks 2022-12-22 16:47:05 -06:00
Joseph LaFreniere
af168efe1a
Implement async postproc_pagebreaks 2022-12-22 15:15:33 -06:00
Joseph LaFreniere
454e47d2ac
Run cargo fmt across repository 2022-12-08 22:08:24 -06:00
phiresky
7c7b6a03ae add doc to postproc 2022-11-28 10:46:58 +01:00
phiresky
54799f1452 partial recursion + postproc 2022-11-13 00:31:25 +01:00
phiresky
42fe225373 fix pinning and sending 2022-11-05 00:47:43 +01:00
phiresky
002c62f57c cleanup (WIP) 2022-10-30 02:34:56 +02:00
phiresky
f401a96386 prepare for recursion 2022-10-30 00:24:46 +02:00
phiresky
af8cf228b3 remove lifetimes, fix 2022-10-29 23:56:25 +02:00
phiresky
906043060b lint 2022-10-29 21:52:58 +02:00
phiresky
cde0e209d2 partial move to async 2022-10-29 20:54:05 +02:00
phiresky
94f06fba37 upgrade dependencies 2022-10-26 17:21:39 +02:00
phiresky
db32d8a736
Merge pull request #132 from liskin/stable-rust
fix build with stable rust
2022-06-12 11:00:41 +02:00
Tomas Janousek
45b7b7ae6f rustfmt 2022-04-18 22:44:01 +02:00
phiresky
2d63efd315 note about deadlock 2021-08-28 17:25:40 +02:00
phiresky
a7bbd93845 fix spawning adapters 2021-08-26 16:00:27 +02:00
phiresky
020000cc77 fixes to postprocessing 2021-08-26 14:54:42 +02:00
phiresky
92cbfd9c85
Merge pull request #79 from cpick/mention-graphicsmagick
Revert "Fix error message mentionning graphicsmagick instead of imagemagick"
2020-12-03 15:14:23 +01:00
Chris Pick
b48f4ce682 Revert "Fix error message mentionning graphicsmagick instead of imagemagick"
As mentioned in
[a followup comment](https://github.com/phiresky/ripgrep-all/pull/19#issuecomment-633287929)
when this change from "graphicsmagick" to "imagemagick" was originally
merged, the code does currently call `gm` (src/adapters/pdfpages.rs:62)
and so does, in fact, need the "graphicsmagick" package.

This reverts commit 6d2df9162c.
2020-12-02 18:35:07 -05:00
phiresky
baca166fda fix prefixing 2020-09-30 17:26:42 +02:00
phiresky
dfc10cbb53 fix custom adapters 2020-09-30 16:49:56 +02:00
phiresky
ab5ddcad2e prefixing postprocessor 2020-09-30 16:22:54 +02:00
phiresky
cc744176ca small amount of progress 2020-09-28 22:55:55 +02:00
phiresky
bcc01f7a62 refactoring (partial) 2020-09-10 20:39:31 +02:00
phiresky
977074c6e6 rename FileMatcher 2020-09-10 20:39:31 +02:00
phiresky
766211edc4 partial fixes 2020-06-12 00:09:49 +02:00
phiresky
2f580b135a partial migration to read->read 2020-06-11 23:11:47 +02:00
phiresky
d0d74adfe9 try read -> read fn 2020-06-11 14:38:50 +02:00
phiresky
8070a94d84 make poppler and pandoc internal custom adapters 2020-06-09 18:27:22 +02:00
phiresky
144b554f0d zip print bytes pretty 2020-06-09 13:27:34 +02:00
phiresky
7b70188d77 add lots of debug logs, perf timings 2020-06-09 13:25:38 +02:00
phiresky
5410da1133 add lots of debug and timings 2020-06-09 12:47:34 +02:00
phiresky
94099baeb3 custom adapter initial 2020-06-09 01:45:52 +02:00
phiresky
f2d9393832 switch failure -> anyhow, parse byte suffix in cache-max-blob-len 2020-06-06 12:57:43 +02:00
phiresky
5d97c2ad5f log which command is being run in spawning file adapters 2020-05-20 15:59:14 +02:00
phiresky
45dd3346cd fix hyphenation in PDFs 2020-05-19 12:03:44 +02:00
phiresky
2924c8e007 use github workflow instead of travis 2020-05-19 11:10:11 +02:00
phiresky
32c3431837 upgrade dependencies, lints 2020-04-08 12:47:42 +02:00