-
Notifications
You must be signed in to change notification settings - Fork 991
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
Helpful error could extend to when the symbol is a function #5014
Comments
I'm not sure there's an easy way to do this unfortunately -- the friendly message relies on
Any opinion on whether it'd be useful enough to add this check? |
It would be helpful. Wouldn’t implementation be similar to #4660? E.g |
Unfortunately not:
Seems we have to |
There are two error messages we are discussing. The second error message of
happens after The first error gets to the calling scope. I still believe I do not believe it would be worth checking
That way there’s no additional overhead for this infrequent error but users would still get a helpful error. |
We already have a helpful error for accidentally treating a column as a table:
However this doesn't appear if the culprit column happens to mask a function:
It would be nice if it's easy to extend the helpful message to such a case.
The text was updated successfully, but these errors were encountered: