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

fix(core): hide dependencyRoots from public API #2668

Merged
merged 4 commits into from
May 30, 2019

Commits on May 29, 2019

  1. fix(core): hide dependencyRoots from public API

    `IDependable` is now a marker interface, and signals that there is
    a `DependableTrait` implementation which can be retrieved which contains
    the actual implementation of `dependencyRoots` for this instance.
    
    Fixes #2348.
    rix0rrr committed May 29, 2019
    Configuration menu
    Copy the full SHA
    ce4db50 View commit details
    Browse the repository at this point in the history
  2. Comments

    rix0rrr committed May 29, 2019
    Configuration menu
    Copy the full SHA
    4c6bce8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d4bbaa6 View commit details
    Browse the repository at this point in the history
  4. Fix typo

    rix0rrr committed May 29, 2019
    Configuration menu
    Copy the full SHA
    ea7cb60 View commit details
    Browse the repository at this point in the history