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

Removing legacy build system #36

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from

Conversation

danielxoi
Copy link
Contributor

No description provided.

@@ -7,7 +7,6 @@ __pycache__/
*.so

# Distribution / packaging
Pipfile.lock
Copy link
Contributor

Choose a reason for hiding this comment

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

We generally don't want to include Pipfile.lock for libraries because that ties us into dependencies for a specific Python version and potential contributors might not have the same version as us, potentially creating issues for them (and likely making most PRs play a game of cat-and-mouse game of different people re-locking on different versions)

Copy link
Contributor

Choose a reason for hiding this comment

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

Generally don't want to include lock files in gitignore? Or don't want to include them in git?

Copy link
Contributor

Choose a reason for hiding this comment

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

Sorry, I see how that was ambiguous. We don't want to include it in version control for projects that aren't pinned to a specific Python version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

3 participants