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
.
SwiftyLab
/
MetaCodable
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
46
Star
777
Code
Issues
3
Pull requests
6
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Update
swift-syntax
, fix Bool switch warnings, and improve test organization & coverage
- #150
#150
Open
qizh
wants to merge 34 commits into
SwiftyLab:main
SwiftyLab/MetaCodable:main
from
qizh:main
qizh/MetaCodable:main
Copy head branch name to clipboard
Conversation
Commits
34
(34)
Checks
Files changed
Open
Update
swift-syntax
, fix Bool switch warnings, and improve test organization & coverage
#150
qizh
wants to merge 34 commits into
SwiftyLab:main
SwiftyLab/MetaCodable:main
from
qizh:main
qizh/MetaCodable:main
Copy head branch name to clipboard
Commits
Commits on Nov 27, 2025
Update `swift-syntax` version and improve type constraints
Show description for db33503
qizh
committed
db33503
View commit details
Copy full SHA for db33503
Browse repository at this point
Bring indentation back in `EnumVariable.swift`
Show description for a9b3f01
qizh
committed
a9b3f01
View commit details
Copy full SHA for a9b3f01
Browse repository at this point
Update protocol constraint from `SendableMetatype` to `Sendable`
Show description for 551c9a1
qizh
committed
551c9a1
View commit details
Copy full SHA for 551c9a1
Browse repository at this point
Fix enum case encoding for cases without arguments
Show description for af382df
qizh
committed
af382df
View commit details
Copy full SHA for af382df
Browse repository at this point
Align `misuseWithCodable` diagnostics with actual macro output
Show description for 44558a5
qizh
committed
44558a5
View commit details
Copy full SHA for 44558a5
Browse repository at this point
Commits on Jan 21, 2026
Merge remote-tracking branch 'refs/remotes/upstream/main'
Show description for 6ca0d90
qizh
committed
6ca0d90
View commit details
Copy full SHA for 6ca0d90
Browse repository at this point
fix: remove unreachable default case warnings for Bool type switches
Show description for 67ab745
qizh
committed
67ab745
View commit details
Copy full SHA for 67ab745
Browse repository at this point
fix: add SwiftSyntaxMacroExpansion dependency to PluginCore
Show description for 37c080c
qizh
committed
37c080c
View commit details
Copy full SHA for 37c080c
Browse repository at this point
chore: add *.dia to gitignore
Show description for ea720d5
qizh
committed
ea720d5
View commit details
Copy full SHA for ea720d5
Browse repository at this point
fix: remove duplicate diagnostic expectations in ConformCodableTests
Show description for 0b3f7dc
qizh
committed
0b3f7dc
View commit details
Copy full SHA for 0b3f7dc
Browse repository at this point
Merge pull request #1 from qizh/fix/warnings-cleanup
Show description for 6da09a6
qizh
authored
6da09a6
View commit details
Copy full SHA for 6da09a6
Browse repository at this point
Commits on Jan 30, 2026
Update `CHANGELOG.md`
qizh
authored
4a3190a
View commit details
Copy full SHA for 4a3190a
Browse repository at this point
Fix: Handle partial `Bool` coverage in `switch` statements
Show description for a405f1b
qizh
committed
a405f1b
View commit details
Copy full SHA for a405f1b
Browse repository at this point
test: add coverage tests for HelperCoder and related types
Show description for 342f6ff
qizh
committed
342f6ff
View commit details
Copy full SHA for 342f6ff
Browse repository at this point
Merge branch 'merge/upstream'
qizh
committed
3873f76
View commit details
Copy full SHA for 3873f76
Browse repository at this point
test: add @Suite declarations and meaningful test names to all test files
Show description for 2d44730
qizh
committed
2d44730
View commit details
Copy full SHA for 2d44730
Browse repository at this point
test: improve all test names with meaningful, unique descriptions
Show description for edeba0b
qizh
committed
edeba0b
View commit details
Copy full SHA for edeba0b
Browse repository at this point
test: add comprehensive tagging system for all tests
Show description for c1dd2be
qizh
committed
c1dd2be
View commit details
Copy full SHA for c1dd2be
Browse repository at this point
style: format long @Test declarations as multiline for readability
Show description for b031947
qizh
committed
b031947
View commit details
Copy full SHA for b031947
Browse repository at this point
docs: fix markdown lint error - add blank line before code block
qizh
committed
aa9002e
View commit details
Copy full SHA for aa9002e
Browse repository at this point
fix: handle partial Bool coverage in TaggedEnumSwitcherVariable
Show description for bb8f9a5
qizh
committed
bb8f9a5
View commit details
Copy full SHA for bb8f9a5
Browse repository at this point
fix: handle partial Bool coverage in TaggedEnumSwitcherVariable
Show description for e6e5a12
qizh
committed
e6e5a12
View commit details
Copy full SHA for e6e5a12
Browse repository at this point
fix: remove merge conflict markers from `CodedAsMixedTypesTests.swift`
Show description for 161b144
qizh
committed
161b144
View commit details
Copy full SHA for 161b144
Browse repository at this point
Merge origin/main into tests/improve/coverage/30-01-26
qizh
committed
6cb6b70
View commit details
Copy full SHA for 6cb6b70
Browse repository at this point
Add Swift CI workflow for build and test automation
qizh
committed
2344087
View commit details
Copy full SHA for 2344087
Browse repository at this point
Disable main.yml workflow in favor of swift.yml
qizh
committed
fae5691
View commit details
Copy full SHA for fae5691
Browse repository at this point
Re-enable `main.yml` workflow by removing the `.disabled` extension.
Show description for 1f3e57c
qizh
committed
1f3e57c
View commit details
Copy full SHA for 1f3e57c
Browse repository at this point
chore: simplify Swift workflow name to "Swift `build` & `test`"
qizh
committed
4e57d33
View commit details
Copy full SHA for 4e57d33
Browse repository at this point
Update `README.md`
Show description for 3ffa20e
qizh
authored
3ffa20e
View commit details
Copy full SHA for 3ffa20e
Browse repository at this point
Fix: Downgrade to Swift 6.1 to avoid compiler crash in macro expansion
Show description for 6ca3eea
qizh
committed
6ca3eea
View commit details
Copy full SHA for 6ca3eea
Browse repository at this point
Fix: Use default Xcode toolchain instead of swift-actions/setup-swift
Show description for c589543
qizh
committed
c589543
View commit details
Copy full SHA for c589543
Browse repository at this point
Merge pull request #2 from qizh/tests/improve/coverage/30-01-26
Show description for 4b6fe3d
qizh
authored
4b6fe3d
View commit details
Copy full SHA for 4b6fe3d
Browse repository at this point
Refactor test organization with nested suites and improve test descriptions
Show description for 201ce15
qizh
committed
201ce15
View commit details
Copy full SHA for 201ce15
Browse repository at this point
Commits on Feb 4, 2026
Update `swift-syntax` dependency upper bound to support version `603.x`
qizh
committed
868dc07
View commit details
Copy full SHA for 868dc07
Browse repository at this point
You can’t perform that action at this time.