-
Notifications
You must be signed in to change notification settings - Fork 77
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
TC gives incorrect error messages for library file APIGen.rsc #482
Comments
This one is a real error, the name should be qualified:
The other errors on the same line are based on this. |
This error also appears to be a valid error:
t2 really isn't in scope on this source line. |
Not sure the problem with this, but it looks like it should type:
|
I need to add support for the fields on
|
I think the rest of the errors are knock-on errors from these. I'll look at the last two, but it looks like there are also some genuine errors in there. |
I added support (soon to be checked in) for the |
Sounds good, will check when you have checked this in. |
This is checked in, although I still need to look through the other errors to see which are real and which are bugs in the checker. |
I think APIGen is little used (to be honest I don't know who uses it) so there may be real errors there. |
I fixed a couple of errors in the checker and also a number of errors in APIGen. It now passes the checker, although it probably still needs some work before it can really be used again (I opened an issue specifically about keyword parameters, since there is no support for them in constructors in APIGen). |
APIGen then at least helped to reveal some errors and we will fix it when we need it. |
gives
The text was updated successfully, but these errors were encountered: