Uploaded image for project: 'Qbs ("Cubes")'
  1. Qbs ("Cubes")
  2. QBS-4

in-place post-link steps

    XMLWordPrintable

Details

    • Task
    • Resolution: Duplicate
    • Not Evaluated
    • None
    • None
    • None

    Description

      We're allowing in place post-link steps.
      In place postlink steps:

      • special kind of Nodes (reference to nodes which point to the same filename)
        example:
        {signed-executable} <- (executable) <- (object) <- (source)

        The build graph executor has to take care that all transformers that depend on (executable) have
        been run before it creates {signed-executable}

        .
        There can only a line of

        {a}

        <-

        {b}

        <-(c) there cannot be another

        {d}

        <-(c). When creating the buildgraph we must check that condition.

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              jbornema Joerg Bornemann
              jbornema Joerg Bornemann
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes