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

Small change to docs for module import syntax #54575

Open
wants to merge 1 commit into
base: kc/warn_using
Choose a base branch
from

Conversation

DilumAluthge
Copy link
Member

@DilumAluthge DilumAluthge commented May 24, 2024

Note: the base branch (target branch) of this PR is kc/warn_using (#42080), NOT master.


This small change was originally part of #53428. However, it caused confusion during PR review. So I removed this change from #53428 (in 862a546), and I've put that change into this PR.

Just to clarify, the language about "keeping the namespace clean" already existed on master prior to #53428 (and prior to this PR). All this PR does is:

  1. Move the existing "clean namespace" sentence down.
  2. In that existing sentence, change "import ModuleName" to "import ModuleName or using ModuleName: ModuleName".

@KristofferC KristofferC force-pushed the dpa/small-change-module-qualified-names branch from f6e4e5c to d825d98 Compare May 29, 2024 13:26
@KristofferC KristofferC added domain:docs This change adds or pertains to documentation status:merge me PR is reviewed. Merge when all tests are passing labels May 29, 2024
@DilumAluthge DilumAluthge changed the base branch from master to kc/warn_using June 3, 2024 18:41
@DilumAluthge DilumAluthge force-pushed the dpa/small-change-module-qualified-names branch from d825d98 to bce50b3 Compare June 3, 2024 18:41
@DilumAluthge
Copy link
Member Author

Ugh. I've borked the rebase. I'll fix it.

@DilumAluthge DilumAluthge removed the status:merge me PR is reviewed. Merge when all tests are passing label Jun 3, 2024
@DilumAluthge DilumAluthge force-pushed the dpa/small-change-module-qualified-names branch from bce50b3 to b4dd31f Compare June 4, 2024 00:07
@DilumAluthge
Copy link
Member Author

Okay, I think I've fixed the rebase now.

@DilumAluthge DilumAluthge marked this pull request as ready for review June 4, 2024 00:07
@DilumAluthge DilumAluthge added domain:packages Package management and loading modules labels Jun 4, 2024
@DilumAluthge DilumAluthge force-pushed the dpa/small-change-module-qualified-names branch from b4dd31f to 15a8791 Compare June 6, 2024 00:55
@DilumAluthge DilumAluthge force-pushed the dpa/small-change-module-qualified-names branch from 15a8791 to 8bd8c35 Compare June 29, 2024 05:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain:docs This change adds or pertains to documentation domain:packages Package management and loading modules
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants