@Casey Brooks: I'm trying your tutorial (https://dev.to/cjbrooks12/how-to-document-a-kotlin-project-edc) but applied to my project. Everything works fine except that it refuses to read my config.yml . Any idea what could be wrong? It finds the wiki, it finds the README integration, but it doesn't take anything I put in the config.yml
bjonnh
02/24/2019, 6:35 PM
Looks like it was because I had line returns between each section…
c
Casey Brooks
02/25/2019, 3:46 PM
Having newlines between YAML sections shouldn’t matter. I’ve been noticing that occasionally some parts of the config.yml don’t reload between builds when they should be, but I haven’t quite nailed down the issue yet. If you kill and restart the process, do the changes to config.yml get applied?
b
bjonnh
02/25/2019, 11:36 PM
yes they do. But I always have to restart it anytime I change my config
bjonnh
02/25/2019, 11:37 PM
and if there is an error, it just doesn't load the config.yml but doesn't say anything. Which is pretty annoying
c
Casey Brooks
02/26/2019, 6:52 PM
do you mean if there’s a syntax error in the YAML? You’re right, there should be error messages printed in that case