Add a new setting called debug_shell_startup#2059
Open
JeanChristopheMorinPerso wants to merge 1 commit intoAcademySoftwareFoundation:mainfrom
Open
Add a new setting called debug_shell_startup#2059JeanChristopheMorinPerso wants to merge 1 commit intoAcademySoftwareFoundation:mainfrom
JeanChristopheMorinPerso wants to merge 1 commit intoAcademySoftwareFoundation:mainfrom
Conversation
…nformation about the shell startup sequence. Signed-off-by: Jean-Christophe Morin <jean_christophe_morin@hotmail.com>
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #2059 +/- ##
==========================================
- Coverage 59.99% 59.94% -0.05%
==========================================
Files 163 163
Lines 20118 20139 +21
Branches 3519 3528 +9
==========================================
+ Hits 12070 12073 +3
- Misses 7227 7238 +11
- Partials 821 828 +7 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
Add a new setting called
debug_shell_startup. When enabled, it logs information about the shell startup sequence.This is kind of related to #2058. While helping on that issue, I noticed that it was hard the shell startup code was annoying to debug and more importantly, that part of rez doesn't have a lot of visibility. We don't visit that part very often. I thought that having some logs could help us and others better understand the general setup.
Here is how it looks on my machine: