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

Implement Lockfiles (Proto.lock) #38

Merged
merged 42 commits into from
Sep 22, 2023
Merged

Implement Lockfiles (Proto.lock) #38

merged 42 commits into from
Sep 22, 2023

Conversation

mara-schulke
Copy link
Contributor

@mara-schulke mara-schulke commented Sep 10, 2023

Introduces

Breaks

  • Existing manifests without [package]
  • Existing manifests without [dependencies]

@mara-schulke mara-schulke added this to the Stabilzation milestone Sep 10, 2023
@mara-schulke mara-schulke self-assigned this Sep 10, 2023
@mara-schulke mara-schulke marked this pull request as draft September 10, 2023 18:15
@mara-schulke mara-schulke linked an issue Sep 10, 2023 that may be closed by this pull request
This was referenced Sep 10, 2023
@asmello asmello self-assigned this Sep 15, 2023
@asmello asmello marked this pull request as ready for review September 19, 2023 13:22
src/lock.rs Outdated Show resolved Hide resolved
src/manifest.rs Outdated Show resolved Hide resolved
alexespencer
alexespencer previously approved these changes Sep 20, 2023
Copy link
Contributor

@alexespencer alexespencer left a comment

Choose a reason for hiding this comment

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

Nice! Edit: this was meant to be against a single line, trying to delete...

@alexespencer alexespencer dismissed their stale review September 20, 2023 15:40

Submitted in error

Copy link

@jonhoo jonhoo left a comment

Choose a reason for hiding this comment

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

Ran a bit short on time, but manage to get through most of this — exciting to see this moving forward!

Cargo.toml Outdated Show resolved Hide resolved
docs/src/faq.md Outdated Show resolved Hide resolved
src/manifest.rs Outdated Show resolved Hide resolved
src/command.rs Show resolved Hide resolved
src/command.rs Outdated Show resolved Hide resolved
src/lock.rs Outdated Show resolved Hide resolved
src/lock.rs Outdated Show resolved Hide resolved
src/lock.rs Outdated Show resolved Hide resolved
src/lock.rs Show resolved Hide resolved
src/lock.rs Show resolved Hide resolved
src/lib.rs Outdated Show resolved Hide resolved
@asmello
Copy link
Collaborator

asmello commented Sep 22, 2023

Ok I believe I've accounted for all feedback now!

Copy link
Contributor Author

@mara-schulke mara-schulke left a comment

Choose a reason for hiding this comment

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

Is the dependency section now optional?

@asmello
Copy link
Collaborator

asmello commented Sep 22, 2023

Is the dependency section now optional?

Yes it is!

@mara-schulke mara-schulke merged commit 8d0f5ae into main Sep 22, 2023
5 checks passed
@mara-schulke mara-schulke deleted the mara/lockfile branch September 22, 2023 12:08
@xfbs xfbs mentioned this pull request Oct 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

lockfile
5 participants