Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

Preliminary status command #8

Merged
merged 11 commits into from
Oct 25, 2016
Merged

Preliminary status command #8

merged 11 commits into from
Oct 25, 2016

Commits on Oct 18, 2016

  1. Add rudimentary analyzer

    This is the minimum amount necessary to get a SourceManager working.
    sdboyer committed Oct 18, 2016
    Configuration menu
    Copy the full SHA
    e8a55eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b747c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b9bdbda View commit details
    Browse the repository at this point in the history
  4. Merge branch 'sourcemgr' (#7)

    sdboyer committed Oct 18, 2016
    Configuration menu
    Copy the full SHA
    3fe2e20 View commit details
    Browse the repository at this point in the history
  5. Tie up root, manifest and lock w/loadProject()

    Mostly just a helper function that pulls together the basic info we need
    for most commands.
    sdboyer committed Oct 18, 2016
    Configuration menu
    Copy the full SHA
    26976cb View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2016

  1. Configuration menu
    Copy the full SHA
    69b5748 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1acf3cd View commit details
    Browse the repository at this point in the history
  3. Basic, untested implementation for one path

    This is hardly complete, particularly given the empty
    collectConstraints() func and the fact that our manifests and locks
    don't really support working with actual code yet. Nevertheless, it is
    at least a strong demonstration of how one goes about collecting the
    relevant information.
    sdboyer committed Oct 19, 2016
    Configuration menu
    Copy the full SHA
    84bb5be View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2016

  1. Configuration menu
    Copy the full SHA
    acdee23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2fca34 View commit details
    Browse the repository at this point in the history
  3. Misc cleanups

    make lint most happy
    Edward Muller committed Oct 21, 2016
    Configuration menu
    Copy the full SHA
    4f2ec04 View commit details
    Browse the repository at this point in the history