-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Lib/log: linting and small improvements #1959
Merged
Merged
Conversation
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
gaelicWizard
force-pushed
the
log
branch
5 times, most recently
from
September 23, 2021 20:14
009720a
to
df9ebb8
Compare
gaelicWizard
force-pushed
the
log
branch
17 times, most recently
from
October 14, 2021 05:00
f75fe4b
to
dc39c19
Compare
gaelicWizard
force-pushed
the
log
branch
7 times, most recently
from
October 20, 2021 07:11
372a4d0
to
03e5074
Compare
gaelicWizard
force-pushed
the
log
branch
6 times, most recently
from
October 25, 2021 18:16
6fa3506
to
53620bc
Compare
gaelicWizard
force-pushed
the
log
branch
3 times, most recently
from
December 29, 2021 06:01
97cfc77
to
0d80ef4
Compare
gaelicWizard
changed the title
DRAFT: prepare
prepare Dec 29, 2021
lib/log
for shellcheck
lib/log
for shellcheck
, and some fixup
gaelicWizard
changed the title
prepare
Lint Dec 29, 2021
lib/log
for shellcheck
, and some fixuplib/log
gaelicWizard
force-pushed
the
log
branch
4 times, most recently
from
January 2, 2022 01:47
14335a2
to
08a1829
Compare
NoahGorny
reviewed
Jan 3, 2022
NoahGorny
approved these changes
Jan 3, 2022
NoahGorny
reviewed
Jan 7, 2022
gaelicWizard
force-pushed
the
log
branch
3 times, most recently
from
January 8, 2022 22:12
69782a5
to
8c65989
Compare
Alsö, fix tests to load `lib/colors` instead of `lib/appearance`...wut Alsö, `short-circuit _has_colors()`: If we already looked up colors, and we already have them, then don't run `tput` again. My apologies to future `git blame` hunters ♥
...to `_bash-it-log-message()`. alsö, add common log levels with common names.
...to replace `_set-prefix-based-on-path()` in `scripts/reloader`. Deliberately does not use `_bash-it-get-component-name-from-path()`/`_bash-it-get-component-type-from-path()` as we need some of the intermediate state and would have to reimplement anyway.
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.
Please review commit notes as appropriate.
Description
This is a partial PR covering only the
lib/log
portion of #1917 in support of #1696.Motivation and Context
My
shellcheck
branch (#1917) got a bit large, so I'm splitting it up. This PR is independent of my other PRs.The only non-trivial change here is renaming
_log_general()
to_bash-it-log-message()
and new function to replace_set-prefix-based-on-path()
.How Has This Been Tested?
The full test suite and
shellcheck
have run on #1917 and this is part of my main branch.Types of changes
Checklist:
clean_files.txt
and formatted it usinglint_clean_files.sh
.