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

Unable to build project and apply custom JSON encoder and decoder #41

Closed
F0x1d opened this issue Dec 9, 2023 · 1 comment
Closed

Unable to build project and apply custom JSON encoder and decoder #41

F0x1d opened this issue Dec 9, 2023 · 1 comment

Comments

@F0x1d
Copy link
Contributor

F0x1d commented Dec 9, 2023

I've just updated to Papyrus v0.6.5 and get the following error:
image

Macro expansion:
image

Looks like because of this change:
image

BTW, i have JSON applied:

@JSON(
    encoder: Container.shared.jsonEncoder(),
    decoder: Container.shared.jsonDecoder()
)

But according to macro expansion this is not used anywhere or maybe i don't see something?

@F0x1d F0x1d changed the title Project not building Unable to build project and apply custom JSON encoder and decoder Dec 9, 2023
@joshuawright11
Copy link
Owner

Sorry about that - was experimenting with something and didn't remove. Fixed in v0.6.6.

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

2 participants