Implement Anchor coding, Tag coding and redundancy auto-aliasing#428
Implement Anchor coding, Tag coding and redundancy auto-aliasing#428lynchsft merged 8 commits intojpsim:mainfrom
Conversation
|
@jpsim is it intended configuration that the workflows won't run without a maintainer approving? I would have loved to validated that all builds succeeded before bugging you. 🙏🏻 |
|
I see the failed checks and will work to resolve them. :) 🙏🏻 |
|
The
IIRC Suggestions how to proceed with this failure? (I'm gonna push fixes to the linting errors next.) |
|
I believe all the linting errors have been resolved. :) |
|
The Jazzy warnings should be handled now. All that remains is the visionOS simulator on macOS-14. See above comment for error message. Suggestions? |
|
I asked xcodebuild to download this missing runtime. As this takes about ~3 minutes in each run, I also parallelized the cocoa pods platforms. I think all the checks should pass now. :) |
|
I apologize. Very belatedly I realize that I should have PR'ed this onto my fork before PR''ing it here. Ready for review. 🤦🏼♀️ |
|
Thank you very much for the PR, Adora and for fixing the unrelated CocoaPods CI issue. I'll be taking a close look at this soon. |
Yams is able to encode and decode Anchors via YamlAnchorProviding, and
YamlAnchorCoding.
#125
Yams is able to encode and decode Tags via YamlTagProviding
and YamlTagCoding.
#265
Yams is able to detect redundant structes and automaticaly
alias them during encoding via RedundancyAliasingStrategy