imag/lib/core
Matthias Beyer eca7219039 Rewrite configuration providing in runtime
Before the configuration object (the raw TOML object) was provided via a
wrapper object `Configuration`. This was ugly and not very nice to use.

Now, we only have the `toml::Value` object we lend out from
`Runtime::config()`.

The changes included libimagrt internal rewrites, which are not visible
to the user. Anyways, this change changes the API for config-fetching
from the runtime, so fixes for all other crates may follow.

The changes also removed the support for reading the "editor" setting
from the configuration file, which was not used anyways (in the example
imagrc.toml file).
The CLI-reading and ENV-reading are still supported, though.
2017-10-31 09:25:14 +01:00
..
libimagerror Merge pull request #1131 from matthiasbeyer/libimagerror/trace-and-unwrap-helper 2017-10-12 22:08:48 +02:00
libimagrt Rewrite configuration providing in runtime 2017-10-31 09:25:14 +01:00
libimagstore Remove accidentially slipped-in println 2017-10-15 19:49:06 +02:00