[ 
https://issues.apache.org/jira/browse/SYSTEMML-625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Deron Eriksson resolved SYSTEMML-625.
-------------------------------------
    Resolution: Fixed

> Handle circular import references
> ---------------------------------
>
>                 Key: SYSTEMML-625
>                 URL: https://issues.apache.org/jira/browse/SYSTEMML-625
>             Project: SystemML
>          Issue Type: Sub-task
>          Components: Parser
>            Reporter: Deron Eriksson
>            Assignee: Glenn Weidner
>
> Suppose we have a DML file named "example.dml" that contains a source call to 
> itself:
> {code}
> source("./example.dml") as example;
> {code}
> This produces an infinite loop that gives:
> {code}
> Exception in thread "main" java.lang.StackOverflowError
> {code}
> Similar error occurs for other types of circular references such as script1 
> imports script2 imports script3 imports1.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to