riboseinc / riffol

Initialization system in Rust
26 stars 4 forks source link

Exits with no reason #45

Closed shimunn closed 5 years ago

shimunn commented 5 years ago

Hi,

I'm currently trying to get riffol running without any luck, I've tried the latest release from github, crates.io and compiled the latest version from git. But all of them exhibit the same behaviour, if I run the binary it exists straight away with no error message and exit code 0, specifying a config or not doesn't make a difference. I've tried on my machine(Fedora 29 64bit) and under docker(debian:latest).

shimunn commented 5 years ago

Was missing a , in my config also opened a PR to print those errors to stderr.

ronaldtse commented 5 years ago

@shimunn thank you for the report! Indeed it should display any parsing errors such as the missing ,. Needs to be more robust...