Merge remote-tracking branch 'upstream/stable' into merge_stable#5995
Merged
WalterBright merged 16 commits intodlang:masterfrom Aug 1, 2016
Merged
Merge remote-tracking branch 'upstream/stable' into merge_stable#5995WalterBright merged 16 commits intodlang:masterfrom
WalterBright merged 16 commits intodlang:masterfrom
Conversation
fix Issue 16080 - [REG2.071.0] Internal error: backend\cgobj.c 3406 w…
Merge pull request dlang#5828 from WalterBright/fix16080
fix Issue 16225 - [REG 2.068] Internal error cod1.c 1338 with -O
- I assume it was an attempt at showing the correct error message during opDispatch semantics (by rerunning semantic). But as we still get the wrong error message and this change isn't necessary to fix 16188, we better not merge it into stable.
fix Issue 16188 - [REG2.069] ICE on invalid code
more 32-bit fixes for travis ci # Conflicts: # .travis.yml
…failure Merge pull request dlang#5915 from MartinNowak/fix_32_travis_ci
- fixes testing stable with travis-ci
Fix test suite C++ test with GCC 5.1 dual ABI
checkout same target branch as dmd
- public imports in imported modules were not accessbile using their FQN, this was an oversight when adding the package tree masking to fix Bugzilla 313 (see dlang#5426) - fixed by recursively checking imported scopes for accessible packages - reuse Module.insearch to not follow import cycles - Uses the same reduced visibility distinction (only private vs. rest) as the unqualified symbol search, b/c extending importedScopes to track rich visibility (e.g. package(a.b)) was out of scope for a regression fix. This should be implemented when combining the search/import w/ the symbol visibility mechanism.
- this is also fixed by searching the importedScopes for accessible packages
fix Issue 15900 - public imports not accessible using FQN
Contributor
|
This was referenced Aug 3, 2016
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.