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 --help-types option. #39

Closed
gvansickle opened this issue Dec 20, 2015 · 0 comments
Closed

Add --help-types option. #39

gvansickle opened this issue Dec 20, 2015 · 0 comments
Assignees
Milestone

Comments

@gvansickle
Copy link
Owner

No description provided.

@gvansickle gvansickle self-assigned this Dec 20, 2015
@gvansickle gvansickle added this to the Version 0.2.0 milestone Dec 20, 2015
gvansickle added a commit that referenced this issue Dec 29, 2015
#38, resolves #39).

* feature/ISSUE40-AddTYPESupport:
  Almost.
  Final README.md updates?
  More README.md updates.
  Added help on --[no]TYPE.
  More README.md updates.
  More README.md updates.
  More README.md updates.
  More README.md updates.
  Added TOC to README.md.
  More README.md updates.
  More README.md updates.
  More README.md changes.
  Some updates to README.md.
  Added support for --help-types/--list-file-types.  Resolves #39.
  Back to returning 1 (no match) for "no such file".
  Removed degenerate regex perf test, all performed similarly to other regexes, just made test longer.
  Change return code of "no such file or dir" to a grep-like 2; changed sanity.at to match.  Added a perf test for an exponential-in-text-to-match regex.
  Removed debug print.  Improved "User-defined file type specs" test.
  Changed m_builtin_type_map to m_builtin_and_user_type_map.  Changed IsType() to use that instead of m_active_type_map for determining valid type names.  Changed TypeAdd*()/TypeDel() to add/del types to m_builtin_and_user_type_map in addition to m_active_type_map.  Passes test.
  Updated tests/type_inclusion.at to accommodate "last --TYPE wins" filtering.
  Fixed situation where "ucg --noenv --type=nocpp --type=nocc --type=hh '#endif' ~/src/boost_1_58_0" would give different results than "ucg --noenv --type=hh '#endif' ~/src/boost_1_58_0".
  Added some tests.  --TYPE/--noTYPE not working yet.
  "is" and "ext" filters implemented.  Added exception handler to main() to catch ArgParseExceptions.
  COPYING and AUTHORS are now docs and will be installed.  Fixed DOS line endings on COPYING.
  --TYPE/--noTYPE working.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant