During class compilation, it would be nice if a notification is signaled on every method compilation failure with the option to resume. If resumed, Rowan would continue method compilations. This would allow JfP to inform the user of all method compilation failures.
Currently, if a method fails compilation during the during class compile, Rowan signals a CompileError once and stops.
Helpful information to provide in the notification:
- method source
- selector
- class name
- error message / source offset