split scons command line parsing into two phases

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Won't Do
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Build
    • None
    • Server Development Platform
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Currently, all command line option validation occurs after all configure checks, since the configure phase affects what command line options are allowed.
      However, this means if you misspell a command line option, you may not get an obvious error; instead you may get a confusing configure failure.

      Instead, we should parse all command line options first, to check for obvious problems (invalid command line options under any configuration). Then do configure checks, and finally validate the command line options based on the configuration.

              Assignee:
              [DO NOT ASSIGN] Backlog - Server Development Platform Team (SDP) (Inactive)
              Reporter:
              Eric Milkie
              Votes:
              1 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: