-
-
Notifications
You must be signed in to change notification settings - Fork 683
Remove visiblity and lookup deprecation (Take 2) #9636
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
Merged
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
fdf80e6
Remove visiblity and lookup deprecation (Take 2)
JinShil 458b381
Consolidate compilable/checkimport tests
JinShil 625c75a
Add deprecation notice for -transition=checkimports and -revert=impor…
JinShil 5425fb0
Consolidate fail_compilation/checkimports2x.d tests
JinShil 8de197d
Add URL for DIP22 to compilable/dip22.d
JinShil b7f2e63
Remove some redundant 'not visible from module' errors
JinShil 8e9b2ca
Remove some redundant access check failures
JinShil 65a6222
Remove some more redundant 'not visible from module' errors
JinShil 71543d9
Change visibility deprecation to an error in typesem.d
JinShil 2015194
Remove some more redundant 'not visible from module' errors
JinShil 2356a4f
Remove compilable/checkimports1.d as it is a duplicate of compilable/…
JinShil 1fa740a
Refactor searchSym() in typesem.d
JinShil 3fe71f2
Fix access check for with statement
JinShil 42d53fe
Refactor checkAccess function
JinShil c583c11
Remove suggetions to invisible symbols
JinShil 33ce6c2
Remove trailing whitespace in access.d
JinShil 204f83f
Update src/dmd/cli.d
wilzbach 7bf76ef
Remove -de flag from fail_compilation/fail18979.d
JinShil aeffe85
Udpate comments for search_correct functions
JinShil 1f506d7
Use simple bool as deprecated flag for features
JinShil 5658ee2
Remove some no longer needed code from dsymbol.search
JinShil ae2c4a1
Refactor error handling in access.checkAccess
JinShil ffe948c
Add changelog for removing visbility deprecation
JinShil 9caf4ec
Remove no longer needed code from access.d
JinShil f5cfb68
Revert "Remove no longer needed code from access.d"
JinShil File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| The deprecation phase for access checks is finished | ||
|
|
||
| The `-transition=import` and `-transition=checkimports` switches no longer have an | ||
| effect and are now deprecated. Symbols that are not visible in a particular | ||
| scope will no longer be found by the compiler. |
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.