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

feat: search path resolution for cli #3694

Merged
merged 2 commits into from
Dec 16, 2023

Commits on Dec 16, 2023

  1. feat: search path resolution for cli

    the current behavior is that the current directory does *not* get into
    the search path when `-p` is specified, which is annoying. (one would
    expect `vyper some/directory/some/file.vy` to compile no matter what
    `-p` is specified as).
    
    this commit also handles the addition of multiple search paths specified
    on the CLI, and adds a long `--path` option as an alternative to `-p`.
    charles-cooper committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    b9edce3 View commit details
    Browse the repository at this point in the history
  2. add a test

    charles-cooper committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    80314b7 View commit details
    Browse the repository at this point in the history