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

stack_snapshot use executable components in tools attribute #1305

Merged
merged 6 commits into from
Jun 10, 2020

Commits on Jun 10, 2020

  1. stack_snapshot: use executables of dependencies

    aherrmann authored and mergify-bot committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    c1b2016 View commit details
    Browse the repository at this point in the history
  2. Use alex and happy from stack_snapshot itself

    aherrmann authored and mergify-bot committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    5d2fa97 View commit details
    Browse the repository at this point in the history
  3. retain alex as a test for tools attribute

    aherrmann authored and mergify-bot committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    c9bfe56 View commit details
    Browse the repository at this point in the history
  4. Remove alex from start script

    stack_snapshot now builds alex automatically as needed
    aherrmann authored and mergify-bot committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    e8e369b View commit details
    Browse the repository at this point in the history
  5. determine tools in _compute_dependency_graph

    This allows to distinguish library and tool dependencies in the
    generated packages.bzl file. Otherwise, users of that file will
    encounter errors when a package exports an executable component but not
    a library component.
    aherrmann authored and mergify-bot committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    9ecc47b View commit details
    Browse the repository at this point in the history
  6. Update stack_snapshot doc string

    aherrmann authored and mergify-bot committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    3a5f8eb View commit details
    Browse the repository at this point in the history