Skip to content

Conversation

@JohanEngelen
Copy link
Member

Fix a bug where the mutable version of a Type is not properly resolved if it contains alias identifiers. This results in a bug later during compilation where stripModifiers() will return a not-fully-resolved type.
Fixes #893

…d if it contains alias identifiers. This results in a bug later during compilation where stripModifiers() will return a not-fully-resolved type.
JohanEngelen added a commit that referenced this pull request Apr 25, 2015
Fix alias declaration type resolution
@JohanEngelen JohanEngelen merged commit cbb4d6d into ldc-developers:master Apr 25, 2015
@dnadlinger
Copy link
Member

If you modify the frontend source, please do so in an IN_LLVM block and also add a reference to the respective issue on the tracker. If it's a backport of a DMD fix, reference the commit instead.

This makes merging new frontend releases much easier, because you don't have to stop and go on a hunt for the reason the difference has been introduced in the first place. We've also been trying to reduce the diff to the DMD frontend sources lately in preparation for DDMD.

@JohanEngelen JohanEngelen deleted the fix_type_resolve branch November 9, 2015 18:56
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.

Crash: "Error: size of type <T> is not known"

2 participants