Skip to content
This repository has been archived by the owner on Feb 3, 2018. It is now read-only.

Introduce 'requires' #114

Merged
merged 6 commits into from
Dec 13, 2016
Merged

Introduce 'requires' #114

merged 6 commits into from
Dec 13, 2016

Commits on Dec 8, 2016

  1. Add RequiredPackages() to RootManifest

    Also add rudimentary implementations and error handling in Prepare().
    sdboyer committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    578a0f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f645c1 View commit details
    Browse the repository at this point in the history
  3. Impl reqs on bimodalFixture

    Also touchup docs and remove project root prefix from mklp() call.
    sdboyer committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    b6f7c44 View commit details
    Browse the repository at this point in the history
  4. Implement requires logic in solver

    This was far easier than I expected. Requires really are the equivalent
    of imports, just taken from a manifest instead of static analysis.
    sdboyer committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    a1f1eb6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ef31d91 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7adc457 View commit details
    Browse the repository at this point in the history