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

Add poetry.lock file to the theseAreTheLockFilesIKnow array in ConanU… #179

Merged
merged 1 commit into from
Jan 22, 2021

Conversation

Slim-Shary
Copy link
Contributor

Conan format no longer mistakes a poetry.lock existing in a Python project for a conan lock file.

This pull request makes the following changes:

  • Adds poetry.lock file to the known .lock files dependency list in ConanUtils.ts

cc @bhamail / @DarthHater @ButterB0wl

Copy link
Contributor

@bhamail bhamail left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.
If we only had a unit test framework to validate. ;) It might be worth adding some simple notes to the PR to make it easier to add a test later. Basically what it took to reproduce the bug:

  1. Python project with poetry.lock file.
  2. ...
  3. Error with a message like: yadda yadda

Even if we never get a test for the issue, more info in the PR might help others to find this PR (via the details of the bug) and know they should upgrade to fix it.

@ButterB0wl ButterB0wl merged commit 9780711 into master Jan 22, 2021
brent-spiner pushed a commit that referenced this pull request Jan 22, 2021
## [1.0.12](v1.0.11...v1.0.12) (2021-01-22)

### Bug Fixes

* Add poetry.lock file to the theseAreTheLockFilesIKnow array in ConanUtils.ts ([#179](#179)) ([9780711](9780711))
@brent-spiner
Copy link

🎉 This PR is included in version 1.0.12 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@Slim-Shary Slim-Shary deleted the ConanSword branch February 7, 2021 05:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants