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(dart_frog_prod_server): define internal PubspecLock #1273

Merged
merged 4 commits into from Jan 30, 2024

Conversation

alestiago
Copy link
Contributor

@alestiago alestiago commented Jan 30, 2024

Status

READY

Description

Related to #1124.

The pubspec_lock package seems to be no longer maintained. It has an issue alexei-sintotski/pubspec_lock#33, that is causing #1124 . Its community raised a Pull Request alexei-sintotski/pubspec_lock#39 but has not had any activity from its maintainers.

We'll be relying on a simplified internal implementation for now. This efforts are mostly being copied from Very Good CLI's implementation.

Note: This is Pull Request is meant to be followed-up by another Pull Request that completely removes the dependency on pubspec_lock.

Type of Change

  • ✨ New feature (non-breaking change which adds functionality)
  • πŸ› οΈ Bug fix (non-breaking change which fixes an issue)
  • ❌ Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactor
  • βœ… Build configuration change
  • πŸ“ Documentation
  • πŸ—‘οΈ Chore

@alestiago alestiago added the refactor A code change that neither fixes a bug nor add a feature label Jan 30, 2024
@alestiago alestiago self-assigned this Jan 30, 2024
@alestiago alestiago requested a review from a team as a code owner January 30, 2024 11:07
@alestiago alestiago merged commit d00f20f into main Jan 30, 2024
4 checks passed
@alestiago alestiago deleted the alestiago/define-pubspec-lock branch January 30, 2024 12:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor A code change that neither fixes a bug nor add a feature
Projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants