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

The compiler front end does not detect that it has been passed to many arguments #11

Open
johanseland opened this issue Apr 2, 2014 · 1 comment
Labels

Comments

@johanseland
Copy link
Contributor

Compiling an Equelle statement of the form
a = InputCollectionOfScalar("a", AllCells(), 300 )

is not catched as an error, but yields incorrect genereated C++ code.

@johanseland johanseland added the bug label Apr 2, 2014
@atgeirr
Copy link
Member

atgeirr commented Apr 2, 2014

Function calls in general are not checked, I think.

This is indeed one of the most troubling missing checks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants