[kepler-dev] [Bug 4710] New: RExpression fails to convert arrayType(niltype)

bugzilla-daemon at ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Thu Jan 28 18:09:16 PST 2010


http://bugzilla.ecoinformatics.org/show_bug.cgi?id=4710

           Summary: RExpression fails to convert arrayType(niltype)
           Product: Kepler
           Version: 1.x dev
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: actors
        AssignedTo: leinfelder at nceas.ucsb.edu
        ReportedBy: soong at nceas.ucsb.edu
         QAContact: kepler-dev at kepler-project.org


Create a workflow with 2 RExpressions.  The first should output c(NA, NA).  The
second should take the output from the first as input.  Hook a Display to the
output of the second to observe the error in R.  Basically, a token of
arrayType(niltype) is sent, but the second RExpression doesn't know how to
convert this and drops the token.  I think it just needs another entry of "||
(token_type_string.startsWith("arrayType(niltype"))" around line 631 of
RExpression.java.

-- 
Configure bugmail: http://bugzilla.ecoinformatics.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the Kepler-dev mailing list