Skip to content

fix(native): preserve user-global native identity#2257

Closed
samchon wants to merge 1 commit into
masterfrom
fix/metadata-identity-residuals
Closed

fix(native): preserve user-global native identity#2257
samchon wants to merge 1 commit into
masterfrom
fix/metadata-identity-residuals

Conversation

@samchon

@samchon samchon commented Jul 19, 2026

Copy link
Copy Markdown
Owner

Closes #2200.

This draft now reserves only the user-global runtime-native identity residual. A user-authored global File or Blob must remain structural when it merges with a built-in or Node buffer declaration; global-table resolution or a same-name declaration alone cannot promote that user type to a runtime native.

The campaign lead re-applied the five-row admission table and split #2238 into its own claim. Callable and constructable declaration-shape semantics have a distinct root cause, focused matrix, rollback unit, and downstream dependency on #2252; they are not part of this pull request.

This replan does not push the local #2200 implementation candidate. The remote branch remains the implementation-free reservation until the provenance matrix, independent verification, and integration gates are complete.

Campaign constraints: no package version, tag, release, publication, or unrelated schema-interface change.

Claim issues #2200 and #2238 together because both residuals cross shared metadata identity helpers and require one combined provenance, spelling, composition, and consumer matrix.

Constraint: Campaign pull requests cannot change versions, tags, releases, or publication state.

Rejected: Separate helper edits | independent fixes at one shared classifier would duplicate integration risk and miss cross-effects.

Confidence: high

Scope-risk: broad

Directive: Preserve issue invariants while treating every proposed metadata classification mechanism as a hypothesis until the complete matrices execute.

Tested: Independent real-transform reproductions, expanded consequence matrices, and issue critic reviews passed on ce88a88.

Not-tested: Product implementation and integration gates are intentionally pending.

Related: #2200 #2238
@samchon

samchon commented Jul 20, 2026

Copy link
Copy Markdown
Owner Author

Superseded by #2266.

The maintainer stopped all local building and testing after the machine ran out of resource headroom, and directed that the residual campaign pull requests be consolidated into one with verification delegated to GitHub Actions CI. This unit's net diff is carried into #2266 as its own squashed commit, so its issue keeps a separate acceptance boundary, rollback unit, and failure attribution inside the shared pull request.

Closing this one. The branch is left in place; nothing is deleted.

@samchon samchon 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.

A user type is classified as a built-in native by name alone: is<File>/<Blob>/<Date>… emit instanceof and reject valid values (or throw)

1 participant