imag/lib/core/libimagrt/src
Matthias Beyer 1161562372 Remove handlebars exception in log implementation
The issue was that the handlebars implementation logs as well and if we
use handlebars in the logger implementation that causes recursion which
crashes the program.

With handlebars 1.0.5, there is a feature[0] to disable logging in
handlebars (compiletime) which we use with this patch. The
exception-checking in the log implementation can be removed therefore.

[0]: https://github.com/sunng87/handlebars-rust/pull/236#issuecomment-427014611

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2018-10-06 12:22:15 +02:00
..
configuration.rs Fix: Explicitely use Itertools::flatten() 2018-05-11 15:45:42 +02:00
error.rs Fix: Pass /dev/tty as stdin for editor 2018-03-23 23:55:06 +01:00
io.rs Provide LockedOutputProxy which holds locked variants of Stdout/Stderr 2018-03-04 15:42:00 +01:00
lib.rs Implement proxy object where runtime configures output 2018-03-04 13:57:44 +01:00
logger.rs Remove handlebars exception in log implementation 2018-10-06 12:22:15 +02:00
runtime.rs Add documentation for Runtime::init_logger() 2018-06-23 21:56:02 +02:00
setup.rs Update dates in license header 2018-02-07 02:48:53 +01:00
spec.rs Update dates in license header 2018-02-07 02:48:53 +01:00
version.rs Update version string: 0.8.0 -> 0.9.0 2018-05-09 11:39:33 +02:00