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

Script extra deps #4593

Merged
merged 3 commits into from
Feb 19, 2019
Merged

Script extra deps #4593

merged 3 commits into from
Feb 19, 2019

Commits on Feb 18, 2019

  1. Proper relative paths for script resolvers

    Previously, any relative paths in a script's --resolver flag would be
    considered relative to the current working directory. It's more logical
    and consistent to have it relative to the directory the script lives in.
    This makes the change.
    
    Possible argument: it's a bit weird to put the resolver root into the
    GlobalOptsMonoid value. Overall it seems like the best option to me, but
    I'm open to other approaches.
    snoyberg committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    35b5a12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d810320 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d6891c5 View commit details
    Browse the repository at this point in the history