Commit graph

26 commits

Author SHA1 Message Date
2b8bd86ce1 Runtime::editor() should provide a Command object 2016-01-02 20:06:21 +01:00
77d2b189fb Configuration does not store verbose/debugging flag information 2016-01-02 15:39:57 +01:00
745f57e480 ImagLogger can be configured through the CLI only now 2016-01-02 15:29:11 +01:00
Homu
25045b7345 Auto merge of #34 - matthiasbeyer:doc, r=matthiasbeyer
Add some documentation

Still does not produce the documentation I want, though it basically works now.
2015-12-30 17:54:41 +09:00
bab5614247 runtime.rs: Add options to editor string 2015-12-30 02:53:41 +01:00
6179c9e73f runtime.rs: Add possibility to fetch editor 2015-12-30 02:53:41 +01:00
89cc625133 runtime.rs: Add docs to functions 2015-12-29 18:20:56 +01:00
c8a0c1168d Initialize store in Runtime object, pass store path directly into Store object 2015-12-28 00:39:55 +01:00
f7a92b6e79 Resort "use"
First comes std stuff
Second is external crates
Then we have own modules

All in alphabetical order and as few lines as possible if readability is
preserved.
2015-12-05 01:14:13 +01:00
a5dabe55a9 Provide getter for store path in Runtime object 2015-12-01 18:37:44 +01:00
990252e4e4 Implement Debug for Runtime 2015-11-27 19:22:09 +01:00
7786eed7f0 Fix: unused import 2015-11-27 16:59:05 +01:00
e1faad7a28 Add runtime rtp getter (and in cli and configuration types) 2015-11-23 19:48:37 +01:00
1ecb13a8fe Remove early logging, doesnt work 2015-11-07 23:38:40 +01:00
b98dea3946 Rename "Config" to "CliConfig" 2015-10-27 00:02:42 +01:00
904d3fa8c0 Pass configuration from cfg file to Runtime as well 2015-10-27 00:01:11 +01:00
497cdde581 Logger should respect configuration 2015-10-26 23:59:24 +01:00
7f224e8f58 Replace all output with macros from logging library 2015-10-26 20:58:52 +01:00
127c99f16f Remove old logging functions 2015-10-26 20:53:49 +01:00
c41ec1d85c Add logger with logging library 2015-10-26 20:53:12 +01:00
f7421cf252 Runtime print helpers should get a &'static str 2015-10-25 20:10:49 +01:00
c39d43fbd3 Runtime publishes config 2015-10-25 20:10:49 +01:00
3556e5adc6 Refactor complete CLI code 2015-10-25 19:52:31 +01:00
02029b9b26 Export cli::Config here 2015-10-25 18:43:47 +01:00
98c782212c We should use references here 2015-10-18 21:15:05 +02:00
bd6df27aec Add runtime module 2015-10-18 20:52:52 +02:00