Open cyplo opened 6 years ago
Right now when the parsing of the DSL fails the error oftentimes includes a full dump of the structure, however it is enclosed within the error message string and thus formatted poorly, example:
Error: CompilationError { message: "cannot deserialize String(\n \"busadjaws\"\n) as integer" }
Imagine this being a more complicated struct - it gets worse.
Right now when the parsing of the DSL fails the error oftentimes includes a full dump of the structure, however it is enclosed within the error message string and thus formatted poorly, example:
Imagine this being a more complicated struct - it gets worse.