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

Function calls should not have spaces between function name and parenthesis #99

Open
davidhesselbom opened this issue Sep 4, 2015 · 4 comments
Milestone

Comments

@davidhesselbom
Copy link
Contributor

this add ("uniform", func {

This passes magic without warnings, but add is a function, so there shouldn't be a space in add(. This applies to all functions. I wouldn't know how hard this would be to fix without risking lots of false positives for tuples and other things...

@davidhesselbom davidhesselbom added this to the v0.3 milestone Sep 4, 2015
@thomasfanell
Copy link
Contributor

This should probably be in the 0.2 milestone.

@davidhesselbom
Copy link
Contributor Author

You think you'll have the parser by then? Great, I'll change the milestone. You know better than I do, of course.

@davidhesselbom davidhesselbom modified the milestones: v0.2, v0.3 Sep 4, 2015
@thomasfanell
Copy link
Contributor

Well, 0.2 will not be released without a working parser. I am not sure we'll make the deadline though, I've asked @simonmika to push his parser code once he has something that makes sense for both of us to work on.

@davidhesselbom
Copy link
Contributor Author

Ahh. Right.

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

No branches or pull requests

2 participants