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

Resolve pathnames of exposed modules more efficiently. #1077

Merged
2 commits merged into from
Feb 21, 2015

Commits on Jan 15, 2015

  1. Pass this._expose to mdeps.

    Set the stage for mdeps to assign the resolved pathnames for exposed
    modules.
    jmm committed Jan 15, 2015
    Configuration menu
    Copy the full SHA
    bdf78c8 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2015

  1. Eliminate path resolution and set row.expose.

    row.expose is for mdeps. It will be resolving the pathnames for the
    files written to the pipeline here anyway. So instead of resolving the
    pathnames here, just give mdeps the id to expose the module as and let
    it assign the resolved path.
    jmm committed Jan 17, 2015
    Configuration menu
    Copy the full SHA
    c14da43 View commit details
    Browse the repository at this point in the history