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

fix: error when lockfile without metadata entry is encountered #8523

Merged

Commits on Oct 9, 2023

  1. fix: error when lockfile without metadata entry is encountered

    without this, you'll get a cryptic 'metadata' in red when running `poetry install`
    
    this can occur if a poetry.lock file is empty
    iloveitaly committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    3ee2e14 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Configuration menu
    Copy the full SHA
    2caee5f View commit details
    Browse the repository at this point in the history
  2. style: lint fixes

    iloveitaly committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    d3a72d9 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. fix: assert location

    iloveitaly committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    cbb4668 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2023

  1. Revert "fix: assert location"

    This reverts commit cbb4668.
    iloveitaly committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    b807f42 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9d31b2 View commit details
    Browse the repository at this point in the history