Nicer error message when constant pool overflows

Issue #86 resolved
Jesper Öqvist created an issue

Generate a nicer error message for constant pool overflows. Currently a stack trace is printed when this occurs.

Comments (2)

  1. Jesper Öqvist reporter

    Added missing enclosing instance check

    Extra check to report better error message for some cases where an enclosing instance is missing, rather than throwing exception during code gen.

    fixes #86 (bitbucket)

    → <<cset 701eb1351faf>>

  2. Log in to comment