Skip to content

enabling local profile dependency and code seperation#2680

Open
volt (volt317) wants to merge 3 commits into
GitoxideLabs:mainfrom
volt317:local_profile
Open

enabling local profile dependency and code seperation#2680
volt (volt317) wants to merge 3 commits into
GitoxideLabs:mainfrom
volt317:local_profile

Conversation

@volt317

Copy link
Copy Markdown

partially addresses #2672

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: bbbd55a121

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "Codex (@codex) review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "Codex (@codex) address that feedback".

Comment thread gix-shallow/Cargo.toml
Comment on lines +29 to +30
gix-date = { version = "^0.15.5", path = "../gix-date" }
gix-ref = { version = "^0.65.0", path = "../gix-ref" }

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

P2 Badge Update the lockfile with the new shallow dependencies

Adding gix-date and gix-ref to gix-shallow changes that package's dependency graph, but the committed Cargo.lock entry for gix-shallow still lists only the old dependencies. In environments that build this workspace with --locked (common for CI/release verification), Cargo will reject the stale lockfile before compiling, so the lockfile needs to be regenerated along with this manifest change.

Useful? React with 👍 / 👎.

…types.rs), match arm switched to the braced single-line form rustfmt prefers in fetch/lib.rs
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.

1 participant