Uploaded image for project: 'SystemDS'
  1. SystemDS
  2. SYSTEMDS-604

Undefined function error message not have line, col, and filename info

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • SystemML 0.10
    • Parser
    • None

    Description

      Given the following DML:

      print("howdy");
      a=foo();
      

      Results in the following error message:

      Caused by: org.apache.sysml.parser.LanguageException: ERROR: null -- line 0, column 0 -- function foo is undefined in namespace .defaultNS
      	at org.apache.sysml.parser.StatementBlock.isMergeableFunctionCallBlock(StatementBlock.java:201)
      

      The line number, the column number, and the filename (if available) of the undefined function should be displayed.

      Attachments

        Activity

          People

            deron Jon Deron Eriksson
            deron Jon Deron Eriksson
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: