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

improve checking of Vararg parameters #32056

Merged
merged 1 commit into from
May 21, 2019
Merged

improve checking of Vararg parameters #32056

merged 1 commit into from
May 21, 2019

Conversation

JeffBezanson
Copy link
Member

  • make sure length var has full bounds
  • check for negative length earlier (inside Vararg, not just Tuple{Vararg{}})

- make sure length var has full bounds
- check for negative length earlier (inside Vararg, not just Tuple{Vararg{}})
@JeffBezanson JeffBezanson added error handling Handling of exceptions by Julia or the user types and dispatch Types, subtyping and method dispatch labels May 16, 2019
@JeffBezanson JeffBezanson merged commit 516067b into master May 21, 2019
@JeffBezanson JeffBezanson deleted the jb/varargchecks branch May 21, 2019 19:52
timholy pushed a commit to timholy/AxisAlgorithms.jl that referenced this pull request May 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
error handling Handling of exceptions by Julia or the user types and dispatch Types, subtyping and method dispatch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant