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

valueInRange does not use/report passed name #771

Closed
mgreter opened this issue Jul 19, 2019 · 0 comments
Closed

valueInRange does not use/report passed name #771

mgreter opened this issue Jul 19, 2019 · 0 comments

Comments

@mgreter
Copy link
Contributor

mgreter commented Jul 19, 2019

valueInRange(num min, num max, [String name])

Variable name is not used. Should probably be passed into _exception:

      throw _exception(
          "Expected $this to be within $min$unitString and $max$unitString.",
+         name);
@nex3 nex3 closed this as completed in 8d5e3d9 Jul 25, 2019
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