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

Workaround for Tapioca DSL with RuntimeGeneric #11

Closed
wants to merge 1 commit into from

Conversation

gtrias
Copy link
Contributor

@gtrias gtrias commented Sep 26, 2024

Since this self.entity needs RuntimeGeneric and it's evaluated by tapioca dsl this is triggering an incompatible error with how RuntimeGeneric works.

This PR addresses it by early returning in this method when Tapioca is evaluating.

Not very elegant but it makes the trick

Since this `self.entity` needs RuntimeGeneric and it's evaluated by
`tapioca dsl` this is triggering an incompatible error with how
RuntimeGeneric works.

This PR addresses it by early returning in this method when Tapioca is
evaluating.

Not very elegant but it makes the trick
@gtrias gtrias closed this Sep 26, 2024
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