sequence of functions does not work

Bug #1365146 reported by Georgy Okrokvertskhov
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Murano
Fix Released
Critical
Stan Lagun

Bug Description

     Separate functions work fine as in an example below:
      - $l: $list.skip($start)
      - Return: $l.take($count)
but sequenced form $list.skip($start).take($count) does not work and fails with can't run functions f() (take)

Changed in murano:
assignee: nobody → Stan Lagun (slagun)
importance: Undecided → Critical
status: New → Confirmed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to murano (master)

Fix proposed to branch: master
Review: https://review.openstack.org/121504

Changed in murano:
status: Confirmed → In Progress
ruhe (ruhe)
Changed in murano:
milestone: none → juno-rc1
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to murano (master)

Reviewed: https://review.openstack.org/121504
Committed: https://git.openstack.org/cgit/stackforge/murano/commit/?id=dd7f6b3db9af8e24158f7ee4033e42d1c3ef5ad3
Submitter: Jenkins
Branch: master

commit dd7f6b3db9af8e24158f7ee4033e42d1c3ef5ad3
Author: Stan Lagun <email address hidden>
Date: Mon Sep 15 14:44:51 2014 +0400

    $list.skip($start).take($count) throw YAQL exception

    It was possible to have
     - $l: $list.skip($start)
     - Return: $l.take($count)

    but not $list.skip($start).take($count)

    Change-Id: I58709f9c994ad22497ff23662a1fc0c9c2d1e88d
    Closes-Bug: #1365146

Changed in murano:
status: In Progress → Fix Committed
Changed in murano:
status: Fix Committed → Fix Released
Changed in murano:
milestone: juno-rc1 → 2014.2
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.