Skip to content

FIX: Prevent Cells rename collisions in sub spaces - #262

Closed
Sanjays2402 wants to merge 1 commit into
fumitoh:mainfrom
Sanjays2402:fix/rename-cells-subspace-collision
Closed

FIX: Prevent Cells rename collisions in sub spaces#262
Sanjays2402 wants to merge 1 commit into
fumitoh:mainfrom
Sanjays2402:fix/rename-cells-subspace-collision

Conversation

@Sanjays2402

Copy link
Copy Markdown
Contributor

Closes #260

Reject a Cells rename when the destination name already belongs to a descendant space, preserving both locally defined and independently derived Cells. The two collision paths now have regression coverage that fails before this validation and passes with it.

Prevent a base Cells rename from overwriting a defined or independently derived member in a descendant space. Add regressions for both collision paths.
@fumitoh

fumitoh commented Jul 20, 2026

Copy link
Copy Markdown
Owner

Alredy fixed by #261

@fumitoh fumitoh closed this Jul 20, 2026
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.

Cells.rename silently destroys a sub space's same-named member

2 participants