Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

WIP: add command to check dynamic library linkage #4765

Merged
merged 5 commits into from
Aug 4, 2016

Commits on Aug 2, 2016

  1. Add command to diagnose common issues

    This new command, doctor, checks for common problems.
    Currently, it looks for broken dynamic library links in C
    extensions.
    
    It scans all of the specifications in the bundle for .bundle files in C
    extensions. If any of the dynamic libraries linked against no longer
    exist, bundler will report a message to the console.
    mistydemeo committed Aug 2, 2016
    Configuration menu
    Copy the full SHA
    c1f6dd9 View commit details
    Browse the repository at this point in the history
  2. doctor: return stub result if no dylib tool installed

    This will eventually support other tests, so the dylib test needs to be
    able to to meaningfully return an empty result
    mistydemeo committed Aug 2, 2016
    Configuration menu
    Copy the full SHA
    7b6dff3 View commit details
    Browse the repository at this point in the history
  3. bundle.ronn: add doctor

    mistydemeo committed Aug 2, 2016
    Configuration menu
    Copy the full SHA
    1f2d9c5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5d236a9 View commit details
    Browse the repository at this point in the history
  5. doctor: use Bundler::NULL

    mistydemeo committed Aug 2, 2016
    Configuration menu
    Copy the full SHA
    6117de9 View commit details
    Browse the repository at this point in the history