Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

[guppy-summaries] make metadata a dynamic toml value #493

Merged
merged 2 commits into from
Nov 23, 2021

Commits on Nov 21, 2021

  1. Configuration menu
    Copy the full SHA
    9611637 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2021

  1. [guppy-summaries] make metadata a dynamic toml value

    This means that the same library can parse summaries created by both old
    and new versions of guppy. We don't use the summary for much anyway,
    currently.
    
    I also looked at switching to `toml_edit`, which has a much better
    design overall. Unfortunately, I ran into
    toml-rs/toml#192. It makes sense to switch
    to `toml_edit` at some point in the future, and I've filed facebookarchive#492 to keep
    track of that.
    sunshowers committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    cae79a0 View commit details
    Browse the repository at this point in the history