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

Make --dependency accept a component too [WIP] #5405

Closed
wants to merge 3 commits into from

Commits on Aug 13, 2018

  1. Make --dependency accept a component too

    The old --dependency could only do --dependency=pkg=cid,
    but with public sublibraries this will become insufficient.
    
    Now there is the option to also specify a component name using
    --dependency=pkg:component=cid
    fgaz committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    58b1f7f View commit details
    Browse the repository at this point in the history
  2. Create the GivenComponent datatype

    Before, a 3-tuple was used
    fgaz committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    aafd6a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ffa7dd5 View commit details
    Browse the repository at this point in the history