You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@daffodil.apache.org by "Dave Thompson (JIRA)" <ji...@apache.org> on 2018/10/09 13:26:00 UTC

[jira] [Closed] (DAFFODIL-1978) Change runtime to use vectors not lists/seq

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

Dave Thompson closed DAFFODIL-1978.
-----------------------------------

Pulled latest updates from incubator-daffodil repository which included specified commit, 8dcb4e4cc8f486bb5ef082719be36ef519fd361e.

Verified daffodil successfully builds and executes all sbt tests.

Verified changes specified in the commit comment by code review.

All nightly tests also executed successfully.

> Change runtime to use vectors not lists/seq
> -------------------------------------------
>
>                 Key: DAFFODIL-1978
>                 URL: https://issues.apache.org/jira/browse/DAFFODIL-1978
>             Project: Daffodil
>          Issue Type: Improvement
>          Components: Clean Ups
>    Affects Versions: 2.1.0
>            Reporter: Michael Beckerle
>            Assignee: Dave Thompson
>            Priority: Minor
>             Fix For: 2.2.0
>
>
> The runtime should be using Vector, not Seq/List.
> Change childProcessors and runtimeDependencies to Vector types, and all usages then as well.
> The core/compiler primtives layer is the bridge between DSOM and the grammar, which deal in List/Seq, and the runtime, which uses Vectors.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)