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

Refactor and cleanup some locking code #2315

Merged
merged 5 commits into from
Jun 11, 2018
Merged

Refactor and cleanup some locking code #2315

merged 5 commits into from
Jun 11, 2018

Conversation

techalchemy
Copy link
Member

  • This has been driving me mad.

Signed-off-by: Dan Ryan [email protected]

'log_string': 'packages',
'dev': False
}
}
Copy link
Member

@uranusjr uranusjr Jun 7, 2018

Choose a reason for hiding this comment

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

This will make the section ordering non-deterministic in older Python versions. Probably better to use a list instead. (Or the user could be confused.)

Copy link
Member Author

Choose a reason for hiding this comment

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

fixed

pipenv/core.py Outdated
continue
lockfile['default'].update(
{dep['name']: {'version': '=={0}'.format(dep['version'])}}
# Add develop dependencies to lockfile.
Copy link
Member

Choose a reason for hiding this comment

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

Stale comment?

@techalchemy
Copy link
Member Author

That resolver failure is so consistent on appveyor now, I wonder what the real cause of it is...

- This has been driving me mad.

Signed-off-by: Dan Ryan <[email protected]>
- Cleanup stale comments
- Deterministic ordering for locking

Signed-off-by: Dan Ryan <[email protected]>
@uranusjr uranusjr added the PR: awaiting-merge The PR related to this issue has been reviewed and is awaiting merge. label Jun 11, 2018
@uranusjr uranusjr merged commit 426dddc into master Jun 11, 2018
@techalchemy techalchemy deleted the resolver-refactor branch June 11, 2018 16:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: awaiting-merge The PR related to this issue has been reviewed and is awaiting merge.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants