Commit graph

3284 commits

Author SHA1 Message Date
17f42fd5e4 Update clap to >=2.17
So we have `clap::App::get_name()`.
2016-11-02 14:37:45 +01:00
39304db8ba Clone App here so we can consume it elsewhere 2016-11-02 14:37:45 +01:00
82e61db4f7 Bake in shell-compl generation
Therefor we need to have at least clap 2.16.1.

We bake this into libimagrt::runtime::Runtime, so all binary crates
should automatically have it.
2016-10-28 09:42:44 +02:00
0404b24333 Merge pull request #822 from matthiasbeyer/update-deps
Update deps
2016-10-25 15:24:17 +02:00
f6a1c7d56f Merge pull request #823 from matthiasbeyer/make-check
Make: Add -check targets to "cargo check"
2016-10-25 13:46:55 +02:00
99e0b2ea8c Update task-hookrs dependency to 0.2.2 2016-10-25 13:40:02 +02:00
523c84baff Make: Add -check targets to "cargo check" 2016-10-25 09:35:07 +02:00
97eedf80fe Fix for itertools update: sort_by -> sorted_by 2016-10-25 09:33:59 +02:00
d14c9720e7 Merge pull request #821 from matthiasbeyer/release-commits-import
Release commits import
2016-10-25 09:10:05 +02:00
44f44a0c7f libimagutil/Cargo.toml: Update dependencies 2016-10-24 15:51:19 +02:00
6a26e26651 libimagtodo/Cargo.toml: Update dependencies 2016-10-24 14:30:54 +02:00
1918f25c64 libimagtimeui/Cargo.toml: Update dependencies 2016-10-24 14:30:54 +02:00
7bafa10240 libimagstorestdhook/Cargo.toml: Update dependencies 2016-10-24 14:30:54 +02:00
5ad2bfc462 libimagstore/Cargo.toml: Update dependencies 2016-10-24 14:30:54 +02:00
9e0c523b97 libimagrt/Cargo.toml: Update dependencies 2016-10-24 14:30:54 +02:00
b4ab666ce7 libimagref/Cargo.toml: Update dependencies 2016-10-24 14:30:54 +02:00
40cc9e593d libimagnotes/Cargo.toml: Update dependencies 2016-10-24 14:30:54 +02:00
3b9d1082c7 libimagmail/Cargo.toml: Update dependencies 2016-10-24 14:30:54 +02:00
96b7d0427c libimaginteraction/Cargo.toml: Update dependencies 2016-10-24 14:30:54 +02:00
e55e805c6c libimagerror/Cargo.toml: Update dependencies 2016-10-24 14:30:54 +02:00
61c3bf03d2 libimagentryview/Cargo.toml: Update dependencies 2016-10-24 14:30:54 +02:00
bbe9884ca6 libimagentrytag/Cargo.toml: Update dependencies 2016-10-24 14:30:54 +02:00
24e23b263a libimagentrymarkdown/Cargo.toml: Update dependencies 2016-10-24 14:30:54 +02:00
b5a83f1b8a libimagentrylink/Cargo.toml: Update dependencies 2016-10-24 14:30:54 +02:00
e8cad23ddb libimagentryfilter/Cargo.toml: Update dependencies 2016-10-24 14:30:54 +02:00
a64320c3f5 libimagdiary/Cargo.toml: Update dependencies 2016-10-24 14:30:54 +02:00
34b0487359 libimagcounter/Cargo.toml: Update dependencies 2016-10-24 14:30:54 +02:00
23e5778e3c libimagbookmark/Cargo.toml: Update dependencies 2016-10-24 14:30:54 +02:00
6e9a9fdd94 imag-view/Cargo.toml: Update dependencies 2016-10-24 14:30:54 +02:00
867fd527b4 imag-todo/Cargo.toml: Update dependencies 2016-10-24 14:30:54 +02:00
f2d0f0e049 imag-tag/Cargo.toml: Update dependencies 2016-10-24 14:30:54 +02:00
a07160494a imag-store/Cargo.toml: Update dependencies 2016-10-24 14:30:54 +02:00
d0f7a0066a imag-ref/Cargo.toml: Update dependencies 2016-10-24 14:30:54 +02:00
10ca4a7999 imag-notes/Cargo.toml: Update dependencies 2016-10-24 14:30:54 +02:00
52820c4f1e imag-link/Cargo.toml: Update dependencies 2016-10-24 14:30:54 +02:00
6385561926 imag-diary/Cargo.toml: Update dependencies 2016-10-24 14:30:54 +02:00
ca89bc5962 bin/Cargo.toml: Update dependencies 2016-10-24 14:30:54 +02:00
e4ddae7f10 Fix version string in imag-bookmark as well 2016-10-24 13:45:07 +02:00
420f31f50b Fix messed up version string 2016-10-24 13:44:48 +02:00
bdbf5cedfb Merge pull request #820 from Thiez/libimagerror/traceiter
Add Iterator for Iterator<Item = Result<T, Error>> tracing
2016-10-21 16:39:42 +02:00
Matthijs Hofstra
7a5f5b5061 Simplify OnErr iterator next and next_back 2016-10-21 11:03:02 +02:00
0cd5aa475e Merge pull request #817 from matthiasbeyer/resolve-hidden-errs
Resolve hidden errs
2016-10-20 21:29:10 +02:00
89af64c27f Merge pull request #804 from matthiasbeyer/libimagentrylink/iterators
Initial add iterators for link library
2016-10-20 18:41:19 +02:00
dc097a1a62 Resolve TODO: trace errors while filtering 2016-10-20 18:30:44 +02:00
e9519e9a3d Resolve TODO: Do not hide error, but instantly return it 2016-10-20 18:30:44 +02:00
7a5134ead2 Resolve TODO: Ref::get_path_hash() should return Result<String> 2016-10-20 18:30:44 +02:00
41aaaf9ddc Merge pull request #819 from matthiasbeyer/fix-toml-website-field
Fix: Cargo.toml does not know "website", but "homepage"
2016-10-20 17:03:42 +02:00
Matthijs Hofstra
174a9b2d40 Add trait for Iterator<Item=Result<T,E>> tracing 2016-10-20 14:50:36 +02:00
b5bfc1978c Fix: Cargo.toml does not know "website", but "homepage" 2016-10-20 14:14:18 +02:00
e4e5fafce2 Make fn pub 2016-10-20 14:11:47 +02:00