Skip to content
Snippets Groups Projects
  • Bernhard Schommer's avatar
    b49feed2
    Expand the responsefiles earlier · b49feed2
    Bernhard Schommer authored
    * Move the expansion of response files to module Commandline,
      during the initialization of `Commandline.argv`.
      This way we're sure it's done exactly once.
    * Make `Commandline.argv` a `string array` instead of a `string array ref`.
      We no longer need to update it after initialization!
    * Improve reporting of errors during expansion of response files.
    b49feed2
    History
    Expand the responsefiles earlier
    Bernhard Schommer authored
    * Move the expansion of response files to module Commandline,
      during the initialization of `Commandline.argv`.
      This way we're sure it's done exactly once.
    * Make `Commandline.argv` a `string array` instead of a `string array ref`.
      We no longer need to update it after initialization!
    * Improve reporting of errors during expansion of response files.