chore: sync lockfile workspace versions - #818
Merged
Merged
Conversation
Contributor
|
Claude finished @aram-devdocs's task in 45s —— View job Code Review: chore: sync lockfile workspace versionsVerdict: APPROVED SummaryThis PR syncs the 4 workspace package version entries in Phase Checks
BLOCKERSNone. WARNINGSNone. Positive callouts
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
Type: chore
Summary:
Sync
Cargo.lockworkspace package versions to the0.0.842release already present in the workspaceCargo.tomlfiles. Without this, running Cargo locally rewrites the lockfile from0.0.841to0.0.842and leaves unrelated dirty state in issue branches.Related Issues: N/A
Changes Made
Engine Core (
goud_engine/src/)No changes.
FFI Layer (
goud_engine/src/ffi/)No changes.
C# SDK (
sdks/csharp/)No changes.
Python SDK (
sdks/python/)No changes.
TypeScript SDK (
sdks/typescript/)No changes.
Codegen Pipeline (
codegen/)No changes.
Proc Macros (
goud_engine_macros/)No changes.
Tools (
tools/)No changes.
WASM (
goud_engine/src/wasm/)No changes.
Examples (
examples/)No changes.
Documentation
No changes.
Architectural Compliance
Testing
cargo metadata --no-deps --format-version 1git diff --checkCode Quality
todo!()orunimplemented!()in production code#[allow(unused)]without justification commentDocumentation
Breaking Changes
None.
Version Bump
Bump type: none
Justification: This only syncs the lockfile to the already-published workspace version.
Security
unsafeblocksPerformance
N/A.
Deployment
Reviewer Notes
This fixes release lockfile drift after
v0.0.842; it does not change dependency resolution.