Only construct the vector of specs being built when it's actually needed

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Unresolved
    • Priority: Major - P3
    • 8.3.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • None
    • Storage Execution
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      This list of specs to build was constructed unnecessarily far from the one place it was actually used, which both made the code harder to follow and was slightly inefficient as most of the time it was unused.

      The code was also unnecessarily indented with blocks that did not limit the scope of any variables.

            Assignee:
            Thomas Goyne
            Reporter:
            Thomas Goyne
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: