You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@systemml.apache.org by "Mike Dusenberry (JIRA)" <ji...@apache.org> on 2016/05/05 16:36:12 UTC

[jira] [Updated] (SYSTEMML-625) Handle circular import references

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

Mike Dusenberry updated SYSTEMML-625:
-------------------------------------
    Fix Version/s: SystemML 0.10

> 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
>             Fix For: SystemML 0.10
>
>
> 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)