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

allow constant interpolations of primitives for scala 3 #150

Closed

Conversation

martijnhoekstra
Copy link

an implementation for #44 for scala 3.

#44

This doesn't allow for "composed" values like lists, tuples, and other things you create a FromExpr for -- it just does dumb enumeration of types, as I couldn't manage to find a solution that does arbitrary FromExpr's. The cop out argument is that you're not going to need those anyway -- interpolating literal ('f', "bar", 2) into a string just not something that tends to happen. This of course is a cop out, if I could have gotten it to work, I would have suggested that.

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