-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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 error message for macro argument mismatch #8701
Labels
error handling
Handling of exceptions by Julia or the user
Comments
Any hope for fixing this? Our only workaround in JuMP is to make all macros varargs, which is nasty. |
Leaving someone (possibly future-me) some breadcrumbs here:
|
This was referenced Sep 29, 2015
JeffBezanson
added a commit
that referenced
this issue
Jan 4, 2016
JeffBezanson
added a commit
that referenced
this issue
Jan 5, 2016
JeffBezanson
added a commit
that referenced
this issue
Jan 5, 2016
Fixed by #14563. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be great to include the corresponding macro name in the error message. I traced the message to codegen.cpp, but I'm not familiar enough with the code to easily make this change.
The text was updated successfully, but these errors were encountered: