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

fix: keys suggested in the order they are defined #442

Merged
merged 6 commits into from
Jan 15, 2022

Commits on Jan 14, 2022

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

Commits on Jan 15, 2022

  1. Configuration menu
    Copy the full SHA
    78da6dc View commit details
    Browse the repository at this point in the history
  2. build: add dpath package

    andreoliwa committed Jan 15, 2022
    Configuration menu
    Copy the full SHA
    e74c511 View commit details
    Browse the repository at this point in the history
  3. refactor: replace DictBlender by dpath/flatten/unflatten

    Positive side effect: the suggestion of initial contents now displays
    the keys in the order they were defined in the TOML file,
    and not in alphabetical order anymore.
    andreoliwa committed Jan 15, 2022
    Configuration menu
    Copy the full SHA
    a539222 View commit details
    Browse the repository at this point in the history
  4. refactor: remove OrderedDict

    Dicts are already ordered in Python 3.7
    andreoliwa committed Jan 15, 2022
    Configuration menu
    Copy the full SHA
    8536fe2 View commit details
    Browse the repository at this point in the history
  5. chore: typo

    andreoliwa committed Jan 15, 2022
    Configuration menu
    Copy the full SHA
    aefdd9b View commit details
    Browse the repository at this point in the history