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
Accelerator
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
Type
/
to 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 }}
mlin
/
miniwdl
Public
forked from
chanzuckerberg/miniwdl
Notifications
You must be signed in to change notification settings
Fork
6
Star
3
Code
Pull requests
2
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
python3.10
User selector
All users
All time
Commit history
Commits on Jun 24, 2026
Test Jammy install from wheel
mlin
committed
e675832
View commit details
Copy full SHA for e675832
Browse repository at this point
Restore pyproject metadata
mlin
committed
cac4e6a
View commit details
Copy full SHA for cac4e6a
Browse repository at this point
stash
mlin
committed
4246a9b
View commit details
Copy full SHA for 4246a9b
Browse repository at this point
Fix Python 3.10 CI failures
mlin
committed
ba10242
View commit details
Copy full SHA for ba10242
Browse repository at this point
advance to python3.10+
mlin
committed
60b6779
View commit details
Copy full SHA for 60b6779
Browse repository at this point
Commits on Jun 22, 2026
reject optional File/Directory paths that exist as wrong kind (#888)
Wid-L-Hacker
authored
2b1b068
View commit details
Copy full SHA for 2b1b068
Browse repository at this point
[WDL 1.2.1] canonicalize File and Directory value paths (#889)
Wid-L-Hacker
authored
3cab6fb
View commit details
Copy full SHA for 3cab6fb
Browse repository at this point
[WDL 1.2.1] make task.return_code available in output section only (#890)
Wid-L-Hacker
authored
fc17f7d
View commit details
Copy full SHA for fc17f7d
Browse repository at this point
Commits on Jun 20, 2026
[WDL 1.2] tighten FileCoercion lint criteria (#887)
Show description for 846ff3e
Wid-L-Hacker
authored
846ff3e
View commit details
Copy full SHA for 846ff3e
Browse repository at this point
Commits on Jun 16, 2026
strip trailing slash from Directory values (per spec)
Wid-L-Hacker
authored
24eb628
View commit details
Copy full SHA for 24eb628
Browse repository at this point
additional workflow cache coherence tests (#885)
Wid-L-Hacker
authored
0f803f6
View commit details
Copy full SHA for 0f803f6
Browse repository at this point
Commits on Jun 15, 2026
[WDL 1.2] Call cache v2 ensuring coherence with source-relative paths (#884)
Show description for 7e2d0c1
Wid-L-Hacker
authored
7e2d0c1
View commit details
Copy full SHA for 7e2d0c1
Browse repository at this point
Commits on Jun 8, 2026
`miniwdl zip`: extend --additional for source-relative input paths (#882)
Show description for 55a52f6
Wid-L-Hacker
authored
55a52f6
View commit details
Copy full SHA for 55a52f6
Browse repository at this point
Commits on May 24, 2026
refactor runtime code (#880)
Show description for 0b1109c
Wid-L-Hacker
authored
0b1109c
View commit details
Copy full SHA for 0b1109c
Browse repository at this point
[WDL 1.2] source-relative File/Directory inputs (#877)
Wid-L-Hacker
authored
3331d6c
View commit details
Copy full SHA for 3331d6c
Browse repository at this point
[WDL 1.2] add new deprecation warnings (#879)
Wid-L-Hacker
authored
c1138bc
View commit details
Copy full SHA for c1138bc
Browse repository at this point
Commits on May 21, 2026
Allow File/Directory path construction within input Directory (#876)
Show description for 8443ffd
Wid-L-Hacker
authored
8443ffd
View commit details
Copy full SHA for 8443ffd
Browse repository at this point
Commits on May 17, 2026
[WDL 1.2] add join_paths() (#874)
Wid-L-Hacker
authored
129d548
View commit details
Copy full SHA for 129d548
Browse repository at this point
[WDL 1.2] new write_tsv() overloads (#873)
Show description for b5822e7
Wid-L-Hacker
authored
b5822e7
View commit details
Copy full SHA for b5822e7
Browse repository at this point
Commits on May 16, 2026
remove unused wdl-tests submodule (#872)
Wid-L-Hacker
authored
a101907
View commit details
Copy full SHA for a101907
Browse repository at this point
fix chunks() on empty input (#871)
Wid-L-Hacker
authored
9e7ad2d
View commit details
Copy full SHA for 9e7ad2d
Browse repository at this point
Advance spec tests to WDL 1.1.3 and 1.2.1 (#870)
Wid-L-Hacker
authored
829f560
View commit details
Copy full SHA for 829f560
Browse repository at this point
NonStringKeyMapJSON linter (#867)
Wid-L-Hacker
authored
bf414b3
View commit details
Copy full SHA for bf414b3
Browse repository at this point
Commits on May 15, 2026
allow equatability between String and File, Directory (#866)
Wid-L-Hacker
authored
396faab
View commit details
Copy full SHA for 396faab
Browse repository at this point
[WDL 1.2] version-gate new length() and size() features (#864)
Wid-L-Hacker
authored
a666eb7
View commit details
Copy full SHA for a666eb7
Browse repository at this point
Commits on May 14, 2026
[WDL 1.2] recognize return_codes (#862)
Wid-L-Hacker
authored
9028fca
View commit details
Copy full SHA for 9028fca
Browse repository at this point
[WDL 1.2] remove "experimental" language around env feature (#863)
Wid-L-Hacker
authored
2ceaf2a
View commit details
Copy full SHA for 2ceaf2a
Browse repository at this point
Commits on May 13, 2026
[WDL 1.2] handle retry of commands using `task.attempt` (#861)
Show description for 90d8c3c
Wid-L-Hacker
authored
90d8c3c
View commit details
Copy full SHA for 90d8c3c
Browse repository at this point
Commits on May 10, 2026
Improve size() type error for unusable arguments (#860)
Wid-L-Hacker
authored
a1edeb7
View commit details
Copy full SHA for a1edeb7
Browse repository at this point
refactor internal placeholder_regex propagation (#859)
Show description for 39e97c5
Wid-L-Hacker
authored
39e97c5
View commit details
Copy full SHA for 39e97c5
Browse repository at this point
Commits on May 9, 2026
Improve WDL version gates (#857)
Show description for 79ea2ce
Wid-L-Hacker
authored
79ea2ce
View commit details
Copy full SHA for 79ea2ce
Browse repository at this point
[WDL 1.2] StdLib changes (#855)
Show description for e1ba697
Wid-L-Hacker
authored
e1ba697
View commit details
Copy full SHA for e1ba697
Browse repository at this point
Commits on Apr 29, 2026
[WDL 1.2] task runtime info struct (#838)
Show description for cf8a4b7
Wid-L-Hacker
authored
cf8a4b7
View commit details
Copy full SHA for cf8a4b7
Browse repository at this point
Commits on Apr 26, 2026
Fallback to old python-json-logger import path (#848)
Show description for d260f1c
Wid-L-Hacker
authored
d260f1c
View commit details
Copy full SHA for d260f1c
Browse repository at this point
Fix StdLib behaviors with Map[Float,...], basename, and implied types (#847)
Wid-L-Hacker
authored
ac553f7
View commit details
Copy full SHA for ac553f7
Browse repository at this point
Previous
Next
You can’t perform that action at this time.