Skip to content

Restrict object lookup to direct members - #35

Merged
memotype merged 1 commit into
masterfrom
fix/issue-20-object-depth
Aug 30, 2026
Merged

Restrict object lookup to direct members#35
memotype merged 1 commit into
masterfrom
fix/issue-20-object-depth

Conversation

@memotype

Copy link
Copy Markdown
Owner

Summary

  • restrict object-key matches to direct members of the current container
  • add regression coverage for nested objects, nested arrays, missing direct keys, ordering, and multilevel traversal
  • regenerate the canonical one-line and wrapped distributions
  • preserve the existing 2/11/10 total generated line counts while reducing the one-line artifact by one byte

Verification

  • make verify

Fixes #20

@memotype
memotype merged commit 20dc406 into master Aug 30, 2026
2 checks passed
@memotype
memotype deleted the fix/issue-20-object-depth branch August 30, 2026 01:37
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.

Object lookup can select a same-named key from a nested container

1 participant