-
Notifications
You must be signed in to change notification settings - Fork 8
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: dduan/TOMLDecoder
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: dduan/TOMLDecoder
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dd/embedded
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 13 commits
- 30 files changed
- 1 contributor
Commits on Feb 7, 2026
-
Create 'CodableSupport' trait for embedded
`CodableSupport` is a trait that's by default enabled. The Codable related APIs are enabled by this trait. When this trait is not enabled, the lower level parsing API remain available, and that portion must not depend on Foundation. All the stand test should pass for non-`CodableSupport` potion of the library. The non-`CodableSupport` APIs should function for embedded Swift. Few things needs to happen before this gets merged: - [ ] A reliable CI check for running tests without the default trait - [ ] A CI build for embedded Swift of the non-`CodableSupport` part - [ ] Documentation updates: - [ ] A mention of embedded support in introductory materials - [ ] An explanation of the trait - [ ] Per API annotation about availability for embeded (or trait membership?) - [ ] A dedicated article for embeded. - [ ] An test on an actual embeded device :) Closes #232 Closes #227Configuration menu - View commit details
-
Copy full SHA for 02d2126 - Browse repository at this point
Copy the full SHA 02d2126View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0be8d9 - Browse repository at this point
Copy the full SHA c0be8d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4bcc81 - Browse repository at this point
Copy the full SHA a4bcc81View commit details -
Configuration menu - View commit details
-
Copy full SHA for ffe849e - Browse repository at this point
Copy the full SHA ffe849eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 01ec7e8 - Browse repository at this point
Copy the full SHA 01ec7e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35c6868 - Browse repository at this point
Copy the full SHA 35c6868View commit details -
Configuration menu - View commit details
-
Copy full SHA for d701ebe - Browse repository at this point
Copy the full SHA d701ebeView commit details -
Configuration menu - View commit details
-
Copy full SHA for c403285 - Browse repository at this point
Copy the full SHA c403285View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a37c4c - Browse repository at this point
Copy the full SHA 8a37c4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b05eae - Browse repository at this point
Copy the full SHA 5b05eaeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9cc5ec8 - Browse repository at this point
Copy the full SHA 9cc5ec8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12a84f6 - Browse repository at this point
Copy the full SHA 12a84f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for e52442e - Browse repository at this point
Copy the full SHA e52442eView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...dd/embedded