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 }}
mxcl
/
Path.swift
Public
Notifications
You must be signed in to change notification settings
Fork
40
Star
962
Code
Issues
4
Pull requests
0
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Add unsorted option to ls() to bypass expensive locale-specific sorting
- #97
#97
Merged
mxcl
merged 13 commits into
master
mxcl/Path.swift:master
from
copilot/fix-ls-sorting-performance
mxcl/Path.swift:copilot/fix-ls-sorting-performance
Copy head branch name to clipboard
Mar 16, 2026
Conversation
Commits
13
(13)
Checks
Files changed
Merged
Add unsorted option to ls() to bypass expensive locale-specific sorting
#97
mxcl
merged 13 commits into
master
mxcl/Path.swift:master
from
copilot/fix-ls-sorting-performance
mxcl/Path.swift:copilot/fix-ls-sorting-performance
Copy head branch name to clipboard
Commits
Commits on Feb 3, 2026
Initial plan
Copilot
committed
8226398
View commit details
Copy full SHA for 8226398
Browse repository at this point
Add unsorted option to ls() to improve performance
Show description for 70d604c
Copilot
and
mxcl
committed
70d604c
View commit details
Copy full SHA for 70d604c
Browse repository at this point
Fix naming convention: a_unsorted -> aUnsorted
Show description for cfdb728
Copilot
and
mxcl
committed
cfdb728
View commit details
Copy full SHA for cfdb728
Browse repository at this point
Improve documentation placement for enum warnings
Show description for 0e66a27
Copilot
and
mxcl
committed
0e66a27
View commit details
Copy full SHA for 0e66a27
Browse repository at this point
Remove restrictive paths filters to enable tests in CI
Show description for c1ccda4
Copilot
and
mxcl
committed
c1ccda4
View commit details
Copy full SHA for c1ccda4
Browse repository at this point
Initial plan
Copilot
committed
58b7dc9
View commit details
Copy full SHA for 58b7dc9
Browse repository at this point
Commits on Feb 4, 2026
Fix CI: Replace mxcl/get-swift-version with inline script to avoid glibc issues
Show description for 987cfb4
Copilot
and
mxcl
committed
987cfb4
View commit details
Copy full SHA for 987cfb4
Browse repository at this point
Update CI matrix: use current macOS runners and extend Linux Swift versions
Show description for 369e2a7
Copilot
and
mxcl
committed
369e2a7
View commit details
Copy full SHA for 369e2a7
Browse repository at this point
Fix CI: update to actions/checkout@v4, remove macos-15, separate legacy Swift versions
Show description for d156330
Copilot
and
mxcl
committed
d156330
View commit details
Copy full SHA for d156330
Browse repository at this point
Fix CI: manual git checkout for legacy Swift, move 5.3 to legacy, remove macOS 14
Show description for be3f1c5
Copilot
and
mxcl
committed
be3f1c5
View commit details
Copy full SHA for be3f1c5
Browse repository at this point
Commits on Mar 16, 2026
Merge latest master (117d402) into PR - use master's CI configuration
Show description for efa8cbe
Copilot
and
mxcl
committed
efa8cbe
View commit details
Copy full SHA for efa8cbe
Browse repository at this point
Fix merge conflict - use master's CI configuration completely
Show description for 8c2d3e0
Copilot
and
mxcl
committed
8c2d3e0
View commit details
Copy full SHA for 8c2d3e0
Browse repository at this point
Fix Swift 4.2/5.0 compilation: use .some() for optional enum cases
Show description for e40e4ec
Copilot
and
mxcl
committed
e40e4ec
View commit details
Copy full SHA for e40e4ec
Browse repository at this point
You can’t perform that action at this time.