-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #13409 - Muscraft:rename-config, r=epage
chore: Rename `Config` to `GlobalContext` This PR : - renames `Config` to `GlobalContext` - it also renames its references to `gctx` (including lifetimes) - This was done to reflect better what it really is at this point - renames (and moves) `core::compiler::context::Context` to `core::compiler::build_runner::BuildRunner` - [Suggested here](#13409 (comment)) I believe I got all references to `Config` removed, Everything is on `GlobalContext`, but I could've missed renaming a variable or lifetime somewhere. I tried to find all references to `config: &GlobalContext` and rename them and I think I did so successfully. I also renamed all `'cfg` to `'gctx`. Note: I explicitly did not rename any files or paths as I was unsure about the best way to do this. ### How to Review this PR Take your time (and many breaks)! I am sorry. I am also sorry for the very brief description, looking at words and thinking about them has become hard... I need to not look at words for a while... <hr> As a complete side note, I honestly don't know if `config`, `Config`, `ctx`, or `Context` are really words at this point.
- Loading branch information
Showing
172 changed files
with
3,565 additions
and
3,401 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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 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.