Skip to content

fix(drift): ignore version-shaped path references - #219

Open
Voyagerroc-Lab wants to merge 1 commit into
mex-memory:mainfrom
Voyagerroc-Lab:fix/version-shaped-path-references
Open

Voyagerroc-Lab wants to merge 1 commit into
mex-memory:mainfrom
Voyagerroc-Lab:fix/version-shaped-path-references

Conversation

@Voyagerroc-Lab

Copy link
Copy Markdown

Summary

  • Let numeric version suffixes such as 2.1.0 reach the existing unrooted-reference guard instead of treating .0 as a filename extension.
  • Enable the existing skipped regression case for release/2.1.0 and python/3.11.

Closes #201

Validation

  • npm test -- src/drift/__tests__/path-false-positives.test.ts — 11 passed.
  • npm run typecheck — passed after building the workspace contracts package.
  • git diff --check — passed.
  • A full npm test attempt encountered unrelated Windows symlink permission, file-mode, and graph-snapshot test failures; it was stopped after those failures. The focused path suite is clean.

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.

MISSING_PATH: a version-shaped reference like release/2.1.0 is reported as a missing file

1 participant