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 1993 - Error calling vararg delegate with null #195

Merged
merged 1 commit into from
Oct 12, 2011

Conversation

yebblies
Copy link
Member

@yebblies yebblies commented Jul 3, 2011

Prefer matching the element type rather than the array type when the argument matches both and there are more arguments present.
eg.
void fun(T[][]...) {}
fun(null, null) => fun([null, null])

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

Prefer matching the element type rather than the array type when the argument matches both and there are more arguments present.
eg.
void fun(T[][]...) {}
fun(null, null) => fun([null, null])
braddr pushed a commit to braddr/dmd that referenced this pull request Sep 15, 2011
Fixed std.datetime to use the new endian swapping functions
WalterBright added a commit that referenced this pull request Oct 12, 2011
Issue 1993 - Error calling vararg delegate with null
@WalterBright WalterBright merged commit 26bee8f into dlang:master Oct 12, 2011
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.

2 participants