Commit Graph

32 Commits

Author SHA1 Message Date
mario 8df5519f34 Move `[profile.dev] codegen-units = 2` to top-level Cargo.toml
lower level (=package/crate level) definitions for profiles are ignored
2017-01-19 20:08:51 +01:00
Matthias Beyer 002c50a39e Merge pull request #826 from matthiasbeyer/clap-completion
Bake in shell-compl generation
2016-11-05 13:22:55 +01:00
Matthias Beyer 17f42fd5e4 Update clap to >=2.17
So we have `clap::App::get_name()`.
2016-11-02 14:37:45 +01:00
Matthias Beyer 0a04081599 Merge pull request #656 from matthiasbeyer/cargo-rustc-codegen-units
Cargo rustc codegen units
2016-10-31 23:39:38 +01:00
Matthias Beyer 97eedf80fe Fix for itertools update: sort_by -> sorted_by 2016-10-25 09:33:59 +02:00
Matthias Beyer 10ca4a7999 imag-notes/Cargo.toml: Update dependencies 2016-10-24 14:30:54 +02:00
Matthias Beyer 1e5e7295ac Add codegen-units = 2 in ./imag-notes/Cargo.toml 2016-10-24 13:53:42 +02:00
Matthias Beyer b5bfc1978c Fix: Cargo.toml does not know "website", but "homepage" 2016-10-20 14:14:18 +02:00
Matthias Beyer 0dc93622c7 Add meta-info in imag-notes/Cargo.toml 2016-10-18 10:56:12 +02:00
Matthias Beyer 73d67b1f18 imag-notes: Add copyright notice to all files 2016-10-01 17:35:06 +02:00
Matthias Beyer 473e6d5b6a imag-notes: Use Err/Ok utils to map over results and refactor code 2016-09-08 13:57:09 +02:00
Matthias Beyer 4614b9d430 Use libimagentryedit instead of libimagrt 2016-08-09 15:47:56 +02:00
Kai Sickeler 49c5cd7c54 Upgrade clap dependency to 2.* 2016-08-06 17:36:53 +02:00
Kai Sickeler 34ea40381f removed warnings 2016-07-30 19:21:07 +02:00
Matthias Beyer fb95c09134 Fix panic on unwrap()
Surprisingly, the ArgGroup feature of clap (which was applied in a wrong
way here anyways) caused the "name" Arg to be inaccessible. I don't know
why, but that's it.

Removing the group fixes the issue.
2016-07-26 15:57:43 +02:00
Matthias Beyer 703788d9d2 Replace trace_error() with trace_error_exit() where appropriate 2016-07-16 21:57:29 +02:00
Matthias Beyer 9337a14cdd Update all version strings: 0.1.0 -> 0.2.0 2016-07-12 11:51:20 +02:00
Matthias Beyer 91f1e46282 Add value_name() call in ui specification code 2016-06-08 14:11:13 +02:00
Matthias Beyer bbad841a60 Rewrite edit_entry() to use Store::get() 2016-05-28 21:27:55 +02:00
Matthias Beyer 04d66d269e imag-notes: Remove setup code and use helper 2016-05-18 22:57:04 +02:00
Matthias Beyer 9e1e0ba6df imag-notes: Change dependency from libimagutil -> libimagerror 2016-05-17 20:28:02 +02:00
Andre Bogus dfd6a9b0d3 style adaptations
these were introduced following suggestions from
https://crates.io/crate/clippy
2016-05-13 22:26:48 +02:00
Matthias Beyer a2ca6b4feb Update log: 0.3.* -> 0.3 2016-05-10 17:54:47 +02:00
Matthias Beyer 85800e7758 imag-notes: Replace .err().unwrap() with .unwrap_err() 2016-04-20 21:45:26 +02:00
Matthias Beyer 3e29ec0187 Merge pull request #359 from matthiasbeyer/remove-init-logging
Remove init logging
2016-04-17 16:27:37 +02:00
Matthias Beyer 28ffd63991 Remove init-logging from imag-notes 2016-04-17 15:30:33 +02:00
Matthias Beyer 6edae00d1a Fix names: libimagtag -> libimagentrytag 2016-04-16 22:33:37 +02:00
Matthias Beyer 15dc163504 Add option to edit after creating 2016-03-26 16:43:33 +01:00
Matthias Beyer 272243a125 Implement edit() 2016-03-26 16:43:33 +01:00
Matthias Beyer 506cebf594 Remove warnings 2016-03-26 16:43:33 +01:00
Matthias Beyer c7c092be93 Move cli-name-extracting into helper function 2016-03-26 16:43:33 +01:00
Matthias Beyer 8ee4a7ff50 Initial import for imag-notes 2016-03-26 16:43:33 +01:00