[
https://issues.apache.org/jira/browse/SYSTEMML-1858?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Deron Eriksson resolved SYSTEMML-1858.
--------------------------------------
Resolution: Fixed
Fix Version/s: SystemML 1.0
Fixed by [PR635|https://github.com/apache/systemml/pull/635].
> Make parsed script text available for validation errors
> -------------------------------------------------------
>
> Key: SYSTEMML-1858
> URL: https://issues.apache.org/jira/browse/SYSTEMML-1858
> Project: SystemML
> Issue Type: Improvement
> Components: Parser, Runtime
> Reporter: Deron Eriksson
> Assignee: Deron Eriksson
> Fix For: SystemML 1.0
>
>
> Currently original script text is not available for validation errors, which
> makes it difficult to generate helpful validation errors (besides reporting
> the error and the beginning line/column where the error is located). It would
> be helpful during validation error reporting to pass the tokenized text which
> is already generated by antlr to classes such as statements and expressions
> so that the script text can be utilized to generate more helpful error
> messages, which can include information such as the statement that generated
> the error.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)