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

Lockfile-Related Code Refactored Before Sourcefile PR #320

Merged
merged 1 commit into from
Jan 22, 2023

Conversation

srilman
Copy link
Contributor

@srilman srilman commented Jan 21, 2023

This PR is a piece of the refactoring done in PR #316. This PR

  • Creates a new module and folder called 'conda_lock/lockfile` containing lockfile-related code
  • Move the contents of conda_lock/src_parser/lockfile.py to conda_lock/lockfile/__init__.py (the read and write functions)
  • Move the data structures related to lockfiles from conda_lock/src_parser/__init__.py to conda_lock/lockfile/models.py
  • Move the _apply_categories to conda_lock/lockfile/__init__.py
  • And any misc. changes

@netlify
Copy link

netlify bot commented Jan 21, 2023

Deploy Preview for conda-lock ready!

Name Link
🔨 Latest commit 006df4f
🔍 Latest deploy log https://app.netlify.com/sites/conda-lock/deploys/63cc361f4aa9350009e1c8a2
😎 Deploy Preview https://deploy-preview-320--conda-lock.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@mariusvniekerk
Copy link
Collaborator

That's a lot for this one, makes the next one much easier to handle

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

Successfully merging this pull request may close these issues.

None yet

2 participants