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

Issue 7073 - Parsing of class-returning varargs function inside module ctor fails #601

Merged
merged 1 commit into from
Jan 5, 2012

Conversation

9rnsr
Copy link
Contributor

@9rnsr 9rnsr commented Jan 2, 2012

@JakobOvrum
Copy link
Member

Possibly related?

void foo(T)(){}

void main()
{
    foo!(void delegate(string...))(); // OK
    foo!(void delegate(const(char)[]...))(); // All hell breaks loose
}

Don't know if there is a bug report for this, I was just reminded of it when I saw this commit.

@9rnsr
Copy link
Contributor Author

9rnsr commented Jan 2, 2012

Yes, it's just same problem!

WalterBright added a commit that referenced this pull request Jan 5, 2012
Issue 7073 - Parsing of class-returning varargs function inside module ctor fails
@WalterBright WalterBright merged commit 74520a3 into dlang:master Jan 5, 2012
braddr pushed a commit to braddr/dmd that referenced this pull request Oct 22, 2012
Issue 7796 - std.typecons.Unique is using writeln without importing std.stdio
braddr pushed a commit to braddr/dmd that referenced this pull request Oct 22, 2012
…td.stdio.

With Unique being a template, commit 4ee4efe (pull request dlang#601) caused the messages to be printed for unittest builds of client code as well.
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.

3 participants