Skip to content

Conversation

MasterPtato
Copy link
Contributor

No description provided.

Copy link

vercel bot commented Sep 20, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
rivet-cloud Error Error Sep 25, 2025 5:55pm
rivet-site Ready Ready Preview Comment Sep 25, 2025 5:55pm
rivet-studio Ready Ready Preview Comment Sep 25, 2025 5:55pm

Copy link

claude bot commented Sep 20, 2025

Claude encountered an error —— View job


I'll analyze this and get back to you.

Copy link
Contributor Author

MasterPtato commented Sep 20, 2025

Warning

This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
Learn more


How to use the Graphite Merge Queue

Add the label merge-queue to this PR to add it to the merge queue.

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

This stack of pull requests is managed by Graphite. Learn more about stacking.

Copy link

pkg-pr-new bot commented Sep 20, 2025

Open in StackBlitz

npm i https://pkg.pr.new/rivet-dev/engine/@rivetkit/engine-runner@2956
npm i https://pkg.pr.new/rivet-dev/engine/@rivetkit/engine-runner-protocol@2956

commit: 45667b4

@graphite-app graphite-app bot changed the base branch from 09-19-chore_update_nextjs_docs to graphite-base/2956 September 22, 2025 17:36
@MasterPtato MasterPtato force-pushed the 09-19-chore_move_changes_from_ee branch from bd728b2 to 588f20d Compare September 22, 2025 18:28
@MasterPtato MasterPtato changed the base branch from graphite-base/2956 to main September 22, 2025 18:28
Copy link

claude bot commented Sep 22, 2025

Claude encountered an error —— View job


I'll analyze this and get back to you.

Copy link

claude bot commented Sep 22, 2025

Claude encountered an error —— View job


I'll analyze this and get back to you.

@MasterPtato MasterPtato force-pushed the 09-19-chore_move_changes_from_ee branch from 588f20d to 45667b4 Compare September 25, 2025 17:51
Copy link

claude bot commented Sep 25, 2025

Claude encountered an error —— View job


I'll analyze this and get back to you.

Comment on lines +109 to +110
self.informal()
.clear_subspace_range(&self.subspace.join(&subspace));
Copy link
Contributor

Choose a reason for hiding this comment

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

There appears to be a type mismatch between the parameter types in this PR. The new delete_subspace method is using Subspace from the utils module, but the clear_subspace_range method on line 240 has been modified to accept tuple::Subspace instead of Subspace.

This creates an inconsistency where self.subspace.join(&subspace) returns a Subspace type, but clear_subspace_range now expects a tuple::Subspace.

To resolve this, either:

  1. Change clear_subspace_range to continue accepting Subspace type, or
  2. Modify the delete_subspace implementation to convert to tuple::Subspace before passing it

Maintaining type consistency will prevent potential runtime errors.

Suggested change
self.informal()
.clear_subspace_range(&self.subspace.join(&subspace));
self.informal()
.clear_subspace_range(&tuple::Subspace::from(self.subspace.join(&subspace)));

Spotted by Diamond

Fix in Graphite


Is this helpful? React 👍 or 👎 to let us know.

Copy link
Contributor

graphite-app bot commented Oct 1, 2025

Merge activity

  • Oct 1, 4:45 AM UTC: MasterPtato added this pull request to the Graphite merge queue.
  • Oct 1, 4:45 AM UTC: CI is running for this pull request on a draft pull request (#3024) due to your merge queue CI optimization settings.
  • Oct 1, 4:46 AM UTC: Merged by the Graphite merge queue via draft PR: #3024.

graphite-app bot pushed a commit that referenced this pull request Oct 1, 2025
@graphite-app graphite-app bot closed this Oct 1, 2025
@graphite-app graphite-app bot deleted the 09-19-chore_move_changes_from_ee branch October 1, 2025 04:46
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