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

Require interpolated parameters to be strings #3

Open
alexarchambault opened this issue Jun 14, 2021 · 0 comments
Open

Require interpolated parameters to be strings #3

alexarchambault opened this issue Jun 14, 2021 · 0 comments

Comments

@alexarchambault
Copy link
Member

It seems things like this compile:

val ver = Some("1.2")
dep"org:name:$ver"

It'd be better to fail here, by requiring all parameters to be typed as Strings.

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