HomePhorge

(PUP-3936) Ensure that weaving logic is aware of block
416754359bcfUnpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

(PUP-3936) Ensure that weaving logic is aware of block

Previously, a block parameter was not added to the weaving array
which resulted in it being omitted by the weaving logic. This
commit ensures two things.

  1. No parameters can be added after a block parameter.
  2. The index of the block parameter (size of the names array) is added to the weaving array.

A test is also added that tests combining injection with a required block
parameter.

Details

Provenance
Thomas Hallgren <thomas@tada.se>Authored on
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPU8096dcb7c72b: (PUP-3897) Add acceptance: ensure new environment picked up by agent
Branches
Unknown
Tags
Unknown

Event Timeline

Thomas Hallgren <thomas@tada.se> committed rPU416754359bcf: (PUP-3936) Ensure that weaving logic is aware of block (authored by Thomas Hallgren <thomas@tada.se>).Feb 1 2015, 6:42 PM