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

Implemented feature 767 (ready for review & pull) #1839

Merged
merged 8 commits into from
Jun 9, 2013

Commits on Jun 4, 2013

  1. Implemented feature 767 partially.

    (Only string imports are tracked, no pragma(lib)).
    eskimor committed Jun 4, 2013
    Configuration menu
    Copy the full SHA
    00ed71a View commit details
    Browse the repository at this point in the history
  2. Implemented -deps with no args

    Purpose: Output everything dependency related to stdout.
    
    Prints to stdout + prefix for different kind of dependencies:
    
    depsVersion Any version() found
    depsImport Any imports found (same as -deps=file output, except prefixed with depsImport)
    depsFile Any file imports found
    depsLib Any libraries specified with pragma(lib)
    depsDebug  Andy debug() statements found (Not yet implemented)
    eskimor committed Jun 4, 2013
    Configuration menu
    Copy the full SHA
    ab3f315 View commit details
    Browse the repository at this point in the history
  3. Moved version dependency to the right place.

    depsDebug are currently printed for every occurrence of debug(something)
    -> have to find out why.
    eskimor committed Jun 4, 2013
    Configuration menu
    Copy the full SHA
    058ab8d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9085036 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9ea48b9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f4aa30f View commit details
    Browse the repository at this point in the history
  7. Whitespace fix.

    eskimor committed Jun 4, 2013
    Configuration menu
    Copy the full SHA
    63623af View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2013

  1. Fixed whitespace issues pointed out by Andrei.

    Thanks!
    eskimor committed Jun 5, 2013
    Configuration menu
    Copy the full SHA
    e025f4e View commit details
    Browse the repository at this point in the history