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

[Repost] Issue 8220 - invalid function call not detected during semantic analysis #1007

Merged
merged 1 commit into from
Mar 7, 2013

Conversation

9rnsr
Copy link
Contributor

@9rnsr 9rnsr commented Jun 15, 2012

http://d.puremagic.com/issues/show_bug.cgi?id=8220

This pull is identical to #1000. @WalterBright reverted #1000, because of the breaking of test case that he has, but I think it is genuinely invalid code (my comment).

@donc
Copy link
Collaborator

donc commented Nov 22, 2012

I agree with you. I have written code like Walter's example in the past, and I later rewrote it because I decided it was wrong. int + int isn't valid, and typeof(int + int) shouldn't be, either. It's easy enough to add .init to every type to turn those into valid expressions. It's not like it's a silent breakage.

But only Walter can merge this.

@ghost
Copy link

ghost commented Dec 2, 2012

LGTM. @WalterBright please merge this before any more people start assuming that Type+Type is meaningful (6 months and counting!). AFAIK the specs never mention this as valid code, but you've said you told some people it does work. Couldn't you tell them about .init?

WalterBright added a commit that referenced this pull request Mar 7, 2013
[Repost] Issue 8220 - invalid function call not detected during semantic analysis
@WalterBright WalterBright merged commit 3644943 into dlang:master Mar 7, 2013
@quickfur
Copy link
Member

quickfur commented Mar 7, 2013

This pull introduced a regression:

http://d.puremagic.com/issues/show_bug.cgi?id=9659

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

Successfully merging this pull request may close these issues.

4 participants