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

Addition of ClojureAnalyzerFactoryTest #1112

Merged
merged 13 commits into from
Jun 14, 2016
Merged

Commits on Jun 9, 2016

  1. Clojure Analyzer test added

    Errors were noted from ctags when trying to analyze clojure files `repetition-operator operand invalid`
    Changed the regex matching for the clojure files to remove such errors and added a unit test
    for ClojureAnalyzer
    Farid Zakaria committed Jun 9, 2016
    Configuration menu
    Copy the full SHA
    6f57e33 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into regex-clojure

    Farid Zakaria committed Jun 9, 2016
    Configuration menu
    Copy the full SHA
    aeaa1d5 View commit details
    Browse the repository at this point in the history
  3. Added Maven Wrapper

    https://github.com/takari/maven-wrapper
    This will help standardize the version of maven that is necessary to build the project.
    Farid Zakaria committed Jun 9, 2016
    Configuration menu
    Copy the full SHA
    d69d2e0 View commit details
    Browse the repository at this point in the history
  4. Complete ClojureAnalyzerFactoryTest

    Added a test and checked that the Definitions are properly resolving to the correct
    tag type and line number.
    Farid Zakaria committed Jun 9, 2016
    Configuration menu
    Copy the full SHA
    f2c2e34 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2016

  1. Replaced clojure sample file with original one

    Farid Zakaria committed Jun 10, 2016
    Configuration menu
    Copy the full SHA
    6289002 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9529b1e View commit details
    Browse the repository at this point in the history
  3. fied PageConfigTest that forces mercurial to be installed

    Farid Zakaria committed Jun 10, 2016
    Configuration menu
    Copy the full SHA
    81f6c75 View commit details
    Browse the repository at this point in the history
  4. Updated SearchTest to include new clojure file that matches some sear…

    …ches
    Farid Zakaria committed Jun 10, 2016
    Configuration menu
    Copy the full SHA
    8021edd View commit details
    Browse the repository at this point in the history
  5. Added IgnoreCondition for tests that need mercurial

    Farid Zakaria committed Jun 10, 2016
    Configuration menu
    Copy the full SHA
    2686c12 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7a901a0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d8a4ee9 View commit details
    Browse the repository at this point in the history
  8. Added SVN run condition

    Farid Zakaria committed Jun 10, 2016
    Configuration menu
    Copy the full SHA
    c299ab3 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2016

  1. changed regex to POSIX compliant

    Farid Zakaria committed Jun 13, 2016
    Configuration menu
    Copy the full SHA
    9ed7975 View commit details
    Browse the repository at this point in the history