Skip to content
Snippets Groups Projects
  1. Jun 10, 2019
  2. Jun 07, 2019
  3. Jun 02, 2019
  4. Jun 01, 2019
  5. May 31, 2019
  6. May 30, 2019
    • Michael Aaron Murphy's avatar
      Merge branch 'remove-get-variables' into 'master' · 1c43752e
      Michael Aaron Murphy authored
      Remove the GetVariables Trait
      
      See merge request !1011
      1c43752e
    • AdminXVII's avatar
      Remove the GetVariables Trait · a56915be
      AdminXVII authored
      The GetVariables Trait encouraged cloning rather than using references.
      Since it is rarely the case that cloning is actually needed, it is
      better to replace it entirely.
      Furthermore, most of its usage included matching, so it does not
      significantly increase general verbosity of the code.
      To account for the env vars that must be fetched, a new method, get_str,
      was introduced.
      a56915be
Loading