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

Add "ignoreDirs" option #221

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Add "ignoreDirs" option #221

wants to merge 6 commits into from

Commits on Mar 13, 2017

  1. Configuration menu
    Copy the full SHA
    7e9b4ae View commit details
    Browse the repository at this point in the history
  2. Finish devOnly feature

    Implement incompete devOnly feature that was documented in the README.
    cgbuen committed Mar 13, 2017
    Configuration menu
    Copy the full SHA
    7570985 View commit details
    Browse the repository at this point in the history
  3. Update README

    - Remove messaging about / formatting from README autogeneration
    - Update API section order consistency with CLI section order
    - Update CLI / add API documentation language for "debug" option
    - Add missing API documentation for "ignore" option
    cgbuen committed Mar 13, 2017
    Configuration menu
    Copy the full SHA
    2bcc1f7 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2017

  1. Configuration menu
    Copy the full SHA
    cf3ab63 View commit details
    Browse the repository at this point in the history
  2. Add "ignoreDirs" option

    Add a CLI/API option to ignore specified directories from being parsed.
    This if the defaults ignored directories are too aggressive (dylang#208) or
    not aggressive enough (dylang#133).
    
    (Perhaps this may also help in avoiding the parse of large directories,
    which could contribute to high memory usage described in dylang#175?)
    cgbuen committed Mar 14, 2017
    Configuration menu
    Copy the full SHA
    47c2a12 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2017

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