Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Cache get_version_string. #5730

Merged
merged 3 commits into from
Jul 22, 2019
Merged

Cache get_version_string. #5730

merged 3 commits into from
Jul 22, 2019

Commits on Jul 22, 2019

  1. Cache get_version_string.

    The version of a module isn't going to change over the lifetime of the
    process (assuming no funky hot reloading is going on, which it isn't),
    so let's just cache the result to avoid spawning lots of git
    subprocesses.
    
    Fixes #5672.
    erikjohnston committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    5ea773c View commit details
    Browse the repository at this point in the history
  2. Newsfile

    erikjohnston committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    2017369 View commit details
    Browse the repository at this point in the history
  3. Update changelog.d/5730.misc

    Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
    erikjohnston and richvdh authored Jul 22, 2019
    Configuration menu
    Copy the full SHA
    22e8623 View commit details
    Browse the repository at this point in the history