Raise proper error message on YAML syntax issues
gcasale opened this issue · 4 comments
Hi, could you pls post a minimal example to reproduce this error? An example of the modified YAML file would be good.
However, you are talking about "tabs"... So, the YAML spec forbids tab characters. For indentation, you have to use space characters accordingly. Otherwise, the GMT's YAML parser won't be able to process the files. Further, when using spaces, you either must use two or four spaces to indent the files (for the whole file). So, could it be the case you mixed the indentation size and introduced a YAML syntax error? I think you can also use RADON IDE and set the language to "YAML" to verify this... As I said, a minimal example would be helpful to investigate further.
Well, of course, the error message is indeed kinda misleading in such a scenario. We'll look into this to provide a more useful message.
Done over the email