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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
ocaml-multicore
/
eio
Public
Notifications
You must be signed in to change notification settings
Fork
86
Star
723
Code
Issues
44
Pull requests
16
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Fix NT path handling and stat in eio_windows
- #932
#932
Merged
talex5
merged 14 commits into
ocaml-multicore:main
ocaml-multicore/eio:main
from
avsm:issue-931-nt-paths
avsm/eio:issue-931-nt-paths
Copy head branch name to clipboard
Sep 8, 2026
Conversation
Commits
14
(14)
Checks
Files changed
Merged
Fix NT path handling and stat in eio_windows
#932
talex5
merged 14 commits into
ocaml-multicore:main
ocaml-multicore/eio:main
from
avsm:issue-931-nt-paths
avsm/eio:issue-931-nt-paths
Copy head branch name to clipboard
Commits
Commits on Sep 7, 2026
Fix error reporting in the eio_windows openat and unlinkat stubs
Show description for 3c2a48e
avsm
committed
3c2a48e
View commit details
Copy full SHA for 3c2a48e
Browse repository at this point
Add tests for Win32 paths given to the unsandboxed fs
Show description for 0410489
avsm
committed
0410489
View commit details
Copy full SHA for 0410489
Browse repository at this point
Qualify Win32 paths as NT paths when openat has no directory handle
Show description for 12e585d
avsm
committed
12e585d
View commit details
Copy full SHA for 12e585d
Browse repository at this point
Use Nt_path rather than Filename for paths in eio_windows
Show description for 075953e
avsm
committed
075953e
View commit details
Copy full SHA for 075953e
Browse repository at this point
Keep the create options when opening with nofollow
Show description for e02eb61
avsm
committed
e02eb61
View commit details
Copy full SHA for e02eb61
Browse repository at this point
Add tests for writing through a symlink leaf in a sandbox
avsm
committed
b3d2ad8
View commit details
Copy full SHA for b3d2ad8
Browse repository at this point
Fix the symlink recovery path in open_out
Show description for 5cf43c9
avsm
committed
5cf43c9
View commit details
Copy full SHA for 5cf43c9
Browse repository at this point
Add tests for reading and statting a missing path through fs
avsm
committed
817486c
View commit details
Copy full SHA for 817486c
Browse repository at this point
Do not create missing files when opening for reading or stat
avsm
committed
5857522
View commit details
Copy full SHA for 5857522
Browse repository at this point
Map Unix errors raised by open_in to Eio errors
Show description for ce71743
avsm
committed
ce71743
View commit details
Copy full SHA for ce71743
Browse repository at this point
Add tests for stat on directories, files and symlinks
avsm
committed
68b60c3
View commit details
Copy full SHA for 68b60c3
Browse repository at this point
Allow stat on directories
Show description for af42ff8
avsm
committed
af42ff8
View commit details
Copy full SHA for af42ff8
Browse repository at this point
Add an openat mode that opens a symlink directly
Show description for 1b098d1
avsm
committed
1b098d1
View commit details
Copy full SHA for 1b098d1
Browse repository at this point
Return the symlink from stat with follow disabled
avsm
committed
eea7d54
View commit details
Copy full SHA for eea7d54
Browse repository at this point
You can’t perform that action at this time.