Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
AcademySoftwareFoundation
/
rez
Public
Notifications
You must be signed in to change notification settings
Fork
372
Star
1.1k
Code
Issues
361
Pull requests
100
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
fix: windows drive letters remap to unc paths
- #2104
#2104
Open
maxnbk
wants to merge 25 commits into
AcademySoftwareFoundation:main
AcademySoftwareFoundation/rez:main
from
maxnbk:fix/windows-drive-letters-remap-to-unc-paths
maxnbk/rez:fix/windows-drive-letters-remap-to-unc-paths
Copy head branch name to clipboard
Conversation
Commits
25
(25)
Checks
Files changed
Open
fix: windows drive letters remap to unc paths
#2104
maxnbk
wants to merge 25 commits into
AcademySoftwareFoundation:main
AcademySoftwareFoundation/rez:main
from
maxnbk:fix/windows-drive-letters-remap-to-unc-paths
maxnbk/rez:fix/windows-drive-letters-remap-to-unc-paths
Copy head branch name to clipboard
Commits
Commits on Jul 27, 2026
chore: introduce tests which should correctly-fail if a drive-letter is remapped by rez to a UNC path
Show description for d51ea2e
maxnbk
committed
d51ea2e
View commit details
Copy full SHA for d51ea2e
Browse repository at this point
fix: canonical_path uses abspath on windows, with updates to package_repository filesystem to ensure its consumption
Show description for 486b53c
maxnbk
committed
486b53c
View commit details
Copy full SHA for 486b53c
Browse repository at this point
chore: introduce tests intended to validate the behavior of a windows-compatible symlink/junction-point resolution behavior
Show description for 6d74c1d
maxnbk
committed
6d74c1d
View commit details
Copy full SHA for 6d74c1d
Browse repository at this point
feat: introduce a config defaulted-False config-flag and link-resolution-behavior intended to produce realpath-like behavior
Show description for de5586c
maxnbk
committed
de5586c
View commit details
Copy full SHA for de5586c
Browse repository at this point
chore: introduce tests intended to validate the behavior of longpath-support in optional symlink-resolution for windows
Show description for bc8e5a9
maxnbk
committed
bc8e5a9
View commit details
Copy full SHA for bc8e5a9
Browse repository at this point
fix: make resolve_links_on_windows config-flagged functionality longpath-aware.
Show description for 745d371
maxnbk
committed
745d371
View commit details
Copy full SHA for 745d371
Browse repository at this point
chore: mock-helper for producing tests which fail against multi-rooted network windows path styles
Show description for 575bf72
maxnbk
committed
575bf72
View commit details
Copy full SHA for 575bf72
Browse repository at this point
chore: introduce is_subdirectory regression guards for real_path migration
Show description for 0139430
maxnbk
committed
0139430
View commit details
Copy full SHA for 0139430
Browse repository at this point
chore: introduce canonical_path idempotency regression guard
Show description for 150effd
maxnbk
committed
150effd
View commit details
Copy full SHA for 150effd
Browse repository at this point
chore: add failing tests which represent os.path.realpath->real_path migration points
Show description for 274fe00
maxnbk
committed
274fe00
View commit details
Copy full SHA for 274fe00
Browse repository at this point
fix: add real_path helper to slice between abspath/realpath on Windows as needed by py3.8+ realpath changes
Show description for 2f66335
maxnbk
committed
2f66335
View commit details
Copy full SHA for 2f66335
Browse repository at this point
chore: clarify the explicit use-case of canonical_path for path normalization, not for opening/storing/passing
Show description for 9f748bb
maxnbk
committed
9f748bb
View commit details
Copy full SHA for 9f748bb
Browse repository at this point
chore: add test to windows which clarify/regression-guard against improper use of canonical_path vs real_path in resolved_context
Show description for 09a8584
maxnbk
committed
09a8584
View commit details
Copy full SHA for 09a8584
Browse repository at this point
chore: real_path tests as regression-guards and verification of platform-specific symlink resolution
Show description for 30bbc32
maxnbk
committed
30bbc32
View commit details
Copy full SHA for 30bbc32
Browse repository at this point
chore: update singular os.path.realpath-using test to test real_path via resolved_context
Show description for 43ca76e
maxnbk
committed
43ca76e
View commit details
Copy full SHA for 43ca76e
Browse repository at this point
fix: update all os.path.realpath-using call-sites to use real_path instead.
Show description for 8ca2817
maxnbk
committed
8ca2817
View commit details
Copy full SHA for 8ca2817
Browse repository at this point
chore: add tests for intermediate-directory symlink resolution in _windows_realpath
Show description for f621d4d
maxnbk
committed
f621d4d
View commit details
Copy full SHA for f621d4d
Browse repository at this point
fix: re-walk prefix components when _windows_realpath resolves a symlink to an absolute path
Show description for 98f4493
maxnbk
committed
98f4493
View commit details
Copy full SHA for 98f4493
Browse repository at this point
chore: add tests for junction detection in _windows_realpath
Show description for fad32a4
maxnbk
committed
fad32a4
View commit details
Copy full SHA for fad32a4
Browse repository at this point
fix: add _is_link_or_junction helper for junction detection on Python 3.8-3.11
Show description for 97703d5
maxnbk
committed
97703d5
View commit details
Copy full SHA for 97703d5
Browse repository at this point
chore: add tests for review-driven fixes
Show description for 11cca12
maxnbk
committed
11cca12
View commit details
Copy full SHA for 11cca12
Browse repository at this point
fix: add prefix helpers, resolve_path, and harden _windows_realpath
Show description for d49fab7
maxnbk
committed
d49fab7
View commit details
Copy full SHA for d49fab7
Browse repository at this point
fix: resolve symlinks at call sites without UNC expansion
Show description for 23be581
maxnbk
committed
23be581
View commit details
Copy full SHA for 23be581
Browse repository at this point
fix: add samefile fallback for legacy UNC/drive-letter handle mismatch
Show description for 2d0151e
maxnbk
committed
2d0151e
View commit details
Copy full SHA for 2d0151e
Browse repository at this point
fix: parenthesize implicit string concat in platform_.py (ISC004)
Show description for 30f9a41
maxnbk
committed
30f9a41
View commit details
Copy full SHA for 30f9a41
Browse repository at this point
You can’t perform that action at this time.