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 compile-time type rendering #415

Open
ileasile opened this issue May 12, 2023 · 0 comments
Open

Add compile-time type rendering #415

ileasile opened this issue May 12, 2023 · 0 comments
Labels
bug Installation and functionality issues

Comments

@ileasile
Copy link
Member

Now, this renderer

USE {
    render<List<String>> { ... }
}

will render any list because of runtime type erasure. Base rendering on compile-time types when it's possible

@ileasile ileasile added the bug Installation and functionality issues label May 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Installation and functionality issues
Projects
None yet
Development

No branches or pull requests

1 participant