Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Decode & Encode Macro Support #1

Merged
merged 2 commits into from
Nov 29, 2024
Merged

Conversation

WendellXY
Copy link
Owner

This pull request introduces support for Encodable and Decodable macros, enhancing the serialization and deserialization capabilities of our codebase.

Changes Made:

  • Added @Encodable and @Decodable macros to streamline the process of encoding and decoding data structures.
  • Updated the test cases to ensure that the new macros are functioning correctly and that existing functionality remains intact.
  • Reformatted files to adhere to the project's coding standards.

@WendellXY WendellXY requested a review from Copilot November 29, 2024 11:26

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 3 out of 13 changed files in this pull request and generated no suggestions.

Files not reviewed (10)
  • Sources/CodableKit/CodableKit.swift: Language not supported
  • Sources/CodableKitMacros/CodableMacro.swift: Language not supported
  • Sources/CodableKitMacros/CodableType.swift: Language not supported
  • Sources/CodableKitMacros/CodeGenCore.swift: Language not supported
  • Tests/CodableKitTests/CodableMacroTests+class+inheritance.swift: Language not supported
  • Tests/CodableKitTests/CodableMacroTests+class.swift: Language not supported
  • Tests/CodableKitTests/CodableMacroTests+diagnostics.swift: Language not supported
  • Tests/CodableKitTests/CodableMacroTests+enum.swift: Language not supported
  • Tests/CodableKitTests/CodableMacroTests+struct.swift: Language not supported
  • Tests/CodableKitTests/Defines.swift: Language not supported
@WendellXY WendellXY merged commit 6f89165 into main Nov 29, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant