Skip to content

2.4.0: Improved error messages

Compare
Choose a tag to compare
@thekid thekid released this 08 Jun 00:25
· 1191 commits to master since this release
  • Added context to various parse errors. Now messages read something
    like Expected ",", have "(end)"" in parameter list.
    (@thekid)
  • Improved error messages: Include file name (w/o full path) and line
    number in exceptions raised from class loading.
    (@thekid)