Skip to content

#271 Disallow variable directory collisions - #272

Open
bsutton wants to merge 1 commit into
masterfrom
issue-271-disallow-variable-directory-collisions
Open

#271 Disallow variable directory collisions#272
bsutton wants to merge 1 commit into
masterfrom
issue-271-disallow-variable-directory-collisions

Conversation

@bsutton

@bsutton bsutton commented Jul 27, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • reject variable names that are also implicit variable directories
  • validate multi-variable moves against the final namespace before mutation
  • preserve atomic behavior when a namespace collision is rejected

Validation

  • cargo fmt --all -- --check
  • cargo clippy --locked -p revault_lockbox_api@0.0.4 --all-targets -- -D warnings
  • cargo test --locked -p revault_lockbox_api@0.0.4

Closes #271

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.

var duplicate directory/name

1 participant