Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Renamed infos for clarity, consistency, and succinctness #597

Open
wants to merge 17 commits into
base: pfb/extra-info
Choose a base branch
from

Commits on Jul 19, 2022

  1. file added and a field added to node for calculation of additional in…

    …formation from the graphs
    Peter Faith Boyland committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    bd05411 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

  1. flow into mut now part of output

    Peter Faith Boyland committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    14267fb View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. untested unique checking

    Peter Faith Boyland committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    1b4b8f5 View commit details
    Browse the repository at this point in the history
  2. account for copy without source

    Peter Faith Boyland committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    2589051 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2022

  1. merge with master

    Peter Faith Boyland committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    901dd76 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. add some doc comments, fmt, remove unneeded features

    Peter Faith Boyland committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    64117b9 View commit details
    Browse the repository at this point in the history
  2. adding spacing to doc comments

    Peter Faith Boyland committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    3fffc5f View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. removing redundent returns

    Co-authored-by: Khyber Sen <kkysen@gmail.com>
    Peter Faith Boyland committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    8c5ad04 View commit details
    Browse the repository at this point in the history
  2. vec and matches shortcuts

    Co-authored-by: Khyber Sen <kkysen@gmail.com>
    Peter Faith Boyland committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    76593af View commit details
    Browse the repository at this point in the history
  3. better rust style

    Co-authored-by: Khyber Sen <kkysen@gmail.com>
    Peter Faith Boyland committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    577d4f1 View commit details
    Browse the repository at this point in the history
  4. shorter when printed

    Co-authored-by: Khyber Sen <kkysen@gmail.com>
    Peter Faith Boyland committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    8b5e935 View commit details
    Browse the repository at this point in the history
  5. delete .new snapshot

    Peter Faith Boyland committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    aafef14 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. Configuration menu
    Copy the full SHA
    49e006d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14d2398 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    60bcb56 View commit details
    Browse the repository at this point in the history
  4. Renamed non_unique to alias, which is the terminology Rust uses f…

    …or this more often and is more succinct.
    kkysen committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    12e5529 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f547ea3 View commit details
    Browse the repository at this point in the history