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

Separate prefix file, fixing #141 #143

Merged
merged 3 commits into from
Nov 15, 2018
Merged

Separate prefix file, fixing #141 #143

merged 3 commits into from
Nov 15, 2018

Commits on Oct 31, 2018

  1. Simplify prefix handling

    * Remove the unused getJsonForPrefixes() method
    * Merge initializeNewPrefixes and initializeRestartPrefixes which only
      differed in if they accepted too many/too few prefixes and clearing
      the _prefixVec
    * Also remove TODOs that were cleared up
    niklas88 committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    0995c93 View commit details
    Browse the repository at this point in the history
  2. Use separate .prefixes file. Fixes #141

    The MetaDataConverter seems to break on trying to convert (i.e. detect
    as fine) a current index. I don't think that has anything todo with the
    new changes but these are untested until I figure that out.
    niklas88 committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    038d77f View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2018

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