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

Replace Kitura's swift-html-entities with Zyphy #57

Open
kkebo opened this issue Nov 23, 2023 · 1 comment
Open

Replace Kitura's swift-html-entities with Zyphy #57

kkebo opened this issue Nov 23, 2023 · 1 comment
Assignees

Comments

@kkebo
Copy link
Owner

kkebo commented Nov 23, 2023

Zyphy has been developing APIs for HTML character references since kkebo/zyphy#35. swift-html-entities is no longer maintained. So I would like to replace it with Zyphy.

To do that, I have to split Zyphy into a few packages because Swift Playgrounds doesn't support macro targets yet.

@kkebo kkebo self-assigned this Nov 23, 2023
@kkebo
Copy link
Owner Author

kkebo commented Apr 1, 2024

Zyphy is only supports Swift 6.0 or later for now because it uses the CodeItem macros.

So I have two options.

  1. Wait until the Swift Playgrounds supports Swift 6.0
    • However, the production release of Swift 6.0 may remove the CodeItem macro feature.
  2. Create a separate package that only contains the HTMLEntites module.

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

No branches or pull requests

1 participant