Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 97935200C50 for ; Sun, 9 Apr 2017 00:00:47 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 96452160B93; Sat, 8 Apr 2017 22:00:47 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id DE309160B83 for ; Sun, 9 Apr 2017 00:00:46 +0200 (CEST) Received: (qmail 91568 invoked by uid 500); 8 Apr 2017 22:00:46 -0000 Mailing-List: contact dev-help@taverna.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@taverna.incubator.apache.org Delivered-To: mailing list dev@taverna.incubator.apache.org Received: (qmail 91557 invoked by uid 99); 8 Apr 2017 22:00:46 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 Apr 2017 22:00:46 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 8E5C3C2592 for ; Sat, 8 Apr 2017 22:00:45 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -2.522 X-Spam-Level: X-Spam-Status: No, score=-2.522 tagged_above=-999 required=6.31 tests=[HTML_MESSAGE=2, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RCVD_IN_SORBS_SPAM=0.5, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id YGy0nZz0PoHu for ; Sat, 8 Apr 2017 22:00:41 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id CA7465F306 for ; Sat, 8 Apr 2017 22:00:40 +0000 (UTC) Received: (qmail 91518 invoked by uid 99); 8 Apr 2017 22:00:40 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 Apr 2017 22:00:40 +0000 Received: from mail-it0-f45.google.com (mail-it0-f45.google.com [209.85.214.45]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id B4BFE1A002E for ; Sat, 8 Apr 2017 22:00:39 +0000 (UTC) Received: by mail-it0-f45.google.com with SMTP id a140so9483125ita.0 for ; Sat, 08 Apr 2017 15:00:39 -0700 (PDT) X-Gm-Message-State: AN3rC/6BPBwNcJbCOB3lKjRzeLgnJcOrVIz/Pcwx3GW4ZkzLJQsPBqFMi8ujXIKxOslZU24cvgojJwWBU8uKCw== X-Received: by 10.36.253.73 with SMTP id m70mr5314989ith.19.1491688838965; Sat, 08 Apr 2017 15:00:38 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.56.10 with HTTP; Sat, 8 Apr 2017 15:00:38 -0700 (PDT) From: Thilina Manamgoda Date: Sun, 9 Apr 2017 03:30:38 +0530 X-Gmail-Original-Message-ID: Message-ID: Subject: CWL Pre Processing: $Import resolving To: Apache Dev Content-Type: multipart/alternative; boundary=94eb2c11c5105cb676054caedf31 archived-at: Sat, 08 Apr 2017 22:00:47 -0000 --94eb2c11c5105cb676054caedf31 Content-Type: text/plain; charset=UTF-8 Hi all, I have been working on the $subject. Please review the PR . I think we should come up with a better architecture for this. All suggestions are welcome !. Also CWL import can be represented as a linked document. But in this case it's going to be problem for example $import: a.yaml a.yaml = { $import: b.yaml } b.yaml = {$import: a.yaml} This cannot be resolved since it will cause a non stop recursive scenario. regards, Thilina --94eb2c11c5105cb676054caedf31--