trevordevore / levure

Application development framework for LiveCode
MIT License
32 stars 14 forks source link

Improved YAML error reporting #111

Closed macMikey closed 5 years ago

macMikey commented 5 years ago

• Include filename • Include line number • Include text of line (if line isn't blank) • (Attempt to) explain the error

trevordevore commented 5 years ago

@macMikey Thanks for the PR! Just one request - can you change the form of your errors codes to use spaces between & and lowercase cr. This is the current format used in Levure.

Example:

put "error loading stack" & quote & tStack & quote & cr & e into tError
trevordevore commented 5 years ago

@macMikey Thanks!