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

Refactor: Use manual disambiguators for shared filenames #763

Merged
merged 8 commits into from
Sep 13, 2017

Commits on Aug 23, 2017

  1. add the disambiguation guesser

    http://jneen.net/ committed Aug 23, 2017
    Configuration menu
    Copy the full SHA
    a98466b View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2017

  1. move the guesser loading after lexers

    http://jneen.net/ committed Aug 24, 2017
    Configuration menu
    Copy the full SHA
    552483b View commit details
    Browse the repository at this point in the history
  2. remove some unreasonable guess asserts

    http://jneen.net/ committed Aug 24, 2017
    Configuration menu
    Copy the full SHA
    4518d71 View commit details
    Browse the repository at this point in the history
  3. move non-committal uses of analyze_text to disambiguators

    http://jneen.net/ committed Aug 24, 2017
    Configuration menu
    Copy the full SHA
    1f582b0 View commit details
    Browse the repository at this point in the history
  4. rename analyze_text -> detect? and make boolean

    http://jneen.net/ committed Aug 24, 2017
    Configuration menu
    Copy the full SHA
    75bcec6 View commit details
    Browse the repository at this point in the history
  5. add a comment to the generated rake lex code

    http://jneen.net/ committed Aug 24, 2017
    Configuration menu
    Copy the full SHA
    e042ee7 View commit details
    Browse the repository at this point in the history
  6. rm a source-guessing spec for API Blueprint

    http://jneen.net/ committed Aug 24, 2017
    Configuration menu
    Copy the full SHA
    971ad9b View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2017

  1. rm a useless private

    http://jneen.net/ committed Aug 25, 2017
    Configuration menu
    Copy the full SHA
    75c5071 View commit details
    Browse the repository at this point in the history