Gavin Thomas Claugus
|
0bb34b4777
|
libimaginteraction: Deny warnings
Signed-off-by: Gavin Thomas Claugus <gclaugus@gmail.com>
|
2016-07-26 16:29:32 -04:00 |
|
|
426fe45577
|
Fix bug when newline is in the input
|
2016-07-07 18:46:15 +02:00 |
|
|
d2fa853a08
|
libimaginteraction: use generate_error_module!() macro and reexport generated types
|
2016-05-19 20:32:23 +02:00 |
|
|
81d46f9e74
|
libimaginteraction: Replace error module imports with macro helper
|
2016-05-19 18:22:03 +02:00 |
|
|
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 |
|
|
a3f3cd3e00
|
Implement ask_select_from_list()
|
2016-04-12 16:40:41 +02:00 |
|
|
c2e2fca8eb
|
Add result type
|
2016-04-12 16:40:32 +02:00 |
|
|
6f3b3d6b83
|
Add error module
|
2016-04-12 16:40:25 +02:00 |
|
|
6b0535aaca
|
Remove ask_enum()
|
2016-04-09 19:48:08 +02:00 |
|
|
47d08224db
|
Add implementation for ask_string()
|
2016-04-06 18:26:28 +02:00 |
|
|
860888c06f
|
Implement ask_uint() including tests
|
2016-04-06 18:05:49 +02:00 |
|
|
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 |
|
|
253d080625
|
Add initial codebase for ask_() functions
|
2016-04-06 17:54:11 +02:00 |
|
|
b9769f4fe6
|
Initial import
|
2016-04-06 17:54:11 +02:00 |
|