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

fix(status): skip ignored pkgs in missing pkgs chk #1216

Merged
merged 3 commits into from
Oct 4, 2017

Commits on Sep 28, 2017

  1. fix(status): skip ignored pkgs in missing pkgs chk

    This change skips the root packages from missing package check if
    there's a path to the corresponding package in manifest's ignored list.
    
    `digestMismatch` is removed from `runStatusAll()`. When there's
    a digest mismatch, it's an error. And we already log to stderr but never
    returned an actual error. `errInputDigestMismatch` is now returned as error
    when there's a digest mismatch.
    
    Some refactoring in how we handle the returned info from `runStatusAll()`
    and show the errors and their solutions.
    darkowlzz committed Sep 28, 2017
    Configuration menu
    Copy the full SHA
    9547a15 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5750a7 View commit details
    Browse the repository at this point in the history
  3. status: use IgnoredPackages() to get all packages

    This change removes the usage of IgnoredPackages() separately and passes
    the same to ToReachMap(), which returns the packages with all ignoring
    rules applied.
    darkowlzz committed Sep 28, 2017
    Configuration menu
    Copy the full SHA
    7c5da12 View commit details
    Browse the repository at this point in the history