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

Type-check fields inside operators #15

Open
kell18 opened this issue Jun 2, 2019 · 1 comment
Open

Type-check fields inside operators #15

kell18 opened this issue Jun 2, 2019 · 1 comment

Comments

@kell18
Copy link
Contributor

kell18 commented Jun 2, 2019

For example, this would compile:

case class Foo(s: String)
mqt"{ $$set : { nonExistent : 'aaa'}}"[Foo]

But it shouldn't. Do you have any ideas on how we can implement this if it's possible?

@kell18
Copy link
Contributor Author

kell18 commented Jun 2, 2019

Probably nor the most important feature, but still nice to have it.

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