Skip to content

Conversation

9rnsr
Copy link
Contributor

@9rnsr 9rnsr commented Feb 26, 2014

https://d.puremagic.com/issues/show_bug.cgi?id=10502

Required compiler fix:
dlang/dmd#3339

A compiler fix that would be better to merge at the same time:
dlang/dmd#3338

@9rnsr
Copy link
Contributor Author

9rnsr commented Feb 27, 2014

Ready to merge.

}
else static if (isBasicType!T && !is(T == enum))
{
enum fullyQualifiedNameImplForTypes = chain!((Unqual!T).stringof);
enum fqnType = chain!((Unqual!T).stringof);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What that `chain!` was here for?

UPDATE: I see never mind.

DmitryOlshansky added a commit that referenced this pull request Feb 27, 2014
Issue 10502 - Can't get fullyQualifiedName of a templated struct
@DmitryOlshansky DmitryOlshansky merged commit da69d20 into dlang:master Feb 27, 2014
@9rnsr 9rnsr deleted the fix10502 branch February 28, 2014 05:16
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