eric-hawthorne / relish

Automatically exported from code.google.com/p/relish
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Report source code location of runtime errors #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When a runtime error occurs, there is no context info. 
Add token.File info to ast.File nodes, then give a RMethod a reference to its 
ast.File. From this, we should have enough to use the currently executing ast 
node's Pos to state a source file location for the error.

Original issue reported on code.google.com by relis...@gmail.com on 22 Nov 2012 at 7:17

GoogleCodeExporter commented 9 years ago
Source-code location is now reported for many types of runtime errors.

Original comment by relis...@gmail.com on 19 Dec 2012 at 7:06