Skip to content

Lockfile-Related Code Refactored Before Sourcefile PR - #320

Merged
mariusvniekerk merged 1 commit into
conda:mainfrom
srilman:refactor-before-source-pr
Jan 22, 2023
Merged

Lockfile-Related Code Refactored Before Sourcefile PR#320
mariusvniekerk merged 1 commit into
conda:mainfrom
srilman:refactor-before-source-pr

Conversation

@srilman

@srilman srilman commented Jan 21, 2023

Copy link
Copy Markdown
Contributor

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

netlify Bot commented Jan 21, 2023

Copy link
Copy Markdown

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
Copy Markdown
Member

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.

2 participants