1
1
mirror of https://github.com/k-bx/par.git synced 2024-10-03 18:27:19 +03:00
Commit Graph

62 Commits

Author SHA1 Message Date
Kostiantyn Rybnikov
a8bce1b806 New lts 2020-04-25 23:30:00 +03:00
Kostiantyn Rybnikov
e2a536ae93
Merge pull request #10 from proger/stdin
Use stdin lines for commands when there are no arguments
2019-08-23 13:56:38 +03:00
Vlad Ki
514f9d8f2e use stdin lines for commands when there are no arguments 2019-08-23 12:33:28 +03:00
Vlad Ki
b7809ca0d6 debug prints to stderr 2019-08-23 12:27:35 +03:00
Vlad Ki
bbd85a8c59 properly buffer output, avoids delays when piped 2019-08-23 12:27:24 +03:00
Vlad Ki
5f6456279e move LANGUAGE options to default-extensions 2019-08-23 12:25:14 +03:00
Kostiantyn Rybnikov
e4b409fdee Describe some techniques 2019-06-18 17:19:49 +03:00
Kostiantyn Rybnikov
d3e85c3ab7 Update to latest nightly 2019-03-11 19:29:18 +02:00
Kostiantyn Rybnikov
0f8b3be6e1 Use lts-12.9 2018-09-03 18:52:17 +03:00
Kostiantyn Rybnikov
f8d3150041 Reformat, add -Wall 2018-03-27 15:36:10 +03:00
Kostiantyn Rybnikov
d7bdeae5fb Forgot to fix version in cabal, making 1.0.9 2017-08-04 16:53:06 +02:00
Kostiantyn Rybnikov
bd999fea3f Fix version number 2017-08-04 16:41:54 +02:00
Kostiantyn Rybnikov
efe804a53e Add changelog item 2017-08-04 16:41:32 +02:00
Kostiantyn Rybnikov
83dd73dd1c Merge pull request #9 from qrilka/slave-thread-to-async
Migrated to async completely
2017-08-04 16:40:28 +02:00
Kirill Zaborsky
083cb1cbae Migrated to async completely 2017-08-04 12:27:28 +03:00
Kostiantyn Rybnikov
b8d71c53cd 1.0.7 2017-08-03 14:49:53 +02:00
Kostiantyn Rybnikov
c40891c920 Add travis icon 2017-08-03 14:48:56 +02:00
Kostiantyn Rybnikov
ce42426298 Add travis support 2017-08-03 14:47:48 +02:00
Kostiantyn Rybnikov
27ee91006e Merge pull request #8 from qrilka/fork-finally
Using forkFinally instead of fork + finally
2017-08-03 14:46:55 +02:00
Kirill Zaborsky
9aa6601cba Using forkFinally instead of fork + finally 2017-08-03 15:45:32 +03:00
Kostiantyn Rybnikov
19765f4592 Merge pull request #7 from qrilka/verbose-option
Verbose option
2017-08-03 14:45:10 +02:00
Kirill Zaborsky
ed5ad71ab3 Removed unused dependencies 2017-08-03 15:39:33 +03:00
Kirill Zaborsky
18ceefebb7 Added verbose output option to allow some debugging 2017-08-03 15:39:01 +03:00
Kostiantyn Rybnikov
1bda2d0f28 Fix build, reformat 2017-08-03 13:35:03 +02:00
Kostiantyn Rybnikov
7fbc09b488 Update resolver to lts-9.0 2017-08-03 13:31:30 +02:00
Kostiantyn Rybnikov
2ada4daeef Use stack in build-instructions 2015-09-13 18:16:47 +03:00
Kostiantyn Rybnikov
b3708f3f4b 1.0.6 2015-08-08 01:23:21 +03:00
Kostiantyn Rybnikov
4ba069a7cf Add master-process support 2015-08-08 01:20:14 +03:00
Kostiantyn Rybnikov
3ba4293ea4 Add stack tool support 2015-08-08 00:16:05 +03:00
Konstantine Rybnikov
584f81f28e Print failed command 2015-04-21 18:22:31 +03:00
Konstantine Rybnikov
89096fa57a Get back to line-by-line processing 2015-04-21 18:08:55 +03:00
Konstantine Rybnikov
8637c5c225 1.0.4 2015-04-21 18:02:35 +03:00
Konstantine Rybnikov
5840649e91 Increase chunk size 2015-04-21 18:02:19 +03:00
Konstantine Rybnikov
b9d265de5b Newlines correction 2015-04-21 18:00:00 +03:00
Konstantine Rybnikov
412fbcb720 Fix newline issues once again 2015-04-21 17:57:13 +03:00
Konstantine Rybnikov
81904a04d4 Fix newline issues 2015-04-21 16:09:47 +03:00
Konstantine Rybnikov
42cfcf108c Fix prefixing issues after by-chunk logic 2015-04-20 13:11:23 +03:00
Konstantine Rybnikov
7deb492248 Remove --succeed option 2015-04-14 14:31:19 +03:00
Konstantine Rybnikov
30bf207800 Use bounded-queue 2015-04-14 14:23:27 +03:00
Konstantine Rybnikov
671f00bae4 Use ByteString type
Also:

- read data in chunks instead of lines
- check for eof explicitly
2015-04-14 14:19:19 +03:00
Konstantine Rybnikov
9fb50ef5a6 Ensure whole output is forwarded 2015-04-14 14:02:43 +03:00
Konstantine Rybnikov
613f63d5d0 Remove note on specific set of versions 2015-04-08 23:34:36 +03:00
Konstantine Rybnikov
5dbb404d3a Update install instructions 2015-04-08 23:01:43 +03:00
Konstantine Rybnikov
6ae84d84cc Typo 2015-04-08 22:45:27 +03:00
Konstantine Rybnikov
761d48977a Add "make transfer" rule 2015-04-08 22:44:22 +03:00
Konstantine Rybnikov
3aadd25c15 Remove that full help
Need to make people read github now
2015-04-08 22:40:43 +03:00
Konstantine Rybnikov
afb0354d85 1.0.1
Also fix markdown a little
2015-04-08 22:25:05 +03:00
Konstantine Rybnikov
cef918fd1b Make README a copy-paste of help
Also get rid of cabal.config, that was stupid
2015-04-08 22:22:02 +03:00
Konstantine Rybnikov
3ca61cd7b4 Use TQueues to avoid races in output 2015-04-08 22:14:56 +03:00
Konstantine Rybnikov
3201c8e678 Add --help in README 2015-04-08 18:47:43 +03:00