diff options
| author | Dylan Baker <dylan@pnwbakers.com> | 2022-11-18 13:42:20 -0800 |
|---|---|---|
| committer | Eli Schwartz <eschwartz@archlinux.org> | 2023-05-31 17:19:48 -0400 |
| commit | 1e79553c36bf6473a58559254dc25fc550dfca99 (patch) | |
| tree | 53accd4e88739845a2fbb7f651e5ac6241db2515 /mesonbuild/mlog.py | |
| parent | 73c054ced60a0a510a990a8f0c3377657cf9fd28 (diff) | |
| download | meson-1e79553c36bf6473a58559254dc25fc550dfca99.tar.gz | |
mlog: remove out-of-date comment
This comment is out of date, we have StringProtocol which is exactly
what we wanted, and it's part of TV_Loggable already
Diffstat (limited to 'mesonbuild/mlog.py')
| -rw-r--r-- | mesonbuild/mlog.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mesonbuild/mlog.py b/mesonbuild/mlog.py index bbfc8deed..e6f2325b0 100644 --- a/mesonbuild/mlog.py +++ b/mesonbuild/mlog.py @@ -205,8 +205,6 @@ def normal_blue(text: str) -> AnsiDecorator: def normal_cyan(text: str) -> AnsiDecorator: return AnsiDecorator(text, "\033[36m") -# This really should be AnsiDecorator or anything that implements -# __str__(), but that requires protocols from typing_extensions def process_markup(args: T.Sequence[TV_Loggable], keep: bool) -> T.List[str]: arr = [] # type: T.List[str] if log_timestamp_start is not None: |
