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

incorrect error messages with some type errors involving complex types #4412

Closed
davidnich opened this issue Jan 23, 2022 · 0 comments
Closed

Comments

@davidnich
Copy link
Contributor

ex:

RUNTIME-TYPE-ERROR: <return statement> expects type 'hash<HttpHandlerResponseInfo>', but got type 'hash' instead

should be instead:

RUNTIME-TYPE-ERROR: <return statement> expects type 'hash<HttpHandlerResponseInfo>', but got type 'hash<HttpResponseInfo>' instead
@davidnich davidnich added this to the 1.2 milestone Jan 23, 2022
@davidnich davidnich self-assigned this Jan 23, 2022
@davidnich davidnich added this to To do in Qore Development via automation Jan 23, 2022
davidnich added a commit that referenced this issue Jan 23, 2022
… where the specific complex type was omitted from the error message
davidnich added a commit that referenced this issue Jan 23, 2022
… where the specific complex type was omitted from the error message (#4413)
Qore Development automation moved this from To do to Done Jan 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

1 participant