-
Notifications
You must be signed in to change notification settings - Fork 7
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
Issue 752: Fix generation for functions with builtin types #754
Conversation
One issue that I saw locally is that the test I filed fails with a compilation/style warning:
I don't really know how to fix it, and it isn't really relevant to the commit. Probably best to change the test case. |
e90b363
to
73b2236
Compare
The coverage issue (present in an earlier version) looks similar to the issue we discussed yesterday, and I added a similar fix. Do you agree? |
This is a bug in the code generator. The generated code must not lead to a warning in the compiler. The issue will be fixed by #757. |
I took a simpler approach with this fix. I also didn't add a test because there are other issues to be fixed with that test code. |
Ref. #752