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 1891 - Array-concatenation of T* and T*[] produces corrupted result #214

Merged
merged 1 commit into from
Oct 4, 2011

Conversation

yebblies
Copy link
Member

@yebblies yebblies commented Jul 5, 2011

Issue 1891 - Array-concatenation of T* and T*[] produces corrupted result

CatExp::toElem was a mess, using Type::nextOf to determine if a type was an array. Naturally this failed when the first type derived from TypeNext but was not an array.

This also cleans out a bunch of dead code from CatExp::toElem, that seems to have been there since 2.011.

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

…sult

CatExp::toElem was a mess, using Type::nextOf to determine if a type was an array.  Naturally this failed when the first type derived from TypeNext but was not an array.

This also cleans out a bunch of dead code from CatExp::toElem, that seems to have been there since 2.011.
braddr pushed a commit to braddr/dmd that referenced this pull request Sep 15, 2011
Remove .get from std.datetime
WalterBright added a commit that referenced this pull request Oct 4, 2011
Issue 1891 - Array-concatenation of T* and T*[] produces corrupted result
@WalterBright WalterBright merged commit 51d8385 into dlang:master Oct 4, 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