[ https://issues.apache.org/jira/browse/SYSTEMML-625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15254966#comment-15254966 ]
Deron Eriksson commented on SYSTEMML-625: ----------------------------------------- Thank you [~gweidner]. Fixed by [PR126|https://github.com/apache/incubator-systemml/pull/126]. > 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)