Commit Graph

40 Commits

Author SHA1 Message Date
Matthias Beyer 9650f46e23 Version strings: 0.2.0 -> 0.3.0 2017-05-03 10:48:26 +02:00
Matthias Beyer 638e48197b This function does not need to be public 2017-02-23 12:38:40 +01:00
Matthias Beyer a1b210fc14 Remove unused imports from libimaginteraction 2017-02-04 11:05:57 +01:00
Matthias Beyer 6e47ce8de7 Update regex to 0.2.* 2017-01-30 08:06:57 +01:00
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 96b7d0427c libimaginteraction/Cargo.toml: Update dependencies 2016-10-24 14:30:54 +02:00
Matthias Beyer 2244981151 Add codegen-units = 2 in ./libimaginteraction/Cargo.toml 2016-10-24 13:51:39 +02:00
Matthias Beyer b5bfc1978c Fix: Cargo.toml does not know "website", but "homepage" 2016-10-20 14:14:18 +02:00
Matthias Beyer 9c10216298 Add meta-info in libimaginteraction/Cargo.toml 2016-10-18 10:56:12 +02:00
Matthias Beyer e8ae4c0da7 Create symlinks to documentation files in libimag*/README.md 2016-10-13 12:04:36 +02:00
Matthias Beyer e30d774670 Move all libimag*/README.md to doc/src/05100-* 2016-10-13 12:04:36 +02:00
Matthias Beyer fbd6e790c7 Increment header levels in the README.md files of the libraries 2016-10-13 12:04:36 +02:00
Matthias Beyer 846c2d0325 Create history file if it does not exist 2016-10-06 18:40:14 +02:00
Matthias Beyer 734826a2cd Add initial readline backend implementation 2016-10-06 18:40:14 +02:00
Matthias Beyer 858f310fda Add error kinds for readline errors 2016-10-06 18:39:21 +02:00
Matthias Beyer 33f02fd776 Add dependencies 2016-10-06 18:39:21 +02:00
Matthias Beyer 6b809a5a27 libimaginteraction: Add copyright notice to all files 2016-10-01 17:35:06 +02:00
Matthias Beyer 12e7544a2a Move code from libimagentryselect to libimaginteraction 2016-09-17 19:26:06 +02:00
Matthias Beyer 2e627a5721 Add README.md for libimaginteraction 2016-08-24 14:25:57 +02:00
Gavin Thomas Claugus 0bb34b4777 libimaginteraction: Deny warnings
Signed-off-by: Gavin Thomas Claugus <gclaugus@gmail.com>
2016-07-26 16:29:32 -04:00
Matthias Beyer 9337a14cdd Update all version strings: 0.1.0 -> 0.2.0 2016-07-12 11:51:20 +02:00
Matthias Beyer 426fe45577 Fix bug when newline is in the input 2016-07-07 18:46:15 +02:00
Matthias Beyer d2fa853a08 libimaginteraction: use generate_error_module!() macro and reexport generated types 2016-05-19 20:32:23 +02:00
Matthias Beyer 81d46f9e74 libimaginteraction: Replace error module imports with macro helper 2016-05-19 18:22:03 +02:00
Matthias Beyer 841d26fdd0 libimaginteraction: Replace error code with code generator macro 2016-05-17 00:26:36 +02:00
Andre Bogus 981707c9c9 more style adaptations
again following clippy
2016-05-13 22:27:53 +02:00
Matthias Beyer 40fed760d5 Update log: 0.3.* -> 0.3 2016-05-10 17:54:47 +02:00
Matthias Beyer a4eaab5d56 libimaginteraction Update regex 0.1.x -> 0.1.* 2016-04-17 21:00:31 +02:00
Matthias Beyer a3f3cd3e00 Implement ask_select_from_list() 2016-04-12 16:40:41 +02:00
Matthias Beyer c2e2fca8eb Add result type 2016-04-12 16:40:32 +02:00
Matthias Beyer 6f3b3d6b83 Add error module 2016-04-12 16:40:25 +02:00
Matthias Beyer 6b0535aaca Remove ask_enum() 2016-04-09 19:48:08 +02:00
Matthias Beyer 47d08224db Add implementation for ask_string() 2016-04-06 18:26:28 +02:00
Matthias Beyer 860888c06f Implement ask_uint() including tests 2016-04-06 18:05:49 +02:00
Matthias Beyer 747324ae85 Move real implementation to helper, so we can test.
Tests were added, and yes I'm doing some `assert!((foo == true)` here,
so it is easier to spot what happens here, as a `!` is overlooked
sometimes.
2016-04-06 17:54:11 +02:00
Matthias Beyer 253d080625 Add initial codebase for ask_() functions 2016-04-06 17:54:11 +02:00
Matthias Beyer b9769f4fe6 Initial import 2016-04-06 17:54:11 +02:00