Commit Graph

21 Commits

Author SHA1 Message Date
Matthias Beyer b30cde474d Merge pull request #319 from matthiasbeyer/libimagrt/std-hook-register-error-only-debugoutput
Libimagrt/std hook register error only debugoutput
2016-04-06 11:14:44 +02:00
Matthias Beyer 9a094fcd94 Partially revert 7f1a671
Removed the logger initialization, which was not caught by review
somehow.

This patch re-adds the appropriate lines.
2016-04-05 17:48:21 +02:00
Matthias Beyer 4f391d0e04 Spit out the traceback for hook registration errors only in debug mode
This patch is added because this error occours only if there is no
configuration file with the appropriate settings available.

There will still be a warning about hook registration failed, but the
traceback will only be visitible in `--debug` mode.
2016-04-05 16:50:17 +02:00
Matthias Beyer ee61d079bd Merge pull request #295 from matthiasbeyer/libimagrt/config-for-everyone
Libimagrt/config for everyone
2016-03-26 21:29:40 +01:00
Matthias Beyer 1bcc05a855 Add Runtime::config() 2016-03-26 20:48:32 +01:00
Matthias Beyer 7f1a671e4d Add debug hook 2016-03-26 18:20:12 +01:00
Matthias Beyer d6aa42bd60 Move logger initialization to earliest possible point 2016-03-26 15:29:24 +01:00
Kai Sickeler b315cb7fd0 Add editor()
Signed-off-by: Kai Sickeler <k.sickeler@gmail.com>
2016-03-21 11:29:06 +01:00
Matthias Beyer 09c8b4d561 rt: Add Store::new() config passing 2016-03-16 16:46:54 +01:00
Matthias Beyer 2fa10067fb Configuration is optional 2016-03-07 10:32:10 +01:00
Matthias Beyer 21d5d32d50 Configuration: Provide config() getter, remove the default() implementation therefor 2016-03-05 12:36:11 +01:00
Matthias Beyer 43859aa6d3 Merge pull request #207 from matthiasbeyer/update-clap
Update clap
2016-02-23 10:13:52 +01:00
Matthias Beyer a09b5281db libimagrt: Update clap 2016-02-20 21:15:09 +01:00
Matthias Beyer 37795a035d rt: Remove short versions for "config" and "runtimepath" std arg 2016-02-20 21:02:43 +01:00
Matthias Beyer 0931ede580 Merge pull request #165 from matthiasbeyer/remove-unused-imports
Remove unused imports
2016-01-30 13:47:57 +01:00
Matthias Beyer 770bffa736 rt/runtime: Remove unused imports 2016-01-29 23:05:03 +01:00
Matthias Beyer 3a19ab12d8 Fix: Use env(HOME) instead of "~" 2016-01-29 20:38:07 +01:00
Matthias Beyer 4c0903c718 Fix: We dont need the initial / when pushing 2016-01-28 20:07:38 +01:00
Matthias Beyer aec1649166 rt: Runtime::new() should return Result<> 2016-01-23 11:57:40 +01:00
Matthias Beyer 9495fc0443 Add documentation to Runtime type 2016-01-21 21:24:20 +01:00
Matthias Beyer 8bc8217fa7 Move Runtime (type) to runtime (module) 2016-01-20 20:47:44 +01:00