Bug 471372 - Better runtime error reporting
Summary: Better runtime error reporting
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Golo (show other bugs)
Version: unspecified   Edit
Hardware: PC Mac OS X
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: investigate, usability
Depends on:
Blocks:
 
Reported: 2015-06-29 16:08 EDT by Julien Ponge CLA
Modified: 2016-05-25 10:27 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Julien Ponge CLA 2015-06-29 16:08:12 EDT
The Golo runtime provides a very crude error reporting in the form of plain old Java exceptions.

We could improve this by:

* giving more explicit messages, possibly with context information
* filtering stack traces to get rid of LambdaForm and other noise.
Comment 1 Julien Ponge CLA 2015-09-29 05:33:09 EDT
See https://github.com/eclipse/golo-lang/pull/304